<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tech Stuff &#187; exim</title>
	<atom:link href="http://tech-stuff.org/tag/exim/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech-stuff.org</link>
	<description>Hosting Tips &#38; Tricks</description>
	<lastBuildDate>Mon, 14 Dec 2009 16:33:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to configure Exim on a cPanel server to use a smart host</title>
		<link>http://tech-stuff.org/how-to-configure-exim-on-a-cpanel-server-to-use-a-smart-host/</link>
		<comments>http://tech-stuff.org/how-to-configure-exim-on-a-cpanel-server-to-use-a-smart-host/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 19:55:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[exim]]></category>
		<category><![CDATA[smarthost]]></category>

		<guid isPermaLink="false">http://tech-stuff.org/?p=71</guid>
		<description><![CDATA[A Smart Host is a SMTP server that will accept mail from another server and then deliver the mail for that server.  For example, server1 is setup to use server2 as a smart host. Anytime someone sends e-mail on server1 it is automatically relayed to server2 regardless of the MX entrys for the domain. Server2 then accepts [...]]]></description>
			<content:encoded><![CDATA[<p><span class="mediumtext">A Smart Host is a SMTP server that will accept mail from another server and then deliver the mail for that server.  For example, server1 is setup to use server2 as a smart host. Anytime someone sends e-mail on server1 it is automatically relayed to server2 regardless of the MX entrys for the domain. Server2 then accepts this message, looks up the proper delivery host/IP and attempts to deliver the message to that host.</p>
<p>To configure a smart host, create /etc/exim.conf.local and add the following lines. Be sure to change to the hostname or ip of the smart host server:</p>
<p><em> @ROUTERSTART@<br />
smart_route:<br />
driver = manualroute<br />
domains = !+local_domains<br />
transport = remote_smtp<br />
route_list = * host.name.of.smart.host.server</em></p>
<p>Next run <em>/scripts/buildeximconf</em></p>
<p>Then run<em> /scripts/restartsrv_exim</em></p>
<p>Thats it, watch the logs for a bit to make sure it&#8217;s working!</p>
<p></span></p>
]]></content:encoded>
			<wfw:commentRss>http://tech-stuff.org/how-to-configure-exim-on-a-cpanel-server-to-use-a-smart-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
