Difference between revisions of "CentOS 7.x Zimbra MTA configuration"
From Notes_Wiki
(Created page with "<yambe:breadcrumb>CentOS_7.x_Zimbra_configuration|Zimbra configuration</yambe:breadcrumb> =CentOS 7.x Zimbra MTA configuration= ==Configure Zimbra for relay for another serve...") |
m |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x email configuration|Email configuration]] > [[CentOS 7.x Zimbra configuration|Zimbra configuration]] > [[CentOS 7.x Zimbra MTA configuration]] | |||
==Configure Zimbra for relay for another servers== | ==Configure Zimbra for relay for another servers== | ||
Note '''Configure -> MTA -> "MTA Trusted Networks:" will not work. This particular change *MUST* be done from command-line only.''' | |||
To allow another servers emails via Zimbra (ie configure Zimbra server as relay for another server) use: | To allow another servers emails via Zimbra (ie configure Zimbra server as relay for another server) use: | ||
Line 8: | Line 10: | ||
#:<pre> | #:<pre> | ||
#:: zmprov gs zimbra.example.com zimbraMtaMyNetworks | #:: zmprov gs zimbra.example.com zimbraMtaMyNetworks | ||
#:<pre> | #:</pre> | ||
# Then append desired additional network to above output and set new MyNetworks using: | # Then append desired additional network to above output and set new MyNetworks using: | ||
#:<pre> | #:<pre> | ||
Line 20: | Line 22: | ||
Refer: | Refer: | ||
* https://wiki.zimbra.com/wiki/ZimbraMtaMyNetworks | * https://wiki.zimbra.com/wiki/ZimbraMtaMyNetworks | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x email configuration|Email configuration]] > [[CentOS 7.x Zimbra configuration|Zimbra configuration]] > [[CentOS 7.x Zimbra MTA configuration]] |
Latest revision as of 15:54, 28 August 2022
Home > CentOS > CentOS 7.x > Email configuration > Zimbra configuration > CentOS 7.x Zimbra MTA configuration
Configure Zimbra for relay for another servers
Note Configure -> MTA -> "MTA Trusted Networks:" will not work. This particular change *MUST* be done from command-line only.
To allow another servers emails via Zimbra (ie configure Zimbra server as relay for another server) use:
- (As zimbra user) Check current whitelist setting for server
- zmprov gs zimbra.example.com zimbraMtaMyNetworks
- Then append desired additional network to above output and set new MyNetworks using:
- zmprov ms zimbra.example.com zimbraMtaMyNetworks '127.0.0.0/8 10.10.130.0/24 10.10.200.25/32'
- Reload postfix for new settings to take effect:
- postfix reload
Refer:
Home > CentOS > CentOS 7.x > Email configuration > Zimbra configuration > CentOS 7.x Zimbra MTA configuration