>Does this mean outgoing mail is now working? Yes.
>Not without knowing why it's not working. See the general trouble >shooting FAQ at <http://wiki.list.org/x/A4E9>. > >Look at Mailman's logs. Run Mailman's bin/check_perms. Check the >archiving settings, particularly ARCHIVE_TO_MBOX, in Defaults.py - >mm_cfg.py. [EMAIL PROTECTED] mailman]# /usr/lib/mailman/bin/check_perms Warning: Private archive directory is other-executable (o+x). This could allow other users on your system to read private archives. If you're on a shared multiuser system, you should consult the installation manual on how to fix this. No problems found /usr/lib/mailman/Mailman/Defaults.py says: # Are archives on or off by default? DEFAULT_ARCHIVE = On # Are archives public or private by default? # 0=public, 1=private DEFAULT_ARCHIVE_PRIVATE = 0 # ARCHIVE_TO_MBOX #-1 - do not do any archiving # 0 - do not archive to mbox, use builtin mailman html archiving only # 1 - archive to mbox to use an external archiving mechanism only # 2 - archive to both mbox and builtin mailman html archiving - # use this to make both external archiving mechanism work and # mailman's builtin html archiving. the flat mail file can be # useful for searching, external archivers, etc. ARCHIVE_TO_MBOX = 2 ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp