<?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: Mbox vs Maildir: Mail Storage Formats</title>
	<atom:link href="http://www.linuxmail.info/mbox-maildir-mail-storage-formats/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxmail.info/mbox-maildir-mail-storage-formats/</link>
	<description>Rapidly deploy Linux based mail solutions today</description>
	<lastBuildDate>Sat, 12 Sep 2009 22:40:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Scott</title>
		<link>http://www.linuxmail.info/mbox-maildir-mail-storage-formats/#comment-3341</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Sat, 27 Dec 2008 11:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://linux-mail.info/mbox-maildir-mail-storage-formats/#comment-3341</guid>
		<description>Thanks for the indepth explination of the two formats. I&#039;m using Maildir for my email server, however (I&#039;m using postfix) the default setup uses mbox. I wish I had have found your site a little earlier!!! :P and the mb2md.pl (well I have it now!!!)</description>
		<content:encoded><![CDATA[<p>Thanks for the indepth explination of the two formats. I&#8217;m using Maildir for my email server, however (I&#8217;m using postfix) the default setup uses mbox. I wish I had have found your site a little earlier!!! <img src='http://www.linuxmail.info/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  and the mb2md.pl (well I have it now!!!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: consultant</title>
		<link>http://www.linuxmail.info/mbox-maildir-mail-storage-formats/#comment-1199</link>
		<dc:creator>consultant</dc:creator>
		<pubDate>Mon, 02 Jun 2008 16:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://linux-mail.info/mbox-maildir-mail-storage-formats/#comment-1199</guid>
		<description>Hi Timo,

I&#039;m very honored to hear from the author of Dovecot. Thank you very much for your comment, I&#039;ve updated the text above.

1. Corrected the mbox delete algorithm.
2. Added the algorithm for the mbox and maildir search.
3. Discussed the advantages and disadvantages of searching when using mbox and maildir.</description>
		<content:encoded><![CDATA[<p>Hi Timo,</p>
<p>I&#8217;m very honored to hear from the author of Dovecot. Thank you very much for your comment, I&#8217;ve updated the text above.</p>
<p>1. Corrected the mbox delete algorithm.<br />
2. Added the algorithm for the mbox and maildir search.<br />
3. Discussed the advantages and disadvantages of searching when using mbox and maildir.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timo Sirainen</title>
		<link>http://www.linuxmail.info/mbox-maildir-mail-storage-formats/#comment-1198</link>
		<dc:creator>Timo Sirainen</dc:creator>
		<pubDate>Mon, 02 Jun 2008 16:08:04 +0000</pubDate>
		<guid isPermaLink="false">http://linux-mail.info/mbox-maildir-mail-storage-formats/#comment-1198</guid>
		<description>1) mbox&#039;s &quot;Rewrite the whole mailbox file, leaving out the mail to be deleted&quot; isn&#039;t exactly right. The data is moved within the file, so deleting mails from the beginning of the mbox causes more data to be written than mails deleted from end of file. So deleting the last mail(s) wouldn&#039;t cause any data to be written at all, just a ftruncate() call.

2) Maildir is missing one disadvantage (mbox&#039;s advantage): Maildir is slower when all files have to be opened (e.g. searching a message). It&#039;s faster to read through one big file than open and read lots of small files.</description>
		<content:encoded><![CDATA[<p>1) mbox&#8217;s &#8220;Rewrite the whole mailbox file, leaving out the mail to be deleted&#8221; isn&#8217;t exactly right. The data is moved within the file, so deleting mails from the beginning of the mbox causes more data to be written than mails deleted from end of file. So deleting the last mail(s) wouldn&#8217;t cause any data to be written at all, just a ftruncate() call.</p>
<p>2) Maildir is missing one disadvantage (mbox&#8217;s advantage): Maildir is slower when all files have to be opened (e.g. searching a message). It&#8217;s faster to read through one big file than open and read lots of small files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francis</title>
		<link>http://www.linuxmail.info/mbox-maildir-mail-storage-formats/#comment-309</link>
		<dc:creator>Francis</dc:creator>
		<pubDate>Sun, 30 Mar 2008 03:03:59 +0000</pubDate>
		<guid isPermaLink="false">http://linux-mail.info/mbox-maildir-mail-storage-formats/#comment-309</guid>
		<description>Thanks for the info. Will test that once I finalize the setup i&#039;m putting up using the guide for CentOS 5 on this site.</description>
		<content:encoded><![CDATA[<p>Thanks for the info. Will test that once I finalize the setup i&#8217;m putting up using the guide for CentOS 5 on this site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: consultant</title>
		<link>http://www.linuxmail.info/mbox-maildir-mail-storage-formats/#comment-305</link>
		<dc:creator>consultant</dc:creator>
		<pubDate>Sat, 29 Mar 2008 14:02:56 +0000</pubDate>
		<guid isPermaLink="false">http://linux-mail.info/mbox-maildir-mail-storage-formats/#comment-305</guid>
		<description>I do. I used &lt;a href=&quot;http://batleth.sapienti-sat.org/projects/mb2md/&quot;&gt;mb2md.pl&lt;/a&gt;

I initially configured my mail server to use mbox. The users encountered locking problems when they began to check their mails so I immediately converted the mailboxes to maildir using the script above.</description>
		<content:encoded><![CDATA[<p>I do. I used <a href="http://batleth.sapienti-sat.org/projects/mb2md/">mb2md.pl</a></p>
<p>I initially configured my mail server to use mbox. The users encountered locking problems when they began to check their mails so I immediately converted the mailboxes to maildir using the script above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francis</title>
		<link>http://www.linuxmail.info/mbox-maildir-mail-storage-formats/#comment-303</link>
		<dc:creator>Francis</dc:creator>
		<pubDate>Sat, 29 Mar 2008 08:26:49 +0000</pubDate>
		<guid isPermaLink="false">http://linux-mail.info/mbox-maildir-mail-storage-formats/#comment-303</guid>
		<description>I&#039;m planning to migrate from a mail server running sendmail using the mailbox format, to a server configured using the guide in this site with users from ldap running postfix. Is there a way to migrate from the old mailbox format to the new maildir format without loosing data?

I found some scripts on the net. Anyone has experience using these things?</description>
		<content:encoded><![CDATA[<p>I&#8217;m planning to migrate from a mail server running sendmail using the mailbox format, to a server configured using the guide in this site with users from ldap running postfix. Is there a way to migrate from the old mailbox format to the new maildir format without loosing data?</p>
<p>I found some scripts on the net. Anyone has experience using these things?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
