http://dovecot.org/releases/1.1/dovecot-1.1.8.tar.gz http://dovecot.org/releases/1.1/dovecot-1.1.8.tar.gz.sig Most importantly mbox bugfixes. v1.1 should finally be as stable with mboxes as it was with v1.0. Hopefully we'll also soon have the first v1.2 beta release and the final v1.2.0 somewhat soon after that. - mbox: Several bugfixes. Fixes "next message unexpectedly lost" errors and perhaps some other problems as well. - deliver: It wasn't possible to override boolean settings in lda section by setting them to "no". - Maildir++ quota didn't correctly check if maildirs had changed during recalculation. - kqueue notify: Fixed assert-crash in some situations - dbox: Several fixes to handling Maildir migrations - Logging/error message improvements -------------- 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/20090107/63cbfb1d/attachment.bin
Timo, Many months back you recommend that, when compiling on Mac OS X systems, that we pass the '--with-notify=kqueue' swith to 'configure'. For many, many months we've been configuring using this command... ./configure --with-ssldir=/System/Library/OpenSSL --with-ssl=openssl --with-notify=kqueue ...and all has been well. Do you still consider that the appropriate command line for OS X systems? Thank you, B. Bodger
Hello Timo! Looks like the performance problems on opening/delivering mbox mailboxes and index updates/usage have been solved with dovecot 1.1.8 (your inbox subject was dovecot 1.1rc7 and cache with deliver). http://www.mail-archive.com/dovecot at dovecot.org/msg08274.html Is this quite logically with the changes you made in 1.1.8? Ciao, Gerhard -- http://www.wiesinger.com/ On Wed, 7 Jan 2009, Timo Sirainen wrote:> http://dovecot.org/releases/1.1/dovecot-1.1.8.tar.gz > http://dovecot.org/releases/1.1/dovecot-1.1.8.tar.gz.sig > > Most importantly mbox bugfixes. v1.1 should finally be as stable with > mboxes as it was with v1.0. Hopefully we'll also soon have the first > v1.2 beta release and the final v1.2.0 somewhat soon after that. > > - mbox: Several bugfixes. Fixes "next message unexpectedly lost" > errors and perhaps some other problems as well. > - deliver: It wasn't possible to override boolean settings in > lda section by setting them to "no". > - Maildir++ quota didn't correctly check if maildirs had changed > during recalculation. > - kqueue notify: Fixed assert-crash in some situations > - dbox: Several fixes to handling Maildir migrations > - Logging/error message improvements > >
On Wed, Jan 07, 2009 at 03:45:28PM -0500, Timo Sirainen wrote:> http://dovecot.org/releases/1.1/dovecot-1.1.8.tar.gz > http://dovecot.org/releases/1.1/dovecot-1.1.8.tar.gz.sig > > Most importantly mbox bugfixes. v1.1 should finally be as stable with > mboxes as it was with v1.0. Hopefully we'll also soon have the first > v1.2 beta release and the final v1.2.0 somewhat soon after that.Compiling Dovecot 1.1.8 under Solaris 8 using gcc 3.4.6 gives a final link error on dovecot-auth. Apparantely, unsetenv() isn't a universally available function? libtool: link: gcc -std=gnu99 -O0 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -o dovecot-auth auth.o auth-cache.o auth-client-connection.o auth-master-connection.o auth-master-listener.o auth-request.o auth-request-handler.o auth-stream.o auth-worker-client.o auth-worker-server.o db-sql.o db-passwd-file.o main.o mech.o mech-anonymous.o mech-plain.o mech-login.o mech-cram-md5.o mech-digest-md5.o mech-ntlm.o mech-otp.o mech-skey.o mech-rpa.o mech-apop.o mech-winbind.o otp-skey-common.o plain-common.o passdb.o passdb-blocking.o passdb-bsdauth.o passdb-cache.o passdb-checkpassword.o passdb-passwd.o passdb-passwd-file.o passdb-pam.o passdb-shadow.o passdb-sia.o passdb-vpopmail.o passdb-sql.o userdb.o userdb-blocking.o userdb-nss.o userdb-passwd.o userdb-passwd-file.o userdb-prefetch.o userdb-static.o userdb-vpopmail.o userdb-sql.o mech-gssapi.o db-ldap.o passdb-ldap.o userdb-ldap.o libpassword.a ../lib-settings/libsettings.a ../lib-ntlm/libntlm.a ../lib-otp/libotp.a ../lib-sql/libsql.a ../lib/liblib.a -lpam /usr/local/lib/libsqlite3.so -lz -ldl -lrt -lnsl -lsocket -R/usr/local/lib -R/usr/local/lib Undefined first referenced symbol in file unsetenv ../lib/liblib.a(env-util.o) ld: fatal: Symbol referencing errors. No output written to dovecot-auth collect2: ld returned 1 exit status -- Dean Brooks dean at iglou.com
Timo Sirainen wrote:> http://dovecot.org/releases/1.1/dovecot-1.1.8.tar.gz > http://dovecot.org/releases/1.1/dovecot-1.1.8.tar.gz.sig >I refreshed the ManageSieve patch: http://www.rename-it.nl/dovecot/1.1/dovecot-1.1.8-managesieve-0.10.4.diff.gz http://www.rename-it.nl/dovecot/1.1/dovecot-1.1.8-managesieve-0.10.4.diff.gz.sig Regards, Stephan.