I have an existing mailman configuration on my Zimbra server that I need to get back into service. Previously it was using Postfix and the postfix-to-mailman.py script.
I could hack up the zimbra Postfix config files to do it but I'd like to do it the "Zimbra way". Here are the config changes needed to post to make this fly.
postfix/main.cf:
relay_domains = ... lists.yourdomain.net
transport_maps = hash:/etc/postfix/transport
mailman_destination_recipient_limit = 1
[...]
postfix/master.cf
# [...]
mailman unix - n n - - pipe
flags=FR user=list
argv=/var/lib/mailman/bin/postfix-to-mailman.py ${nexthop} ${user}
postfix/transport:
lists.yourdomain.net mailman:
My final issue is Zimbra currently defines transport_maps to ldap:/opt/zimbra/conf/ldap-transport.cf which queries the ldap server for the transport. Is there a way to add my virtual domains to zimbra and then config them to the mailman transport like the above change in postfix/transport:.
If I didn't have a existing setup I would just follow the mailman instructions already posted here in the forum. But because I used this method previously I don't have the alias files and such need for the posted method.
- Paul


LinkBack URL
About LinkBacks


