Jeffrey Rice wrote: > >So far, it appears to work well. I have one error with the postalias >call, but since I'm using postfix-to-mailman.py I don't think I need it >and the list is created despite that crash.
If you are using postfix-to-mailman.py, you should have MTA = None (note no quotes) and not MTA = 'Postfix' in mm_cfg.py. MTA = 'Postfix' is only for automating the creation of Postfix aliases for Mailman lists, and with postfix-to-mailman.py, you aren't using aliases for Mailman. -- 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
