Postconf
From Zimbra :: Wiki
This is a command line interface to /opt/zimbra/postfix/conf/main.cf -- it will let you view and edit settings.
mynetworks
postconf mynetworks:
mynetworks = 127.0.0.0/8 10.10.130.0/2
you want to set this
zmprov modifyServer zimbra.example.com zimbraMtaMyNetworks '127.0.0.0/8 10.10.130.0/24' postfix reload
view postconf options
su - zimbra postconf -e <variable_name>=<value> zmmtactl reload
Set Something
su - zimbra zmlocalconfig -e postfix_<variable_name>=<value>
| Verified Against: Zimbra Collaboration Suite 5.0.x | Date Created: 5/13/2009 |
| Article ID: http://wiki.zimbra.com/index.php?title=Postconf | Date Modified: 5/18/2009 |
