<?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>apocryph.org &#187; postfix</title>
	<atom:link href="http://apocryph.org/tag/postfix/feed/" rel="self" type="application/rss+xml" />
	<link>http://apocryph.org</link>
	<description>Notes to my future self</description>
	<lastBuildDate>Mon, 09 Aug 2010 16:59:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Maildir scalability sucks</title>
		<link>http://apocryph.org/2006/04/11/maildir_scalability_sucks/</link>
		<comments>http://apocryph.org/2006/04/11/maildir_scalability_sucks/#comments</comments>
		<pubDate>Tue, 11 Apr 2006 07:45:40 +0000</pubDate>
		<dc:creator>anelson</dc:creator>
				<category><![CDATA[Migrated from Drupal]]></category>
		<category><![CDATA[dbmail]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[tech diary]]></category>

		<guid isPermaLink="false">http://apocryph.org/?p=189</guid>
		<description><![CDATA[I&#8217;ve been running my own mail system for a couple years now. I currently run it on an OpenBSD 3.8-STABLE box, with postfix, courier-imap, and whatever webmail tool I hate the least at any given moment. However, as is my custom, I do not delete email, so I have accumulated tens of thousands of messages. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been running my own mail system for a couple years now.  I currently run it on an OpenBSD 3.8-STABLE box, with postfix, courier-imap, and whatever webmail tool I hate the least at any given moment.</p>
<p>However, as is my custom, I do not delete email, so I have accumulated tens of thousands of messages.  The maildir format used by my mail system, wherein each mail folder is a filesystem folder and each message is a file, does not scale well to this volume.  As a result, my mail tools all suck wind while CPU and disk usage on my mail server spike, just to get new messages or move some email to a different folder.  It sucks.</p>
<p>Maildir isn&#8217;t exactly new, and was conceived as huge improvement over the even more amazingly shitty UNIX mail storage technology, mbox, in which each folder is a file and each message in the folder is concatenated to the file.</p>
<p>However, it being the 21st century and all, it seems somewhat obvious to everyone except developers of UNIX mail systems that a high-performance relational database is a good way to store email.  Exchange has had an RDBMS backend since 2000 at least; Notes as I understand it has had it since inception.</p>
<p>Sadly, the UNIX mail world has a while to wait for this particular cutting edge innovation.  The <a href="http://www.dbmail.org/">DBMail</a> project has the right idea, but it&#8217;s very immature, and doesn&#8217;t even support SSL yet.</p>
<p>So, unless I go off the reservation and embrace a proprietary system like <a href="http://www.zimbra.com/">Zimbra</a>, I would appear to be screwed.</p>
]]></content:encoded>
			<wfw:commentRss>http://apocryph.org/2006/04/11/maildir_scalability_sucks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
