<?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>DIYMacServer &#187; Dovecot</title>
	<atom:link href="http://diymacserver.com/category/dovecot/feed/" rel="self" type="application/rss+xml" />
	<link>http://diymacserver.com</link>
	<description></description>
	<lastBuildDate>Sun, 13 May 2012 17:52:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Dovecot updated to 2.1.6</title>
		<link>http://diymacserver.com/2012/05/13/dovecot-updated-to-2-1-6/</link>
		<comments>http://diymacserver.com/2012/05/13/dovecot-updated-to-2-1-6/#comments</comments>
		<pubDate>Sun, 13 May 2012 17:51:23 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Dovecot]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=2304</guid>
		<description><![CDATA[Timo released a new version of Dovecot, I’ve installed it on my test servers and production server without a problem. No security issues solved, upgrade at your own leisure. The noticeable changes are: Session ID is now included by default in auth and login process log lines. It can be added to mail processes also [...]]]></description>
			<content:encoded><![CDATA[<p>Timo released a new version of Dovecot, I’ve installed it on my test servers and production server without a problem. No security issues solved, upgrade at your own leisure. The noticeable changes are:</p>
<ul>
<li>Session ID is now included by default in auth and login process log lines. It can be added to mail processes also by adding %{session} to mail_log_prefix.
</li>
<li>
Added ssl_require_crl setting, which specifies if CRL check must    be successful when verifying client certificates.</li>
<li>Added mail_shared_explicit_inbox setting to specify if a shared INBOX  should be accessible as &#8220;shared/$user&#8221; or &#8220;shared/$user/INBOX&#8221;.</li>
<li>v2.1.5: Using &#8220;~/&#8221; as mail_location or elsewhere failed to actually expand it to home directory.</li>
<li>dbox: Fixed potential assert-crash when reading dbox files.
    </li>
<li>trash plugin: Fixed behavior when quota is already over limit.
       </li>
<li>mail_log plugin: Logging &#8220;copy&#8221; event didn&#8217;t work.
       </li>
<li>Proxying to backend server with SSL: Verifying server certificate<br />
         name always failed, because it was compared to an IP address.
</li>
</ul>
<p>And here are the <a href="/updating-your-installation/upgrading-dovecot/">upgrade instructions for Dovecot</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2012/05/13/dovecot-updated-to-2-1-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dovecot updated to 2.1.5</title>
		<link>http://diymacserver.com/2012/04/24/dovecot-updated-to-2-1-5/</link>
		<comments>http://diymacserver.com/2012/04/24/dovecot-updated-to-2-1-5/#comments</comments>
		<pubDate>Tue, 24 Apr 2012 19:21:00 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Dovecot]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=2280</guid>
		<description><![CDATA[First my apologies, due to the other priorities I completely missed the 2.1.4 release. Hopefully you didn&#8217;t run into any problems. I&#8217;ve tested and deployed 2.1.5 on my servers today without a problem. The list of fixes for 2.1.5 include: IMAP: When neither the session nor the mailbox has modseq tracking enabled, return the mailbox [...]]]></description>
			<content:encoded><![CDATA[<p>First my apologies, due to the other priorities I completely missed the 2.1.4 release. Hopefully you didn&#8217;t run into any problems. I&#8217;ve tested and deployed 2.1.5 on my servers today without a problem. The list of fixes for 2.1.5 include:</p>
<ul>
<li>IMAP: When neither the session nor the mailbox has modseq tracking enabled, return the mailbox as having NOMODSEQ in SELECT/EXAMINE reply. Old versions in this situation always simply returned HIGHESTMODSEQ as 1, which could have broken some clients.</li>
<li> dict file: Added optional fcntl/flock locking (default is dotlock)</li>
<li>fts-solr: doveadm fts rescan now resets indexes, which allows  reindexing mails. (This isn&#8217;t a full rescan implementation like  fts-lucene has.)</li>
<li>doveadm expunge: Added -d parameter to delete mailbox if it&#8217;s empty after expunging.</li>
<li>IMAP: Several fixes related to mailbox listing in some configs</li>
<li>director: A lot of fixes and performance improvements</li>
<li> v2.1.4 didn&#8217;t work without a mail home directory set</li>
<li> mbox: Deleting a mailbox didn&#8217;t delete its index files.</li>
<li>pop3c: TOP command was sent incorrectly</li>
<li>trash plugin didn&#8217;t work properly</li>
<li>LMTP: Don&#8217;t add a duplicate Return-Path: header when proxying.</li>
<li>listescape: Don&#8217;t unescape namespace prefixes.</li>
</ul>
<p>And here are the <a href="/updating-your-installation/upgrading-dovecot/">upgrade instructions for Dovecot</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2012/04/24/dovecot-updated-to-2-1-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dovecot updated to 2.1.3</title>
		<link>http://diymacserver.com/2012/03/18/dovecot-updated-to-2-1-3/</link>
		<comments>http://diymacserver.com/2012/03/18/dovecot-updated-to-2-1-3/#comments</comments>
		<pubDate>Sun, 18 Mar 2012 09:31:50 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Dovecot]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=2254</guid>
		<description><![CDATA[Again two very close releases but this time because of a small glitch that was introduced in 2.1.2 with the mdbox which was released a few days earlier. I&#8217;ve tested it and I&#8217;m already running this new version in production. Here is the list of fixes for 2.1.2 (as 2.1.3 only fixed the mdbox error): [...]]]></description>
			<content:encoded><![CDATA[<p>Again two very close releases but this time because of a small glitch that was introduced in 2.1.2 with the mdbox which was released a few days earlier. I&#8217;ve tested it and I&#8217;m already running this new version in production. Here is the list of fixes for 2.1.2 (as 2.1.3 only fixed the mdbox error):</p>
<ul>
<li>Initial implementation of dsync-based replication. For now this  should be used only on non-critical systems.</li>
<li> Proxying: POP3 now supports sending remote IP+port from proxy to  backend server via Dovecot-specific XCLIENT extension.
</li>
<li> Proxying: proxy_maybe=yes with host=<hostname> (instead of IP) works now properly.
</li>
<li>Proxying: Added auth_proxy_self setting
</li>
<li>Proxying: Added proxy_always extra field (see wiki docs)
</li>
<li>Added director_username_hash setting to specify what part of the  username is hashed. This can be used to implement per-domain  backends (which allows safely accessing shared mailboxes within domain).
</li>
<li>	+ Added a &#8220;session ID&#8221; string for imap/pop3 connections, available  in %{session} variable. The session ID passes through Dovecot  IMAP/POP3 proxying to backend server. The same session ID is can be  reused after a long time (currently a bit under 9 years).
</li>
<li>passdb checkpassword: Support &#8220;credentials lookups&#8221; (for  non-plaintext auth and for lmtp_proxy lookups)
</li>
<li>fts: Added fts_index_timeout setting to abort search if indexing  hasn&#8217;t finished by then (default is to wait forever). </li>
<li>doveadm sync: If mailbox was expunged empty, messages may have  become back instead of also being expunged in the other side.
</li>
<li>director: If user logged into two directors while near user  expiration, the directors might have redirected the user to two  different backends.
</li>
<li>imap_id_* settings were ignored before login.
</li>
<li>Several fixes to mailbox_list_index=yes
</li>
<li>Previous v2.1.x didn&#8217;t log all messages at shutdown.
</li>
<li>mbox: Fixed accessing Dovecot v1.x mbox index files without errors.</ul>
</li>
<p>And as usual here are the <a href="/updating-your-installation/upgrading-dovecot/">upgrade instructions for Dovecot</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2012/03/18/dovecot-updated-to-2-1-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dovecot updated to 2.1.1</title>
		<link>http://diymacserver.com/2012/02/24/dovecot-updated-to-2-1-1/</link>
		<comments>http://diymacserver.com/2012/02/24/dovecot-updated-to-2-1-1/#comments</comments>
		<pubDate>Fri, 24 Feb 2012 19:22:50 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Dovecot]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=2228</guid>
		<description><![CDATA[Things went very quickly this week as I indicated in my earlier post. I was still working on version 2.1.0 when we got another update to solve some of the bugs that where found. To read al about the changes in 2.1.0 please read the release notes. The changes in 2.1.1 were minor but read [...]]]></description>
			<content:encoded><![CDATA[<p>Things went very quickly this week as I indicated in my earlier post. I was still working on version 2.1.0 when we got another update to solve some of the bugs that where found. To read al about the changes in 2.1.0 please read the <a href="http://www.dovecot.org/list/dovecot-news/2012-February/000213.html">release notes</a>. The changes in 2.1.1 were minor but read the notes for that <a href="http://www.dovecot.org/list/dovecot-news/2012-February/000216.html">here</a>.</p>
<p>I&#8217;ve got it running on my machines and I&#8217;m very happy with it.</p>
<p>The only change that might affect your installation in the upgrade to 2.1.x is that Dovecot lost the case sensitivity for its usernames. If you want to re-enable that please set  auth_username_format= (i.e. to empty).</p>
<p>And as an extra here are the <a href="/updating-your-installation/upgrading-dovecot/">upgrade instructions for Dovecot</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2012/02/24/dovecot-updated-to-2-1-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Too much at once</title>
		<link>http://diymacserver.com/2012/02/23/too-much-at-once/</link>
		<comments>http://diymacserver.com/2012/02/23/too-much-at-once/#comments</comments>
		<pubDate>Thu, 23 Feb 2012 04:31:30 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Dovecot]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Postfix]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=2220</guid>
		<description><![CDATA[I feel the need to ask for patience as this week we got bombarders by a lot of updates. Dovecot did a major upgrade to 2.1, Apache released a major upgrade to 2.4, postfix released 2.9.1 a small bugfix and MySQL released 5.5.21. I need to compile, test and adjust everything where necessary and as [...]]]></description>
			<content:encoded><![CDATA[<p>I feel the need to ask for patience as this week we got bombarders by a lot of updates. Dovecot did a major upgrade to 2.1, Apache released a major upgrade to 2.4, postfix released 2.9.1 a small bugfix and MySQL released 5.5.21.</p>
<p>I need to compile, test and adjust everything where necessary and as you might understand with major upgrade there is more going on then just a compile, run and test. There are new configuration options to be evaluated and older ones deprecated that might need a new one or a workaround for lost functionality.</p>
<p>So I&#8217;m working on it but it take a bit longer then usual&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2012/02/23/too-much-at-once/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dovecot updated to 2.0.18</title>
		<link>http://diymacserver.com/2012/02/13/dovecot-updated-to-2-0-18/</link>
		<comments>http://diymacserver.com/2012/02/13/dovecot-updated-to-2-0-18/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 05:32:43 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Dovecot]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=2215</guid>
		<description><![CDATA[Timo released a new version of Dovecot, I’ve installed it on my test servers and production server without a problem. No security issues solved, upgrade at your own leisure. The noticeable changes are: DIGEST-MD5 authentication supports authorization id now. Patch by Yubao Liu Added instance_name setting which is used to prefix Dovecot processes in ps [...]]]></description>
			<content:encoded><![CDATA[<p>Timo released a new version of Dovecot, I’ve installed it on my test servers and production server without a problem. No security issues solved, upgrade at your own leisure. The noticeable changes are:</p>
<ul>
<li>DIGEST-MD5 authentication supports authorization id now.   Patch by Yubao Liu
</li>
<li>   Added instance_name setting which is used to prefix Dovecot    processes in ps output.
</li>
<li>        LDA/LMTP: Sending a large mail via submission_host or via LMTP proxy  may have caused a hang.
</li>
<li> Fixed dbox + mail_attachment_dir + zlib problems.
 	</li>
<li>Login processes weren&#8217;t logging all intended messages with   auth_verbose=yes
</li>
<li> IMAP: THREAD REFS sometimes returned invalid (0) nodes.
</li>
<li>IMAP: CONTEXT search return option wasn&#8217;t handled at all.
</li>
<li> dbox: Various error handling fixes.
</li>
<li>snarf plugin: Keep the mailbox locked during snarfing to avoid  duplicates.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2012/02/13/dovecot-updated-to-2-0-18/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dovecot updated to 2.0.17</title>
		<link>http://diymacserver.com/2012/01/15/dovecot-updated-to-2-0-17/</link>
		<comments>http://diymacserver.com/2012/01/15/dovecot-updated-to-2-0-17/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 10:41:37 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Dovecot]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=2194</guid>
		<description><![CDATA[A new version of Dovecot has been released, I’ve installed it on my test servers and production server without a problem. I would advise you to upgrade this time as the SSL stuff is recommended to be used. The noticeable changes are: Proxying now supports sending SSL client certificate to server with ssl_client_cert/key settings. doveadm [...]]]></description>
			<content:encoded><![CDATA[<p>A new version of Dovecot has been released, I’ve installed it on my test servers and production server without a problem. I would advise you to upgrade this time as the SSL stuff is recommended to be used. The noticeable changes are:</p>
<ul>
<li>Proxying now supports sending SSL client certificate to server with ssl_client_cert/key settings.
	</li>
<li>doveadm dump: Added support for dumping dbox headers/metadata.
</li>
<li>Fixed memory leaks in login processes with SSL connections
	</li>
<li>vpopmail support was broken in v2.0.16
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2012/01/15/dovecot-updated-to-2-0-17/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Dovecot updated to 2.0.16</title>
		<link>http://diymacserver.com/2011/11/21/dovecot-updated-to-2-0-16/</link>
		<comments>http://diymacserver.com/2011/11/21/dovecot-updated-to-2-0-16/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 19:21:10 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Dovecot]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=2169</guid>
		<description><![CDATA[A new version of Dovecot has been released, as usual I’ve installed it on my test servers and production server without a problem. Check the improvements and decide if you want to upgrade as it are many small fixes, plus some more noticeable: Comment from Timo on this release was: I only now noticed that [...]]]></description>
			<content:encoded><![CDATA[<p>A new version of Dovecot has been released, as usual I’ve installed it on my test servers and production server without a problem. Check the improvements and decide if you want to upgrade as it are many small fixes, plus some more noticeable:</p>
<p>Comment from Timo on this release was: </p>
<blockquote><p>I only now noticed that the VSZ limits weren&#8217;t being enforced with earlier v2.0.x releases (or they were set 1024 times too high). So if a Dovecot process was leaking memory, it wasn&#8217;t being killed by kernel. Now that this enforcing is done, some installations will probably start seeing errors about reaching these limits in normal operation. The default_vsz_limit is 256 MB. You may want to increase it in larger installations to 1 GB just in case.</p>
<p>Besides the changes listed below, a lot of smaller fixes were done.</p></blockquote>
<p>A list of the bigger fixes:</p>
<ul>
<li>VSZ limits weren&#8217;t being enforced for any processes. On server with large mailboxes you may now see errors about it if the limits aren&#8217;t high enough. To fix them, either increase individual service { vsz_limit } values or simply increase the default_vsz_limit setting.</li>
<li>Proxying: If using ssl=yes or starttls=yes with a hostname (not IP) as proxy destination, require that the certificate matches the given hostname.</li>
<li>LMTP: Changed default client_limit to 1. This should improve LMTP throughput with default settings.</li>
<li>dsync: Quota is no longer enforced (i.e. dsync can&#8217;t fail because user is over quota).</li>
<li>Added &#8220;auto&#8221; mail storage driver, which can be used to auto detect mailbox location and format. This behavior is already the default  for empty mail_location setting, so this change is mainly useful for shared namespace&#8217;s location setting.</li>
<li>checkpassword: Export all auth %variables to AUTH_* environment.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2011/11/21/dovecot-updated-to-2-0-16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The mail server on Lion</title>
		<link>http://diymacserver.com/2011/08/10/the-mail-server-on-lion/</link>
		<comments>http://diymacserver.com/2011/08/10/the-mail-server-on-lion/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 19:45:21 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Dovecot]]></category>
		<category><![CDATA[Lion]]></category>
		<category><![CDATA[Postfix]]></category>
		<category><![CDATA[postfixadmin]]></category>
		<category><![CDATA[Roundcube]]></category>
		<category><![CDATA[SqlGrey]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=2088</guid>
		<description><![CDATA[Whilst upgrading my production server, the one you&#8217;re getting these pages served by, to Lion and reinstalling all the programs on it I&#8217;ve also found time to write everything down for you to use when you upgrade to Lion. We already had the MAMP stuff teated and documented but now all the mail server components [...]]]></description>
			<content:encoded><![CDATA[<p>Whilst upgrading my production server, the one you&#8217;re getting these pages served by, to Lion and reinstalling all the programs on it I&#8217;ve also found time to write everything down for you to use when you upgrade to Lion. We already had the MAMP stuff teated and documented but now all the mail server components have been tested and written.</p>
<p><a href="http://diymacserver.com/mail/lion/">http://diymacserver.com/mail/lion/</a></p>
<p>So enjoy your new installation of Lion with these instructions.</p>
<p>In the coming week I will move all my stuff to the new Mini, hopefully without too much interruptions in our service.</p>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2011/08/10/the-mail-server-on-lion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dovecot updated to 2.0.13</title>
		<link>http://diymacserver.com/2011/05/13/dovecot-updated-to-2-0-13/</link>
		<comments>http://diymacserver.com/2011/05/13/dovecot-updated-to-2-0-13/#comments</comments>
		<pubDate>Fri, 13 May 2011 09:31:04 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Dovecot]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=1865</guid>
		<description><![CDATA[A new version of Dovecot has been released, as usual I’ve installed it on my test servers and production server without a problem. Check the improvements and decide if you want to upgrade as it are many small fixes, plus some more noticeable: Added &#8220;doveadm index&#8221; command to add unindexed messages into index/cache. If full [...]]]></description>
			<content:encoded><![CDATA[<p>A new version of Dovecot has been released, as usual I’ve installed it on my test servers and production server without a problem. Check the improvements and decide if you want to upgrade as it are many small fixes, plus some more noticeable:</p>
<ul>
<li>Added &#8220;doveadm index&#8221; command to add unindexed messages into  index/cache. If full text search is enabled, it also adds unindexed  messages to the fts database</li>
<li> added &#8220;doveadm director dump&#8221; command.</li>
<li> pop3: Added support for showing messages in &#8220;POP3 order&#8221;, which can   be different from IMAP message order. This can be useful for	  migrations from other servers. Implemented it for Maildir as &#8216;O&#8217;	  field in dovecot-uidlist.</li>
<li>doveconf: Fixed a wrong &#8220;subsection has ssl=yes&#8221; warning.</li>
<li> mdbox purge: Fixed wrong warning about corrupted extrefs.</li>
<li> sdbox: INBOX GUID changed when INBOX was autocreated, leading to	  trouble with dsync.</li>
<li> script-login binary wasn&#8217;t actually dropping privileges to the	  user/group/chroot specified by its service settings.</li>
<li> Fixed potential crashes and other problems when parsing header names  that contained NUL characters.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2011/05/13/dovecot-updated-to-2-0-13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

