Exim MTA: How do I route or relaying via a smarthost?

by linuxBot · 1 comment

I never used exim. My faviorate MTA is postfix. But this time I needed to configure exim MTA (mail transfer agent used in Unix-like operating systems) to router all mails using a smarthost called mta3.somewhere.com

Open exim configuration file i.e. begin routers section and add or modify it as follows:

smarthost:
driver = manualroute
domains = *
transport = remote_smtp
route_data = "mta3.somewhere.com"

Restart exim to take effect.

Check out following sites for more more information:

Featured Articles:

Want to read Linux tips and tricks, but don't have time to check our blog everyday? Subscribe to our daily email newsletter to make sure you don't miss a single tip/tricks. Subscribe to our weekly newsletter here!

{ 1 comment… read it below or add one }

1 Topdog 12.10.08 at 11:17 am

the domains should be domains = ! +local_domains otherwise mail for the local machine could be sent out to the smarthost then back.

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Previous post:

Next post: