Quote:
Originally Posted by Chris_H Can you elaborate on your setup? I'm trying to integrate the mailman rpm with Zimbra and I can't get list creation to work correctly...I keep getting a permissions error in the httpd log (using the non-Zimbra httpd) when it tries to run /opt/zimbra/postfix/sbin/postalias. Any pointers would be appreciated...
-chris |
After restarting of zimbra or postfix service , After restart /opt/zimbra/postfix/conf/main.cf
gets appended ...
vi /opt/zimbra/postfix/conf/main.cf
add this at the bottom
$mydestination = localhost localhost.localdomain
please add few parameter as given below in the line ( virtual_alias_maps , alias_maps )
virtual_alias_maps = ldap:/opt/zimbra/conf/ldap-vam.cf,hash:/usr/local/mailman/data/virtual-mailman
alias_maps = hash:/etc/aliases,hash:/usr/local/mailman/data/aliases