<?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>Knowledge Base &#187; Gmail</title>
	<atom:link href="http://kb.philross.co.uk/tag/gmail/feed/" rel="self" type="application/rss+xml" />
	<link>http://kb.philross.co.uk</link>
	<description></description>
	<lastBuildDate>Tue, 26 Aug 2008 11:07:13 +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>Configuring Exim to use Gmail as a Smarthost</title>
		<link>http://kb.philross.co.uk/2008/03/15/configuring-exim-to-use-gmail-as-a-smarthost/</link>
		<comments>http://kb.philross.co.uk/2008/03/15/configuring-exim-to-use-gmail-as-a-smarthost/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 23:50:40 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Exim]]></category>
		<category><![CDATA[Gmail]]></category>

		<guid isPermaLink="false">http://kb.philross.co.uk/2008/03/15/configuring-exim-to-use-gmail-as-a-smarthost/</guid>
		<description><![CDATA[Add a router before or instead of the dnslookup router:
gmail_route:
&#160;&#160;driver = manualroute
&#160;&#160;transport = gmail_relay
&#160;&#160;route_list = * smtp.gmail.com
Add a transport:
gmail_relay:
&#160;&#160;driver = smtp
&#160;&#160;port = 587
&#160;&#160;hosts_require_auth = $host_address
&#160;&#160;hosts_require_tls = $host_address
Add an authenticator (replacing myaccount@gmail.com and mypassword with your own account details):
gmail_login:
&#160;&#160;driver = plaintext
&#160;&#160;public_name = LOGIN
&#160;&#160;hide client_send = : myaccount@gmail.com : mypassword
$host_address is used for hosts_require_auth and hosts_require_tls instead [...]]]></description>
			<content:encoded><![CDATA[<p>Add a router before or instead of the <code>dnslookup</code> router:</p>
<p><code>gmail_route:<br />
&nbsp;&nbsp;driver = manualroute<br />
&nbsp;&nbsp;transport = gmail_relay<br />
&nbsp;&nbsp;route_list = * smtp.gmail.com</code></p>
<p>Add a transport:</p>
<p><code>gmail_relay:<br />
&nbsp;&nbsp;driver = smtp<br />
&nbsp;&nbsp;port = 587<br />
&nbsp;&nbsp;hosts_require_auth = $host_address<br />
&nbsp;&nbsp;hosts_require_tls = $host_address<br /></code></p>
<p>Add an authenticator (replacing <code>myaccount@gmail.com</code> and <code>mypassword</code> with your own account details):</p>
<p><code>gmail_login:<br />
&nbsp;&nbsp;driver = plaintext<br />
&nbsp;&nbsp;public_name = LOGIN<br />
&nbsp;&nbsp;hide client_send = : myaccount@gmail.com : mypassword</code></p>
<p><code>$host_address</code> is used for <code>hosts_require_auth</code> and <code>hosts_require_tls</code> instead of <code>smtp.gmail.com</code> to avoid occasional <code>530 5.5.1 Authentication Required</code> errors. These are caused by the changing IP addresses in DNS queries for <code>smtp.gmail.com</code>. <code>$host_address</code> will expand to the particular IP address that was resolved by the gmail_route router.</p>
]]></content:encoded>
			<wfw:commentRss>http://kb.philross.co.uk/2008/03/15/configuring-exim-to-use-gmail-as-a-smarthost/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
