David Newman wrote: > >Having problems with Mailman, though. I've read these instructions many times: > >http://www.list.org/mailman-install/postfix-virtual.html > >Besides doing what's listed there, I also defined a virtual mailbox for a new >"pctest" list (without that, mail sent to [EMAIL PROTECTED] bounces). > >However, MM never distributes the mail to list subscribers. /var/log/maillog >says each message is sent to [EMAIL PROTECTED]; however, the only files in >/usr/local/mailman/logs that change are smtp and subscribe (and then only when >list members are added). > >Basically, postfix delivers message to [EMAIL PROTECTED] but nothing happens >after that.
Presumably, that's because Postfix is delivering the mail to a local mailbox 'pctest' instead of piping it to Mailman's mail wrapper via the command "/usr/local/mailman/mail/mailman post pctest". This is really a Postfix question, not a Mailman question, but you might find the post at <http://mail.python.org/pipermail/mailman-users/2007-January/055502.html> to be helpful. You might also find something of interest at <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.014.htp>. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] 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
