Ok, I've already tested this, but that doesn't help much. Everytime I add a new mailing list, genaliases is called and virtual-mailman is overwritten. And since mailman has all information why doesn't it add the line? Should be one line of code in Python, I assume. I would patch it myself, but I don't know the mm code and never used Python before.
You don't add that line to virtual-mailman. You add it to your already pre-existing virtual_alias_maps map. Mailman is assuming that you have already created the domain and that it works with postfix before mailman comes along and simply adds some additional aliases for that domain in a secondary map file.
So, your main.cf should have an entry similar to this:
virtual_alias_maps = hash:/usr/local/etc/postfix/mysql/valiases,
hash:/usr/local/mailman/data/virtual-mailmanYou put the "some.dom.ain foo" line in valiases, along with any other aliases for that domain (if you have any), and mailman puts the rest into virtual-mailman.
-ste
------------------------------------------------------ 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/
