<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Virtual domains in exim4</title>
	<atom:link href="http://www.thefraggle.com/2007/06/14/virtual-domains-in-exim4/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thefraggle.com/2007/06/14/virtual-domains-in-exim4/</link>
	<description>technology, photography and anything else that springs to mind.</description>
	<lastBuildDate>Mon, 28 Jul 2008 01:14:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matt</title>
		<link>http://www.thefraggle.com/2007/06/14/virtual-domains-in-exim4/comment-page-1/#comment-5</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 14 Jun 2007 20:49:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.thefraggle.com/2007/06/14/virtual-domains-in-exim4/#comment-5</guid>
		<description>You&#039;ve just confirmed yet again the reason I don&#039;t use Exim. The configuration just looks like gibberish. It&#039;s not as bad as Sendmail but it&#039;s just not user-friendly for me. I know Exim people will say how flexible it is and how you can do tons of stuff with regexps and stuff but for the average mail server it&#039;s overkill in my opinion.

For example on Postfix I have this config to do the exact same thing as you have just done:

virtual_alias_maps = hash:/usr/local/etc/postfix/virtual
virtual_alias_domains = hash:/usr/local/etc/postfix/virtual

And in that file I have:

example.com domain
matt@example.com matt@localhost
root@example.com root@localhost
monkey@example.com blah@another.host.com

anotherdomain.com domain
blah@anotherdomain.com blah@localhost

Etc etc.

Much more user-friendly if you ask me.</description>
		<content:encoded><![CDATA[<p>You&#8217;ve just confirmed yet again the reason I don&#8217;t use Exim. The configuration just looks like gibberish. It&#8217;s not as bad as Sendmail but it&#8217;s just not user-friendly for me. I know Exim people will say how flexible it is and how you can do tons of stuff with regexps and stuff but for the average mail server it&#8217;s overkill in my opinion.</p>
<p>For example on Postfix I have this config to do the exact same thing as you have just done:</p>
<p>virtual_alias_maps = hash:/usr/local/etc/postfix/virtual<br />
virtual_alias_domains = hash:/usr/local/etc/postfix/virtual</p>
<p>And in that file I have:</p>
<p>example.com domain<br />
<a href="mailto:matt@example.com">matt@example.com</a> matt@localhost<br />
<a href="mailto:root@example.com">root@example.com</a> root@localhost<br />
<a href="mailto:monkey@example.com">monkey@example.com</a> <a href="mailto:blah@another.host.com">blah@another.host.com</a></p>
<p>anotherdomain.com domain<br />
<a href="mailto:blah@anotherdomain.com">blah@anotherdomain.com</a> blah@localhost</p>
<p>Etc etc.</p>
<p>Much more user-friendly if you ask me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
