[Mailman-Users] Messages silently disappearing

Wes Morriston morristo at stripe.colorado.edu
Tue Feb 9 04:15:16 CET 1999


I have a little more information on this problem.  In
/home/mailman/logs/errors I get the error messages I have appended
below.  Looks like there is a problem with permissions.  Weird, because
I thought I set the thing up exactly as instructed.  My sendmail runs as
"daemon" and so I configured mailman to run as daemon.  Also, I did a
"chgrp mailman ." and a "chmod a+rx,g+sb ." in /home/mailman where the
installed program resides.  Something obviously needs to be tweaked. 
Might it be something to do with umask?

Wes

-----------------------

Feb 08 20:01:50 1999 contact_transport: IOError writing outgoing queue
        exceptions.IOError/(13, 'Permission denied')
contact_transport: Traceback (innermost last):
contact_transport:   File "/home/mailman/scripts/contact_transport",
line 58, in
 ?
contact_transport:      queue_id =
OutgoingQueue.enqueueMessage(from_addr, to_ad
drs, text)
contact_transport:   File "/home/mailman/Mailman/OutgoingQueue.py", line
143, in
 enqueueMessage
contact_transport:      f = Utils.open_ex(fname, "a+", -1, QF_MODE |
stat.S_ISUI
D)
contact_transport:   File "/home/mailman/Mailman/Utils.py", line 664, in
open_ex
contact_transport:      reraise(IOError, e)
contact_transport:   File "/home/mailman/Mailman/Utils.py", line 659, in
open_ex
contact_transport:      fd = os.open(filename, flags, perms)
contact_transport: IOError :  (13, 'Permission denied') 

-------------------------------------------




More information about the Mailman-Users mailing list