View Single Post
  #12 (permalink)  
Old 02-26-2007, 06:18 AM
chenthil chenthil is offline
Active Member
 
Posts: 36
Default postfix configuration main.cf file gets rewritten ..

Quote:
Originally Posted by marfix View Post
From time to time postfix doesn't deliver mails to the lists correct and response with:

PERM_FAILURE: SMTP Error (state 9): 554 <albula@lists.xiala.net>: Relay access denied

or if i will send a mail direct from zimbra with:

mail for lists.xiala.net loops back to myself

the problem came's that postfix recreate the main.cf file after every restart.. how can i stop that?
postfix configuration main.cf file gets rewritten ..

After restart , please follow these steps....

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


chown zimbra /usr/local/mailman/Mailman/mm_cfg.py

#chown mailman:mailman /usr/local/mailman/data/aliases*

#chown mailman:mailman /usr/local/mailman/data/virtual-mailman*


after that you will b able to send / receieve mail properly
Reply With Quote