http://dovecot.org/releases/1.1/dovecot-1.1.2.tar.gz http://dovecot.org/releases/1.1/dovecot-1.1.2.tar.gz.sig Development of new features in this release and the upcoming multi-master replication are sponsored by Directi (www.directi.com). Lucene indexing is currently deprecated in favor of the new Solr indexing. I'm even considering removing the Lucene C++ library support, so if you're interested in keeping it send me a mail. Note that the current fts-lucene is somewhat broken as well as non-optimal. Anyone interested in using zlib plugin with Maildir should read http://wiki.dovecot.org/Plugins/Zlib. I'm hoping to get the first v1.2 betas out in a couple of weeks and an eventual v1.2.0 release in a couple of months. + Added full text search indexing support for Apache Lucene Solr server: http://wiki.dovecot.org/Plugins/FTS/Solr + IMAP SORT: Added X-SCORE sort key for use with Solr searches. + zlib plugin supports now bzip2 also. + quota: All backends now take noenforcing parameter. + Maildir: Add ,S=<size> to maildir filename whenever quota plugin is loaded, even when not using Maildir++ quota. + deliver: Allow lda section to override plugin settings. + deliver: Giving a -m <namespace prefix> parameter now silently saves the mail to INBOX. This is useful for e.g. -m INBOX/${extension} + Added a new maildirlock utility for write-locking Dovecot Maildir. + dict-sql: Support non-MySQL databases by assuming they implement the "INSERT .. ON DUPLICATE KEY" using an INSERT trigger. - SORT: Fixed several crashes/errors with sort indexing. - IMAP: BODYSTRUCTURE is finally RFC 3501 compliant. Earlier versions didn't include Content-Location support. - IMAP: Fixed bugs with listing INBOX. - Maildir: maildirfolder file wasn't created when dovecot-shared file existed on the root directory - deliver didn't expand %variables in namespace location settings. - zlib: Copying non-compressed messages resulted in empty mails (except when hardlink-copying between maildirs). - mbox-snarf plugin was somewhat broken - deliver + Maildir: If uidlist couldn't be locked while saving, we might have assert-crashed - mbox: Fixed an assert-crash with \Recent flag handling -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part Url : http://dovecot.org/pipermail/dovecot-news/attachments/20080724/e15ccd54/attachment.bin
On Thursday, July 24 at 03:05 AM, quoth Timo Sirainen:> + Added a new maildirlock utility for write-locking Dovecot > Maildir.Every time I attempt to use this (as root), it exits with a return code of 143 and my shell prints out "Terminated". I'm guessing that what happens is a result of this: /* locked - send a */ if (kill(parent_pid, SIGTERM) < 0) i_fatal("kill(parent, SIGTERM) failed: %m"); Any idea on how I can fix it? ~Kyle -- When we blindly adopt any religion, political system, or literary dogma, we become automatons. We cease to grow. -- Anais Nin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 204 bytes Desc: not available URL: <http://dovecot.org/pipermail/dovecot/attachments/20080724/7488e186/attachment-0002.bin>
Timo, Is this safe to install? The reason that I ask, I read a few reports of problems immediately after your announcement and haven't seen your responses to them. Thanks, B. Bodger On Jul 23, 2008, at 8:05 PM, Timo Sirainen wrote:> http://dovecot.org/releases/1.1/dovecot-1.1.2.tar.gz > http://dovecot.org/releases/1.1/dovecot-1.1.2.tar.gz.sig
Timo Sirainen wrote:> http://dovecot.org/releases/1.1/dovecot-1.1.2.tar.gz > http://dovecot.org/releases/1.1/dovecot-1.1.2.tar.gz.sig >I (finally) refreshed the managesieve patch to cleanly apply on the new release: http://www.rename-it.nl/dovecot/1.1/dovecot-1.1.2-managesieve-0.10.3.diff.gz http://www.rename-it.nl/dovecot/1.1/dovecot-1.1.2-managesieve-0.10.3.diff.gz.sig Regards, Stephan
On Jul 24, 2008, at 3:28 PM, Kyle Wheeler wrote:> On Thursday, July 24 at 03:05 AM, quoth Timo Sirainen: >> + Added a new maildirlock utility for write-locking Dovecot >> Maildir. > > Every time I attempt to use this (as root), it exits with a return > code of 143 and my shell prints out "Terminated". > > I'm guessing that what happens is a result of this: > > /* locked - send a */ > if (kill(parent_pid, SIGTERM) < 0) > i_fatal("kill(parent, SIGTERM) failed: %m"); > > Any idea on how I can fix it?Not really.. The parent PID should be the parent maildirlock process, which also should have caught the TERM signal. You could see what happens if you change all SIGTERMs to SIGHUPs for example. What shell do you use? Try another one? -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 194 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20080804/d3fa8404/attachment-0002.bin>