Route emails from local domain based on email address
Hello!
We need to implement some auto forwarding scheme on our EXIM server which will follow the same behavior as Exchange 2010 'internal relay domain' concept.
In short: we need to be able to auto-forward ALL emails sent to specific email address(es) of local for EXIM server domain to different MTA (Exchange 2010) while leaving email delivery to all other email addresses in this domain locally on EXIM server. After some research on this forum and on the Internet I found very close case:
techhelpblog.com/2010/08/10/how-to-configure-domain-specific-relay-hosts-in-exim-using-remote_smtp/
and tried to add the following text in advanced editor:
static_route:
driver = manualroute
transport = remote_smtp
route_data = test@domain.com : [exchange2010.host]
This did not work unfortunately. I think the solution should be very simple. Could you please help us?
Many thanks in advance!
Nikolay
Please sign in to leave a comment.
Comments
0 comments