From tss at iki.fi Mon Jun 17 00:41:57 2013 From: tss at iki.fi (Timo Sirainen) Date: Mon, 17 Jun 2013 00:41:57 +0300 Subject: [Dovecot-news] v2.2.3 released Message-ID: <1371418917.5513.3.camel@innu.dovecot.net> http://dovecot.org/releases/2.2/dovecot-2.2.3.tar.gz http://dovecot.org/releases/2.2/dovecot-2.2.3.tar.gz.sig This is a pretty important upgrade for v2.2 users, because of the IMAP ENVELOPE reply fix. * LDA/LMTP: If new mail delivery first fails with "temporary failure", tempfail the whole delivery instead of falling back to delivering the mail to INBOX. (Requires new Pigeonhole as well.) * doc/solr-schema.xml was updated to Solr v4.x format. Also the default analyzers were changed, hopefully for the better. Note that the schema can't be changed for existing Solr indexes without rebuilding everything. * Solr plugin does only soft commits from now on. You'll need a cronjob to send a hard commit command to it every few minutes. + Added %N modifier for variables as %H-like "new hash" + sdbox, mdbox: Support POP3 message order field (for migrations) + Added mailbox { driver } to specify a different mail storage format for the mailbox than generally used within the namespace. + Added initial lib-sasl library for client side SASL support. Currently supports only PLAIN, LOGIN and plugins. Used currently by IMAP and POP3 proxying when authenticating to the remote server. - IMAP: If subject contained only whitespace, Dovecot returned an ENVELOPE reply with a huge literal value, effectively causing the IMAP client to wait for more data forever. - IMAP: Various URLAUTH fixes. - imapc: Various bugfixes and improvements - pop3c: Various fixes to make it work in dsync (without imapc) - dsync: Fixes to syncing subscriptions. Fixes to syncing mailbox renames. From tss at iki.fi Mon Jun 17 16:06:36 2013 From: tss at iki.fi (Timo Sirainen) Date: Mon, 17 Jun 2013 16:06:36 +0300 Subject: [Dovecot-news] [Dovecot] v2.2.3 released In-Reply-To: <1371418917.5513.3.camel@innu.dovecot.net> References: <1371418917.5513.3.camel@innu.dovecot.net> Message-ID: <24387671-7A73-465E-A0E3-587C3C10CB61@iki.fi> On 17.6.2013, at 0.41, Timo Sirainen wrote: > http://dovecot.org/releases/2.2/dovecot-2.2.3.tar.gz > http://dovecot.org/releases/2.2/dovecot-2.2.3.tar.gz.sig > > This is a pretty important upgrade for v2.2 users, because of the IMAP > ENVELOPE reply fix. sdbox/mdbox users: Don't upgrade just yet.. It seems it may cause "Extension header update points outside header size" errors that don't fix themselves. (Bug 1: Causing this error in the first place, bug 2: not being able to fix it automatically.) If you're already getting those errors, attached a workaround patch. Probably happens only to POP3 users. I'm not sure yet how to reproduce this. -------------- next part -------------- A non-text attachment was scrubbed... Name: dbox-hdr-resize-kludge.diff Type: application/octet-stream Size: 603 bytes Desc: not available URL: -------------- next part -------------- From tss at iki.fi Tue Jun 25 02:56:23 2013 From: tss at iki.fi (Timo Sirainen) Date: Tue, 25 Jun 2013 02:56:23 +0300 Subject: [Dovecot-news] v2.2.4 released Message-ID: <1372118183.31839.2.camel@hurina> http://dovecot.org/releases/2.2/dovecot-2.2.4.tar.gz http://dovecot.org/releases/2.2/dovecot-2.2.4.tar.gz.sig OK, this should be a pretty good and stable version. + doveadm: Added "flags" command to modify message flags. + doveadm: Added "deduplicate" command to expunge message duplicates. + dsync: Show the state in process title with verbose_proctitle=yes. - imap/pop3 proxy: Master user logins were broken in v2.2.3 - sdbox/mdbox: A corrupted index header with wrong size was never automatically fixed in v2.2.3. - mbox: Fixed assert-crashes related to locking. From tss at iki.fi Wed Jun 26 22:08:38 2013 From: tss at iki.fi (Timo Sirainen) Date: Wed, 26 Jun 2013 22:08:38 +0300 Subject: [Dovecot-news] v2.1.17 released Message-ID: <1372273718.13590.1.camel@innu.dovecot.net> http://dovecot.org/releases/2.1/dovecot-2.1.17.tar.gz http://dovecot.org/releases/2.1/dovecot-2.1.17.tar.gz.sig Hopefully among the last v2.1.x releases. + zlib: Keep the last read mail uncompressed in a temporary file. This significantly improves performance when IMAP client does small partial fetches for a large mail. + acl: Optionally get default ACL's for private/shared namespaces from user's INBOX (plugin { acl_defaults_from_inbox = yes } - Case-insensitive unicode character comparisons weren't all working as they should. - maildir: Fixed handling over 26 keywords in a mailbox. - auth: Don't crash in non-PLAIN/LOGIN auth mechanism if master user login is attempted without any master passdbs configured.