Relay per Domain: Difference between revisions

No edit summary
No edit summary
Line 2: Line 2:




Zimbra allows relaying emails to a specific server only, i.e using zimbraMtaRelayHost. However, there are needs to relay emails per domain basis based on *the sender*. For example, you want emails sent by users@domain1.com should be relayed through smtp.domain1.com and users@domain2.com through smtp.domain2.com servers. You can configure it using postfix's "sender_dependent_relayhost_maps".  
Zimbra allows relaying emails to a specific server only, i.e using zimbraMtaRelayHost. However, there are needs to relay emails per domain basis based on '''the sender'''. For example, you want emails sent by users@domain1.com should be relayed through smtp.domain1.com and users@domain2.com through smtp.domain2.com servers. You can configure it using postfix's "sender_dependent_relayhost_maps".  


'''This is an example and tested on ZCS 5.0.16'''
'''This is an example and tested on ZCS 5.0.16'''

Revision as of 18:50, 31 March 2010

Reference bug: http://bugzilla.zimbra.com/show_bug.cgi?id=32740


Zimbra allows relaying emails to a specific server only, i.e using zimbraMtaRelayHost. However, there are needs to relay emails per domain basis based on the sender. For example, you want emails sent by users@domain1.com should be relayed through smtp.domain1.com and users@domain2.com through smtp.domain2.com servers. You can configure it using postfix's "sender_dependent_relayhost_maps".

This is an example and tested on ZCS 5.0.16

1. Add following line to /opt/zimbra/postfix/conf/main.cf

sender_dependent_relayhost_maps = hash:/opt/zimbra/postfix/conf/bysender

2. Create file /opt/zimbra/postfix/conf/bysender and enter your domain names and relay server's IP addresses.

@domain1.com  [10.10.10.1]
@domain2.com  [20.20.20.1]

You can even add individual email IDs to relay their emails to specific relay host.

 user@domain.com [10.10.10.2]

3. Create the hash file.

postmap /opt/zimbra/postfix/conf/bysender


4. Restart zmmtactl

zmmtactl stop
zmmtactl start

5. Test by sending emails.

Note: Above settings will not survive zimbra upgrades. Make sure you take backup of config files before upgrading.


Verified Against: ZCS 5.0.16 Date Created: 6/4/2009
Article ID: https://wiki.zimbra.com/index.php?title=Relay_per_Domain Date Modified: 2010-03-31



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »

Jump to: navigation, search