Getting majordomo error

prophecy

Verified User
Joined
Jul 8, 2003
Messages
205
Whenever i send an email to a list (not srue if it's all of them or just this one to tell you the truth), it gives me this:

--


MAJORDOMO ABORT (mj_digest)!!

open(DIGEST, ">/etc/virtual/thinkvirtual.com/majordomo/lists/karmavores-digest.archive/v01.n001"): No such file or directory
 
Hello,

I found this link
http://www.greatcircle.com/lists/majordomo-users/mhonarc/majordomo-users.199606/msg00393.html
saying that a directory needs to exist. Try adding it manually, and let me know if it works, in which case I think we'll need to add that when a list is created.
Code:
cd /etc/virtual/thinkvirtual.com/majordomo/lists
mkdir karmavores-digest.archive
chown majordom:daemon karmavores-digest.archive
chmod 755 karmavores-digest.archive

Let me know if you need any help (send root passord and ip etc to [email protected])

John
 
Just tried this and it didn't work, but step 3 didn't work either:

chown: `majordom:daemon': invalid user
 
Back
Top