Exim MTA: How do I route or relaying via a smarthost?
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:
You may also be interested in other helpful articles:
- How do I Drop or block attackers IP with null routes?
- HP-UX: How Do I configure routing or add route?
- nixCraft FAQ Roundup
- Linux IPv6 Default Route Not Working
- Solaris: How do I setup a default static route / static router IP address?
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!


Recent Comments
Yesterday ~ 24 Comments
Yesterday ~ 24 Comments
Yesterday ~ 3 Comments
Yesterday ~ 2 Comments
09/05/2008 06:08 pm (2 days ago) ~ 16 Comments