ZimbraMtaMyNetworks

Revision as of 21:32, 15 December 2006 by MergeSpamAccountsIntoMe (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Enabling Mail Submission from Remote Networks

To enable this, you'll want to add the remote networks to the zimbraMtaMyNetworks attribute on the server.

If this is not set, the postfix default is used.

Get the default:

su - zimbra
postconf -d mynetworks

Check the existing value:

zmprov gs SERVERNAME | grep zimbraMtaMyNetworks

Add your new network or IP

zmprov ms SERVERNAME zimbraMtaMyNetworks "1.2.3.0/24 127.0.0.0/8 10.0.0.0/8"

NOTE - make sure that the 127.0.0.0/8 network is included. Quotes are important in the above command

Jump to: navigation, search