This might be a little off topic. I've set up mailman with the following settings as suggested by Paul Stevens. I'm running Ubuntu Server 12.04 LTS and dbmail 3.1.13 along with amavis, spamassassin, clamav.

"My point is that really you don't need any dbmail/mailman integration.

in /etc/mailman/mm_cfg.py:

DEFAULT_EMAIL_HOST = 'lists.mydomain.com'
DEFAULT_URL_HOST   = 'lists.mydomain.com'
MTA=None


in /etc/postfix/transport

lists.mydomain.com mailman:

in /etc/postfix/master.cf

mailman unix  - n       n       -       -       pipe flags=FR
 user=list argv=/etc/mailman/postfix-to-mailman.py ${nexthop} ${mailbox}


now, all you need to do is run 'newlist somelistname' on your server,
and all is set to go. No need to manage aliases at all."

My question is do I need to manage the virtual domains in /etc/mailman/mm_cfg.py?

example add:

virtualhost('lists.delrc.org','canon.xyonet.com')

also would it be appropriate to add the following to the transport map to drop the lists.delrc.org from the address?

/etc/postfix/transport_map
#=============================
[email protected]        mailman
#=============================


thanks
_______________________________________________
DBmail mailing list
[email protected]
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Reply via email to