[Mailman-Users] mailman with postfix and virtual mailbox domains

Gerd Moritz gerdmoritz at googlemail.com
Thu Jan 29 02:54:41 CET 2009


I have found kind of a solution which is not very elegant but gets the job done.
I now use "transport_maps" in postfix with regular expressions like

 /^(mylist|mylist-.*)@mydomain\.net$/   mailman:

In mm_cfg.py for now I set "MTA=None"  but maybe I can edit
/usr/lib/mailman/Mailman/MTA/Postfix.py so that it will update my
"virtual-mailbox-maps".
Right now I manually edit "virtual-mailbox-maps" with regexp like

/^(mylist|mylist-.*)@mydomain\.net$/ 1

so that my SMTP accepts mails to my lists.


More information about the Mailman-Users mailing list