http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta10.tar.gz http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta10.tar.gz.sig Changes since beta9: - dotlock_use_excl=yes is now the default. I think this should work in all NFS setups that are in use nowadays. O_EXCL has worked since NFSv3. - fs quota: Added "noenforcing" option - Fixed compiling with non-gcc - Fixed quota plugin crash - Lots of fixes to handling message searches, especially related to non-ASCII searches. And most importantly: It includes the new Squat full text search indexing code. There are a few things left in my TODO for it: - It's currently used only to optimize root level AND searches. So for example SEARCH (OR TEXT hello TEXT world) is still searched the slow way. - Expunged messages are never removed from the indexes. - The index could be updated while messages are being saved, but this isn't done yet. - Indexed substring length is hardcoded to 4 characters. This should be configurable, although I think 4 should work quite nicely. Lucene plugin is probably completely broken now, but it was also in beta9. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20071203/98c2ba0b/attachment-0002.bin>
On Mon, 2007-12-03 at 19:33 +0200, Timo Sirainen wrote:> And most importantly: It includes the new Squat full text search > indexing code. There are a few things left in my TODO for it: > > - It's currently used only to optimize root level AND searches. So for > example SEARCH (OR TEXT hello TEXT world) is still searched the slow > way. > - Expunged messages are never removed from the indexes. > - The index could be updated while messages are being saved, but this > isn't done yet. > - Indexed substring length is hardcoded to 4 characters. This should be > configurable, although I think 4 should work quite nicely.Oh, two more things: mmap_disable=yes doesn't work with it - it always mmaps the files. Also it doesn't try to flush NFS caches. These should be pretty easy to fix though. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20071203/b2f6aebf/attachment-0002.bin>