http://dovecot.org/releases/1.1/dovecot-1.1.0.tar.gz http://dovecot.org/releases/1.1/dovecot-1.1.0.tar.gz.sig Two hours later than promised, I slept longer than intended. :) No changes since v1.1.rc13. Below are the largest changes since v1.0: * After Dovecot v1.1 has modified index or dovecot-uidlist files, they can't be opened anymore with Dovecot versions earlier than v1.0.2. * See doc/wiki/Upgrading.1.1.txt (or for latest changes, http://wiki.dovecot.org/Upgrading/1.1) for list of changes since v1.0 that you should be aware of when upgrading. + IMAP: Added support for UIDPLUS and LIST-EXTENDED extensions. + IMAP SORT: Sort keys are indexed, which makes SORT commands faster. + When saving messages, update cache file immediately with the data that we expect client to fetch later. + NFS caches are are flushed whenever needed. See mail_nfs_storage and mail_nfs_index settings. + Out of order command execution (SEARCH, FETCH, LIST), nonstandard command cancellation (X-CANCEL <tag>) + IMAP: STATUS-IN-LIST draft implementation + Expire plugin can be used to keep track of oldest messages in specific mailboxes. A nightly run can then quickly expunge old messages from the mailboxes that have them. The tracking is done using lib-dict, so you can use either Berkeley DB or SQL database. + Namespaces are supported everywhere now. + Namespaces have new list and subscriptions settings. + Full text search indexing support with Lucene and Squat backends. + OTP and S/KEY authentication mechanisms (by Andrey Panin). + mbox and Maildir works with both Maildir++ and FS layouts. You can change these by appending :LAYOUT=maildir++ or :LAYOUT=fs to mail_location. + LDAP: Support templates in pass_attrs and user_attrs + Support for listening in multiple IPs/ports. + Quota plugin rewrite: Support for multiple quota roots, warnings, allow giving storage size in bytes or kilo/mega/giga/terabytes, per-mailbox quota rules. + Filesystem quota backend supports inode limits, group quota and RPC quota for NFS. + SEARCH and SORT finally compare non-ASCII characters case-insensitively. We use i;unicode-casemap algorithm. + Config files support splitting values to multiple lines with \ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://dovecot.org/pipermail/dovecot-news/attachments/20080621/16591023/attachment.bin
On Sat, 2008-06-21 at 04:46 +0300, Timo Sirainen wrote:> http://dovecot.org/releases/1.1/dovecot-1.1.0.tar.gz > http://dovecot.org/releases/1.1/dovecot-1.1.0.tar.gz.sig > > Two hours later than promised, I slept longer than intended. :)First of all, great work...> No changes since v1.1.rc13. Below are the largest changes since v1.0:I've been testing 1.1 betas/rcs since a long time with my few gigabites of maildirs. Noticed no big isses. All I had to do lately was $ ./configure && make an then rebuild sieve, install and restart dovecot. With 1.1rc3/1.1.0 i experience this minor compile issue. Basically if I do: $ ./configure && make build fails with gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-sql -I../../src/lib-settings -I../../src/lib-ntlm -I../../src/lib-otp -DAUTH_MODULE_DIR=\""/usr/local/lib/dovecot/auth"\" -DPKG_LIBEXECDIR\""/usr/local/libexec/dovecot"\" -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -Wstrict-aliasing=2 -MT auth-master-listener.o -MD -MP -MF .deps/auth-master-listener.Tpo -c -o auth-master-listener.o auth-master-listener.c make[3]: *** [auth-master-listener.o] Segmentation fault make[3]: Leaving directory `/usr/local/src/dovecot/dovecot-1.1.0/src/auth' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/src/dovecot/dovecot-1.1.0/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/dovecot/dovecot-1.1.0' make: *** [all] Error 2 But if I type just 'make' again after this the build completes successfully. Everything else is fine. Is this dovecot related? ciao Luca
Congratulations on your new major release. We all appreciate the fine work you are doing.
On Sat, 2008-06-21 at 04:46 +0300, Timo Sirainen wrote:> http://dovecot.org/releases/1.1/dovecot-1.1.0.tar.gz > http://dovecot.org/releases/1.1/dovecot-1.1.0.tar.gz.sig > > Two hours later than promised, I slept longer than intended. :) > > No changes since v1.1.rc13. Below are the largest changes since v1.0:Cool. I guess now I really have to debug why antispam+quota segfaults. johannes -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20080621/8914c505/attachment-0002.bin>
* Timo Sirainen <tss at iki.fi>:> http://dovecot.org/releases/1.1/dovecot-1.1.0.tar.gz > http://dovecot.org/releases/1.1/dovecot-1.1.0.tar.gz.sig > > Two hours later than promised, I slept longer than intended. :) > > No changes since v1.1.rc13. Below are the largest changes since v1.0:I'm getting errors from deliver: Jun 21 09:39:14 postamt deliver(sparis): dlopen(/usr/local/lib/dovecot/lda/lib90_cmusieve_plugin.so) failed: /usr/local/lib/dovecot/lda/lib90_cmusieve_plugin.so: undefined symbol: strocpy Jun 21 09:39:14 postamt deliver(sparis): Fatal: Couldn't load required plugins Jun 21 09:39:14 postamt deliver(sparis): dlopen(/usr/local/lib/dovecot/lda/lib90_cmusieve_plugin.so) failed: /usr/local/lib/dovecot/lda/lib90_cmusieve_plugin.so: undefined symbol: strocpy Jun 21 09:39:14 postamt deliver(sparis): Fatal: Couldn't load required plugins Jun 21 09:39:14 postamt deliver(sparis): dlopen(/usr/local/lib/dovecot/lda/lib90_cmusieve_plugin.so) failed: /usr/local/lib/dovecot/lda/lib90_cmusieve_plugin.so: undefined symbol: strocpy Jun 21 09:39:14 postamt deliver(sparis): Fatal: Couldn't load required plugins Jun 21 09:39:14 postamt deliver(sparis): dlopen(/usr/local/lib/dovecot/lda/lib90_cmusieve_plugin.so) failed: /usr/local/lib/dovecot/lda/lib90_cmusieve_plugin.so: undefined symbol: strocpy Jun 21 09:39:14 postamt deliver(sparis): Fatal: Couldn't load required plugins Jun 21 09:39:14 postamt postfix/local[2408]: 709BAB31F6: to=<sparis at postamt.charite.de>, relay=local, delay=0.07, delays=0.01/0/0/0.07, dsn=4.3.0, status=deferred (temporary failure) -- Ralf Hildebrandt (Ralf.Hildebrandt at charite.de) snickebo at charite.de Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155 http://www.arschkrebs.de Due to a lack of imagination, this signature will remain under construction indefinitely.
On Sat, 21 Jun 2008 04:46:37 +0300 Timo Sirainen <tss at iki.fi> wrote:> http://dovecot.org/releases/1.1/dovecot-1.1.0.tar.gz > http://dovecot.org/releases/1.1/dovecot-1.1.0.tar.gz.sig > > Two hours later than promised, I slept longer than intended. :) > > No changes since v1.1.rc13. Below are the largest changes since v1.0: > > * After Dovecot v1.1 has modified index or dovecot-uidlist files, > they can't be opened anymore with Dovecot versions earlier than > v1.0.2. > * See doc/wiki/Upgrading.1.1.txt (or for latest changes, > http://wiki.dovecot.org/Upgrading/1.1) for list of changes since > v1.0 that you should be aware of when upgrading. > > + IMAP: Added support for UIDPLUS and LIST-EXTENDED extensions. > + IMAP SORT: Sort keys are indexed, which makes SORT commands faster. > + When saving messages, update cache file immediately with the data > that we expect client to fetch later. > + NFS caches are are flushed whenever needed. See mail_nfs_storage and > mail_nfs_index settings. > + Out of order command execution (SEARCH, FETCH, LIST), nonstandard > command cancellation (X-CANCEL <tag>) > + IMAP: STATUS-IN-LIST draft implementation > + Expire plugin can be used to keep track of oldest messages in > specific mailboxes. A nightly run can then quickly expunge old > messages from the mailboxes that have them. The tracking is done > using lib-dict, so you can use either Berkeley DB or SQL database. > + Namespaces are supported everywhere now. > + Namespaces have new list and subscriptions settings. > + Full text search indexing support with Lucene and Squat backends. > + OTP and S/KEY authentication mechanisms (by Andrey Panin). > + mbox and Maildir works with both Maildir++ and FS layouts. You can > change these by appending :LAYOUT=maildir++ or :LAYOUT=fs to > mail_location. > + LDAP: Support templates in pass_attrs and user_attrs > + Support for listening in multiple IPs/ports. > + Quota plugin rewrite: Support for multiple quota roots, warnings, > allow giving storage size in bytes or kilo/mega/giga/terabytes, > per-mailbox quota rules. > + Filesystem quota backend supports inode limits, group quota and > RPC quota for NFS. > + SEARCH and SORT finally compare non-ASCII characters > case-insensitively. We use i;unicode-casemap algorithm. > + Config files support splitting values to multiple lines with \ > >Congratulations! I'm waiting for the FreeBSD port before test and use the 1.1 version :-) -- -Nicolas.
* Timo Sirainen <tss at iki.fi>:> http://dovecot.org/releases/1.1/dovecot-1.1.0.tar.gz > http://dovecot.org/releases/1.1/dovecot-1.1.0.tar.gz.sig > > Two hours later than promised, I slept longer than intended. :) > > No changes since v1.1.rc13. Below are the largest changes since v1.0:After the switch I'm getting a lot of these messages: Jun 21 13:32:28 postamt dovecot: IMAP(haettasr): Broken file /home/h/a/haettasr/Maildir/.Sent Messages/dovecot-uidlist line 59: UID larger than next_uid (58 >= 58) Jun 21 13:40:35 postamt dovecot: IMAP(skroeger): Broken file /home/s/k/skroeger/Maildir/dovecot-uidlist line 332: UID larger than next_uid (1402 >= 1402) Jun 21 13:41:39 postamt dovecot: IMAP(raullric): Broken file /home/r/a/raullric/Maildir/.spam/dovecot-uidlist line 8: UID larger than next_uid (3433 >= 3433) Jun 21 13:41:47 postamt dovecot: IMAP(jhilpert): Broken file /home/j/h/jhilpert/Maildir/dovecot-uidlist line 3228: UID larger than next_uid (3396 >= 3396) Jun 21 13:55:59 postamt dovecot: IMAP(msynowit): Broken file /home/m/s/msynowit/Maildir/.Sent Messages/dovecot-uidlist line 70: UID larger than next_uid (69 >= 69) -- Ralf Hildebrandt (Ralf.Hildebrandt at charite.de) snickebo at charite.de Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155 http://www.arschkrebs.de Nothing is faster than the speed of light. To prove this to yourself, try opening the refrigerator door before the light comes on.
Timo Sirainen wrote:> * See doc/wiki/Upgrading.1.1.txt (or for latest changes, > http://wiki.dovecot.org/Upgrading/1.1) for list of changes since > v1.0 that you should be aware of when upgrading."By default the number of connections for user from the same IP is limited to 10. You can change this from mail_max_userip_connections setting. " Is this per-user per-IP, or simply per-IP? Cheers, Alex Jurkiewicz
Johannes Berg wrote:> On Sat, 2008-06-21 at 04:46 +0300, Timo Sirainen wrote: >> http://dovecot.org/releases/1.1/dovecot-1.1.0.tar.gz> Cool. I guess now I really have to debug why antispam+quota segfaults.How is this coming along? Apart from this quota issue, do you consider antispam stable for Dovecot v1.1? Cheers, Anders.