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.
Have just upgraded to 2.2.3 and when it started I got these lines in the log: dovecot[44069]: master: Dovecot v2.2.3 starting up (core dumps disabled) Jun 17 15:48:46 mail dovecot[44072]: config: Error: Module is for different ABI version 2.2.ABIv2(2.2.2) (we have 2.2.ABIv3(2.2.3)): /usr/local/lib/dovecot/settings/libmanagesieve_login_settings.so Jun 17 15:48:46 mail dovecot[44072]: config: Error: Module is for different ABI version 2.2.ABIv2(2.2.2) (we have 2.2.ABIv3(2.2.3)): /usr/local/lib/dovecot/settings/libmanagesieve_settings.so Can someone tell me how to fix this? I'm running on Mac OS X 10.7.5. Many thanks, James.
* Timo Sirainen <tss at iki.fi>:> 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.Compiled & installed. Seems to work for me :)> * 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.)That's wonderful!> - 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.I wonder which clients this affected? -- Ralf Hildebrandt Gesch?ftsbereich IT | Abteilung Netzwerk Charit? - Universit?tsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebrandt at charite.de | http://www.charite.de
Robert Schetterer
2013-Jun-17 07:58 UTC
[Dovecot] v2.2.3 released / xi.rename-it.nl dovecot-2.2.patched
Am 16.06.2013 23:41, schrieb Timo Sirainen:> 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. > >i have a few questions i just setted up a test server for dovecot and other stuff and used http://xi.rename-it.nl/debian/pool/testing-auto/dovecot-2.2.patched/ but i am not really sure whats the exact meaning of "patched" here also is there more docs on "lib-sasl library for client side SASL support." and lemonade submission stuff ( perhaps this is what patched means ) is there some lemonade client for testing oder some telnet procedure description which may used for testing lemonade stuff Best Regards MfG Robert Schetterer -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstra?e 15, 81669 M?nchen Sitz der Gesellschaft: M?nchen, Amtsgericht M?nchen: HRB 199263 Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer Aufsichtsratsvorsitzender: Florian Kirstein
On 17.6.2013, at 0.41, Timo Sirainen <tss at iki.fi> 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: <http://dovecot.org/pipermail/dovecot-news/attachments/20130617/9fd98b91/attachment.obj> -------------- next part --------------
On 6/17/2013 8:06 AM, Timo Sirainen wrote:> On 17.6.2013, at 0.41, Timo Sirainen <tss at iki.fi> 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.)Hi Timo, The latest from http://hg.dovecot.org/dovecot-2.2/ seems to fix the dsync errors I was seeing with 2.2.2. Mostly "Error: Mailbox INBOX sync: mailbox_delete failed: INBOX can't be deleted." Is the extension header bug fixed with yesterday's patch: http://hg.dovecot.org/dovecot-2.2/rev/3056feb418b1 ? Thanks, Ken Anderson> 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. > > > > >-- Ken Anderson Pacific Internet - http://www.pacific.net