Tokio Kikuchi wrote:
> Postfix.py: got duplicate warning while creating virtual-mailman. > Shouldn't we include hostname in aliases? Otherwise, true virtual > hosting breaks. the virtual file should indeed contain the hostname. The aliases file should not. These are two separate files, both of which are necessary. Example: data/virtual-mailman: [EMAIL PROTECTED] mailman [EMAIL PROTECTED] mailman-admin ...etc... data/aliases: mailman: "|/home/mailman/mail/mailman post mailman" mailman-admin: "|/home/mailman/mail/mailman admin mailman" ...etc... Both should be created, and both should be deleted when the list is removed. Currently, this is not the case. Bob _______________________________________________ Mailman-Developers mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-developers%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
