<?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>Tim Bowler &#187; exim4</title>
	<atom:link href="http://timothybowler.com/tag/exim4/feed/" rel="self" type="application/rss+xml" />
	<link>http://timothybowler.com</link>
	<description>Certified Scrum Master &#124; Certified Scrum Practitioner &#124; Agile Coach &#124; Agile Practitioner</description>
	<lastBuildDate>Sat, 19 Dec 2009 16:14:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Ubuntu, php and exim4</title>
		<link>http://timothybowler.com/2008/06/29/ubuntu-php-and-exim4/</link>
		<comments>http://timothybowler.com/2008/06/29/ubuntu-php-and-exim4/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 17:35:52 +0000</pubDate>
		<dc:creator>Tim Bowler</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[exim]]></category>
		<category><![CDATA[exim4]]></category>
		<category><![CDATA[php exim]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://timothybowler.com/2008/06/29/ubuntu-php-and-exim4/</guid>
		<description><![CDATA[Ubuntu 8.04 does not have sendmail installed by default. This was annoying when some of the php web apps that I created rely on sendmail to send out email notifications. But before going ahead and installing sendmail, I thought that I would try exim4. Installing on Ubuntu is very straight forward:
apt-get install exim4  exim4-config

After installation [...]]]></description>
			<content:encoded><![CDATA[<p>Ubuntu 8.04 does not have sendmail installed by default. This was annoying when some of the php web apps that I created rely on sendmail to send out email notifications. But before going ahead and installing sendmail, I thought that I would try exim4. Installing on Ubuntu is very straight forward:</p>
<p><strong>apt-get install exim4  exim4-config</strong></p>
<p><span id="more-41"></span></p>
<p>After installation is complete, you <strong>must run</strong>:</p>
<p><strong>dpkg-reconfigure exim4-config</strong></p>
<p>This will allow you to configure the MTA. That is it, php will &#8216;just work&#8217; because the installation also creates a symlink of sendmail to the exim binary.</p>
<p>If you do not run the above config command, you will see this in your exim/mainlog:</p>
<p>tim@*******.com R=nonlocal: Mailing to remote domains not supported</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Ftimothybowler.com%2F2008%2F06%2F29%2Fubuntu-php-and-exim4%2F';
  addthis_title  = 'Ubuntu%2C+php+and+exim4';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://timothybowler.com/2008/06/29/ubuntu-php-and-exim4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
