http://dovecot.org/releases/1.2/dovecot-1.2.2.tar.gz http://dovecot.org/releases/1.2/dovecot-1.2.2.tar.gz.sig Found and fixes several v1.2-specific bugs. Hopefully it's now stable for most people's usage. * GSSAPI: More changes to authentication. Hopefully good now. * lazy_expunge plugin: Drop \Deleted flag when moving message. + dovecot -n/-a now outputs also lda settings. + dovecot.conf !include now supports globs (e.g. !include /etc/dovecot/*.conf). Based on patch by Thomas Guthmann. + acl: Support spaces in user/group identifiers. + shared mailboxes: If only %%n is specified in prefix, default to current user's domain. - Dovecot master process could hang if it received signals too rapidly. - Fixed "corrupted index cache file" errors (and perhaps others) caused by e.g. IMAP's FETCH BODY[] command. - IMAP: When QRESYNC is enabled, don't crash when a new mail is received while IDLEing. - IMAP: FETCH X-* parameters weren't working. - Maildir++ quota: Quota was sometimes updated wrong when it was being recalculated. - Searching quoted-printable message body internally converted "_" characters to spaces and didn't match search keys with "_". - Messages in year's first/last day may have had broken timezones with OSes not having struct tm->tm_gmtoff (e.g. Solaris). - virtual plugin: If another session adds a new mailbox to index, don't crash. -------------- 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/20090727/ab76c5f0/attachment.bin
Hi Timo, building dovecot 1.2.2 on AIX (5.3) fails with the new "!include" feature: "settings.c", line 132.31: 1506-045 (S) Undeclared identifier GLOB_BRACE. This is because AIX glob doesn't support GLOB_BRACE :-| https://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp?topic=/com.ibm.aix.basetechref/doc/basetrf1/glob.htm Ralf -- ______________________________________________________________________ Dipl.-Inform. (FH) Ralf Becker Rechenzentrum (r/ft) der FH Trier (Network|Mail|Web|Firewall) University of applied sciences Administrator Schneidershof, D-54293 Trier Mail: beckerr at fh-trier.de Fon: +49 651 8103 499 Web: http://www.fh-trier.de/~beckerr Fax: +49 651 8103 214 PubKey: http://www.fh-trier.de/~beckerr Crypto: GnuPG, S/MIME ______________________________________________________________________ Wenn Gott gewollt haette, dass E-Mail in HTML geschrieben wuerden, endeten Gebete traditionell mit </amen>. (Tom Listen) -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 6074 bytes Desc: S/MIME Cryptographic Signature URL: <http://dovecot.org/pipermail/dovecot/attachments/20090727/4af1250a/attachment-0002.bin>
Timo Sirainen wrote:> http://dovecot.org/releases/1.2/dovecot-1.2.2.tar.gz > http://dovecot.org/releases/1.2/dovecot-1.2.2.tar.gz.sig > > Found and fixes several v1.2-specific bugs. Hopefully it's now stable > for most people's usage. > > * GSSAPI: More changes to authentication. Hopefully good now. >gmake[3]: Entering directory `/home/build/dovecot/dovecot-1.2.2-ifm/src/auth' source='mech-gssapi.c' object='mech-gssapi.o' libtool=no \ DEPDIR=.deps depmode=none /bin/bash ../../depcomp \ cc -m64 -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=\""/ifm/pkg/dovecot/1.2.2-ifm/lib/dovecot/auth"\" -DPKG_LIBEXECDIR=\""/ifm/pkg/dovecot/1.2.2-ifm/libexec/dovecot"\" -I/usr/include/kerberosv5 -g -O -I/ifm/include -I/usr/sfw/include -I/usr/sfw/include -c mech-gssapi.c "mech-gssapi.c", line 276: undefined symbol: gss_mech_krb5 "mech-gssapi.c", line 276: warning: improper pointer/integer combination: arg #2 cc: acomp failed for mech-gssapi.c gmake[3]: *** [mech-gssapi.o] Error 2 Solaris 10 Update 6, x86 "gss_mech_krb5" is not a valid variable on Solaris. Do you really have to check that GSSAPI is using Kerberos? Why not leave it up to the system to use whatever default authentication mechanism is choosen (currently that probably is Kerberos, but other things might pop up in the future - you never now). The whole point of using GSSAPI is that it should be agnostic to the authentication mechanism used "behind the scenes"... Another issue when building 1.2.2 that wasn't there with 1.2.1 is that "-lsocket" seems to be missing causing linking errors. One example: /bin/bash ../../libtool --tag=CC --mode=link cc -m64 -g -O -I/ifm/include -I/usr/sfw/include -I/usr/sfw/include -L/ifm/lib/64 -R/ifm/lib/64 -L/ifm/lib/64 -R/ifm/lib/64 -L/usr/sfw/lib/64 -R/usr/sfw/lib/64 -o checkpassword-reply checkpassword-reply.o ../lib/liblib.a -lrt -lsendfile libtool: link: cc -m64 -g -O -I/ifm/include -I/usr/sfw/include -I/usr/sfw/include -o checkpassword-reply checkpassword-reply.o -L/ifm/lib/64 -L/usr/sfw/lib/64 ../lib/liblib.a -lrt -lsendfile -R/ifm/lib/64 -R/usr/sfw/lib/64 Undefined first referenced symbol in file bind ../lib/liblib.a(network.o) send ../lib/liblib.a(network.o) getservbyport ../lib/liblib.a(network.o) getsockname ../lib/liblib.a(fd-close-on-exec.o) accept ../lib/liblib.a(network.o) listen ../lib/liblib.a(network.o) gethostbyname ../lib/liblib.a(hostpid.o) socket ../lib/liblib.a(network.o) setsockopt ../lib/liblib.a(network.o) getsockopt ../lib/liblib.a(network.o) connect ../lib/liblib.a(network.o) in6addr_any ../lib/liblib.a(network.o) getaddrinfo ../lib/liblib.a(network.o) getpeername ../lib/liblib.a(network.o) freeaddrinfo ../lib/liblib.a(network.o) inet_aton ../lib/liblib.a(network.o) inet_pton ../lib/liblib.a(network.o) inet_ntop ../lib/liblib.a(network.o) gai_strerror ../lib/liblib.a(network.o) ld: fatal: Symbol referencing errors. No output written to checkpassword-reply gmake[3]: *** [checkpassword-reply] Error 1 gmake[3]: Target `all' not remade because of errors. gmake[3]: Leaving directory `/home/build/dovecot/dovecot-1.2.2-ifm/src/auth' - Peter
Timo Sirainen wrote:> http://dovecot.org/releases/1.2/dovecot-1.2.2.tar.gz > http://dovecot.org/releases/1.2/dovecot-1.2.2.tar.gz.sig >Refreshed ManageSieve patch: http://www.rename-it.nl/dovecot/1.2/dovecot-1.2.2-managesieve-0.11.7.diff.gz http://www.rename-it.nl/dovecot/1.2/dovecot-1.2.2-managesieve-0.11.7.diff.gz.sig Regards, Stephan.
Stephan Bosch
2009-Jul-27 19:02 UTC
[Dovecot-news] [Dovecot] v1.2.2 released (managesieve updated)
Timo Sirainen wrote:> http://dovecot.org/releases/1.2/dovecot-1.2.2.tar.gz > http://dovecot.org/releases/1.2/dovecot-1.2.2.tar.gz.sig >Refreshed ManageSieve patch: http://www.rename-it.nl/dovecot/1.2/dovecot-1.2.2-managesieve-0.11.7.diff.gz http://www.rename-it.nl/dovecot/1.2/dovecot-1.2.2-managesieve-0.11.7.diff.gz.sig Regards, Stephan.
Christian Felsing schrieb:> I experienced a strange effect after updating from 1.2.1 to 1.2.2 with > Horde. IMP 4.3.4 had problems with GnuPG handling while Dovecot 1.2.1 > was installed, but IMP 4.3.3 had no problems. > > Now I updated to Dovecot 1.2.2 and IMP 4.3.4 is also running flawless :-) > > Is that an known issue ? > > ChristianHi , what means strange ? where is the relation from dovecot and imp handling gpg i speculate gpg problems are pure to imp and do not relate do dovecot in anyway -- Best Regards MfG Robert Schetterer Germany/Munich/Bavaria