Since there have been so many requests, I guess it's time for beta3 now. There are a couple of issues that I'm still concerned about, but those probably happen with beta2 as well. If you're beginning to see more connection hangs/timeouts with this release, please tell me. * Dotlock code changed to timeout faster in some situations when the lock file is old. + Added support for loading SQL drivers dynamically (see INSTALL file for how to build them) + Keywords are stored to dboxes, and other dbox improvements. + dict-sql could actually work now, making quota-in-sql-database possibly working now (not fully tested) + Added mail storage conversion plugin to convert automatically from one mailbox format to another while user logs in. Doesn't preserve UIDVALIDITY/UIDs though. + Added plugin { .. } section to dovecot.conf for passing parameters to plugins (see dovecot-example.conf). + Added ssl-build-param binary which is used to generate ssl-parameters.dat. Main dovecot binary doesn't anymore link to SSL libraries, and this also makes the process title be clearer about why the process is eating all the CPU. - Fix building without OpenSSL - Fixed memory leak in MySQL driver - Fixes to checkpassword - Broken Content-Length header could have broken mbox opening - Fixed potential hangs after APPEND command - Fixed potential crashes in dovecot-auth and imap/pop3-login - zlib plugin now links with -lz so it could actually work - kqueue fixes by Vaclav Haisman -------------- 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/20060208/c935805d/attachment.bin>
Timo Sirainen wrote:> Since there have been so many requests, I guess it's time for beta3 now.Thanks Timo, you da man! -- This email and all contents are subject to the following disclaimer: http://www.dcdata.co.za/emaildisclaimer.html
Chris Wakelin
2006-Feb-08 16:09 UTC
[Dovecot] Re: Dovecot 1.0beta3 - make fails without sql
The problem seems to be in src/lib-sql/Makefile[.in] When there are no sql drivers to build, the shell-script for making sql-drivers-register.c fails. I've managed to get it to build by just having #include "lib.h" #include "sql-api.h" void sql_drivers_register_all(void) { } as sql-drivers-register.c Best Wishes, Chris P.S. I meant to send the message below to the whole list rather than just Timo. Sorry! Chris Wakelin wrote:> I'm getting build errors with 1.0-beta3. It looks like something to with > the dynamic SQL drivers; presumably needs equivalent of "-I../lib-sql" > somewhere! > > Configure line was "./configure --prefix=/opt/RDGdovect > --with-ssl=openssl", Solaris make, gcc 3.3.2 > > Best Wishes, > Chris > > Undefined first referenced > symbol in file > sql_drivers_register_all main.o > ld: fatal: Symbol referencing errors. No output written to dovecot-auth > collect2: ld returned 1 exit status > *** Error code 1 > make: Fatal error: Command failed for target `dovecot-auth' > > Timo Sirainen wrote: >> + Added support for loading SQL drivers dynamically (see INSTALL file >> for how to build them) > >-- --+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+- Christopher Wakelin, c.d.wakelin at reading.ac.uk IT Services Centre, The University of Reading, Tel: +44 (0)118 378 8439 Whiteknights, Reading, RG6 2AF, UK Fax: +44 (0)118 975 3094
I can confirm that this works perfectly with vpopmail authentication (and with ubuntu breezy on amd64). Thank you very much. will On 8 Feb 2006, at 10:22, Timo Sirainen wrote:> Since there have been so many requests, I guess it's time for beta3 > now. > There are a couple of issues that I'm still concerned about, but those > probably happen with beta2 as well. > > If you're beginning to see more connection hangs/timeouts with this > release, please tell me. > > * Dotlock code changed to timeout faster in some situations when > the lock file is old. > + Added support for loading SQL drivers dynamically (see INSTALL file > for how to build them) > + Keywords are stored to dboxes, and other dbox improvements. > + dict-sql could actually work now, making quota-in-sql-database > possibly working now (not fully tested) > + Added mail storage conversion plugin to convert automatically from > one mailbox format to another while user logs in. Doesn't preserve > UIDVALIDITY/UIDs though. > + Added plugin { .. } section to dovecot.conf for passing parameters > to plugins (see dovecot-example.conf). > + Added ssl-build-param binary which is used to generate > ssl-parameters.dat. Main dovecot binary doesn't anymore link to > SSL libraries, and this also makes the process title be clearer > about why the process is eating all the CPU. > - Fix building without OpenSSL > - Fixed memory leak in MySQL driver > - Fixes to checkpassword > - Broken Content-Length header could have broken mbox opening > - Fixed potential hangs after APPEND command > - Fixed potential crashes in dovecot-auth and imap/pop3-login > - zlib plugin now links with -lz so it could actually work > - kqueue fixes by Vaclav Haisman >
Ignacio Vazquez-Abrams
2006-Feb-12 22:32 UTC
FC4 packages (was: Re: [Dovecot] 1.0beta3 released)
i386 http://fedora.ivazquez.net/yum/4/i386/RPMS.alternatives/dovecot-1.0-0.iva.4.beta3.i386.rpm http://fedora.ivazquez.net/yum/4/i386/SRPMS.alternatives/dovecot-1.0-0.iva.4.beta3.src.rpm ppc http://fedora.ivazquez.net/yum/4/ppc/RPMS.alternatives/dovecot-1.0-0.iva.4.beta3.ppc.rpm http://fedora.ivazquez.net/yum/4/ppc/SRPMS.alternatives/dovecot-1.0-0.iva.4.beta3.src.rpm x86_64 http://fedora.ivazquez.net/yum/4/x86_64/RPMS.alternatives/dovecot-1.0-0.iva.4.beta3.x86_64.rpm http://fedora.ivazquez.net/yum/4/x86_64/SRPMS.alternatives/dovecot-1.0-0.iva.4.beta3.src.rpm -- Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> http://fedora.ivazquez.net/ gpg --keyserver hkp://subkeys.pgp.net --recv-key 38028b72 -------------- 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/20060212/827874fd/attachment.bin>
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Timo Sirainen <tss at iki.fi> writes:> Since there have been so many requests, I guess it's time for beta3 now.I finally got around to update the SUSE 10.0 RPMs. The LDAP and SQL backends are split out to reduce dependencies on SQL backends that aren't used; vpopmail isn't built for SUSE. <http://home.pages.de/~mandree/suse-10.0-i586/> <http://home.pages.de/~mandree/suse-10.0-src/> - -- Matthias Andree -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFD8chYvmGDOQUufZURAosbAJ4vTmDyjAd5Ha4y8xLYQW+4EP1umQCcDhuG JM7m93LMDITfI1X2vzP8WGs=Ww0l -----END PGP SIGNATURE-----
I'm not on subscribed to the list, so please CC me on any replies.> - Fixed potential hangs after APPEND command > - Fixed potential crashes in dovecot-auth and imap/pop3-loginThese two issue have been assigned the CVE id CVE-2006-0730. I've not taken a look through CVS yet, but I was wondering if someone can point me at some commits as the various distributions will be interested in backporting these fixes to any affected versions of dovecot shipped. Thanks. -- JB