Mails for some users to be routed to some other MTA

1. The default setting in zimbra is : -

[zimbra@toi-store ~]$ postconf -n | grep -i transport_maps transport_maps = proxy:ldap:/opt/zimbra/conf/ldap-transport.cf

2. The user information is lookedup in ldap by default. Create a transport file ( as a zimbra user ) with user informaion whose mails needs to be routed to some other mta.

[zimbra@toi-store conf]$ pwd /opt/zimbra/conf

[zimbra@toi-store conf]$ cat transport_file test1@in.zimbra.com smtp:[10.66.118.238]

3. postmap /opt/zimbra/conf/transport_file ( creates a Hash file )

4. Add the entry to already existing postfix_transport_maps as below : -

[zimbra@toi-store ~]$ zmlocalconfig -e 'postfix_transport_maps=hash:/opt/zimbra/conf/transport_file,proxy:ldap:${zimbra_home}/conf/ldap-transport.cf'

[zimbra@toi-store ~]$ zmlocalconfig | grep -i transport postfix_transport_maps = hash:/opt/zimbra/conf/transport_file,proxy:ldap:${zimbra_home}/conf/ldap-transport.cf postfix_virtual_transport = error

5. Restart the mta service: -

zmmtactl restart

Apr 13 13:35:11 toi-store amavis[32247]: (32247-07) FWD via SMTP: <test1@test.com> -> <test1@in.zimbra.com>,BODY=7BIT 250 2.6.0 Ok, id=32247-07, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as A48806C769 Apr 13 13:35:11 toi-store postfix/smtpd[5406]: disconnect from localhost.localdomain[127.0.0.1] Apr 13 13:35:11 toi-store amavis[32247]: (32247-07) Passed CLEAN, LOCAL [10.66.118.236] [10.66.118.236] <test1@test.com> -> <test1@in.zimbra.com>, Message-ID: <1503027776.461239609910062.JavaMail.root@toi-store.in.zimbra.com>, mail_id: xBh6HfgC7UfZ, Hits: 2.891, size: 645, queued_as: A48806C769, 1505 ms Apr 13 13:35:11 toi-store postfix/smtp[5403]: 3255F6C768: to=<test1@in.zimbra.com>, relay=127.0.0.1[127.0.0.1]:10024, delay=1.6, delays=0.02/0.02/0.25/1.3, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as A48806C769) Apr 13 13:35:11 toi-store postfix/qmgr[2603]: 3255F6C768: removed Apr 13 13:35:11 toi-store postfix/smtp[5407]: A48806C769: to=<test1@in.zimbra.com>, relay=10.66.118.238[10.66.118.238]:25, delay=0.25, delays=0.01/0.03/0.17/


Verified Against: unknown Date Created: 4/12/2009
Article ID: https://wiki.zimbra.com/index.php?title=Mails_for_some_users_to_be_routed_to_some_other_MTA Date Modified: 2015-03-24



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