<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Virtual domains in exim4</title>
	<link>http://www.thefraggle.com/2007/06/14/virtual-domains-in-exim4/</link>
	<description>technology, photography and anything else that comes into the rambling mind of chris ganderton</description>
	<pubDate>Fri, 05 Dec 2008 06:59:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Matt</title>
		<link>http://www.thefraggle.com/2007/06/14/virtual-domains-in-exim4/#comment-5</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 14 Jun 2007 20:49:59 +0000</pubDate>
		<guid>http://www.thefraggle.com/2007/06/14/virtual-domains-in-exim4/#comment-5</guid>
		<description>You've just confirmed yet again the reason I don't use Exim. The configuration just looks like gibberish. It's not as bad as Sendmail but it'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'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> <a href="mailto:matt@localhost">matt@localhost</a><br />
<a href="mailto:root@example.com">root@example.com</a> <a href="mailto:root@localhost">root@localhost</a><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> <a href="mailto:blah@localhost">blah@localhost</a></p>
<p>Etc etc.</p>
<p>Much more user-friendly if you ask me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
