View Single Post
  #14 (permalink)  
Old 08-01-2007, 06:26 AM
chenthil chenthil is offline
Active Member
 
Posts: 46
Default

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 .
Reply With Quote