a) Postfix /opt/zimbra/postfix/conf/main.cf is rewritten for every restart of the server .
just write a script and invoke them after every restart to update the changes in the main.cf file.
b) The distribution list is not recognized because the following line in the main.cf is rewritten for every restart.
Please make the below changes ..
vi /opt/zimbra/postfix/conf/main.cf
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
after this change , things will be fine . |