http://dovecot.org/releases/1.1/dovecot-1.1.1.tar.gz http://dovecot.org/releases/1.1/dovecot-1.1.1.tar.gz.sig
Hopefully this release lives a bit longer than v1.1.0.
- Maildir: When migrating from v1.0 with old format dovecot-uidlist
files, Dovecot may have appended lines to it using the new format and
later broken with "UID larger than next_uid" error.
Good job! :)
On Sun, 22 Jun 2008 14:09:13 +0300 Timo Sirainen tss@iki.fi wrote:
http://dovecot.org/releases/1.1/dovecot-1.1.1.tar.gz http://dovecot.org/releases/1.1/dovecot-1.1.1.tar.gz.sig
Hopefully this release lives a bit longer than v1.1.0.
- Maildir: When migrating from v1.0 with old format dovecot-uidlist files, Dovecot may have appended lines to it using the new format and later broken with "UID larger than next_uid" error.
-- Xueron Nee http://www.xueron.com
Timo Sirainen wrote:
http://dovecot.org/releases/1.1/dovecot-1.1.1.tar.gz http://dovecot.org/releases/1.1/dovecot-1.1.1.tar.gz.sig
Hopefully this release lives a bit longer than v1.1.0.
Amen! :-)
Compiled and running happily on OS X.
Thanks for everything, Timo!
B. Bodger
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
1.1.x don't compile for me (rPath Linux 2 and Foresight Linux 2):
rquota_xdr.c:125: error: expected declaration specifiers or ‘...’ before
‘gqr_status’
rquota_xdr.c:126: warning: no previous prototype for ‘xdr_gqr_status’
rquota_xdr.c: In function ‘xdr_gqr_status’:
rquota_xdr.c:129: error: ‘objp’ undeclared (first use in this function)
rquota_xdr.c:129: error: (Each undeclared identifier is reported only once
rquota_xdr.c:129: error: for each function it appears in.)
rquota_xdr.c: In function ‘xdr_getquota_rslt’:
rquota_xdr.c:139: error: too many arguments to function ‘xdr_gqr_status’
make[4]: *** [rquota_xdr.lo] Error 1
make[4]: Leaving directory
/home/smithj/build/dovecot/dovecot-1.1.1/src/plugins/quota' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory
/home/smithj/build/dovecot/dovecot-1.1.1/src/plugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory /home/smithj/build/dovecot/dovecot-1.1.1/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory
/home/smithj/build/dovecot/dovecot-1.1.1'
make: *** [all] Error 2
I do *not* get this error with 1.0.15.
Please reply-to-all, as I'm not on the dovecot@dovecot.org list.
smithj
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux)
iEYEAREIAAYFAkhen3wACgkQCG91qXPaRel7MwCfcNfux9v7rvV+TSNzXhqLzfrU vE4An2p0vm+DJHpOIBLDrWbPNqWz8sNR =EPAA -----END PGP SIGNATURE-----
On Jun 22, 2008, at 9:52 PM, Jonathan Smith wrote:
rquota_xdr.c:125: error: expected declaration specifiers or ‘...’
before ‘gqr_status’
rquota_xdr.c is generated dynamically. You probably have at the
beginning of the file:
#include "/usr/include/rpcsvc/rquota.h"
Does it work if you change that to:
#include "rquota.h"
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
Timo Sirainen wrote:
Does it work if you change that to:
#include "rquota.h"
Yes, it does. Thanks.
smithj
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux)
iEYEAREIAAYFAkhgmVAACgkQCG91qXPaRenvNQCbBdrQ5R1BotR1Zjo59b4fqBSW TzwAnjrfDHRkbmCBAG6vPZsXrIkjkRsd =PVt9 -----END PGP SIGNATURE-----
Timo Sirainen wrote:
http://dovecot.org/releases/1.1/dovecot-1.1.1.tar.gz http://dovecot.org/releases/1.1/dovecot-1.1.1.tar.gz.sig
I refreshed the ManageSieve patch for the new v1.1 release:
http://www.rename-it.nl/dovecot/1.1/dovecot-1.1.1-managesieve-0.10.2.diff.gz http://www.rename-it.nl/dovecot/1.1/dovecot-1.1.1-managesieve-0.10.2.diff.gz...
Hopefully this release lives a bit longer than v1.1.0.
I hope so too :)
Regards,
Stephan.
Found this in my logs today:
Jul 2 21:51:29 postamt dovecot: auth(default): BUG: Authentication client said it's PID 0 Jul 2 21:51:29 postamt dovecot: child 16847 (login) killed with signal 11
-- Ralf Hildebrandt (Ralf.Hildebrandt@charite.de) snickebo@charite.de Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155 http://www.arschkrebs.de The big picture is that anyone who sticks their mailbox server on internet as their MX instead of using a dedicated SMTP anti-abuse gateway as MX is bending over and begging for it.
Ralf Hildebrandt schreef:
Found this in my logs today:
Jul 2 21:51:29 postamt dovecot: auth(default): BUG: Authentication client said it's PID 0 Jul 2 21:51:29 postamt dovecot: child 16847 (login) killed with signal 11
Interesting. To resolve this, we need answers to a few common questions:
Which service, i.e. imap, pop3 or managesieve, caused this? What is your configuration (dovecot -n)? Can you reproduce this and how? Can you obtain a core dump or gdb trace for the segfault in the client?
Regards,
-- Stephan Bosch stephan@rename-it.nl
- Stephan Bosch stephan@rename-it.nl:
Ralf Hildebrandt schreef:
Found this in my logs today:
Jul 2 21:51:29 postamt dovecot: auth(default): BUG: Authentication client said it's PID 0 Jul 2 21:51:29 postamt dovecot: child 16847 (login) killed with signal 11
Interesting. To resolve this, we need answers to a few common questions:
Which service, i.e. imap, pop3 or managesieve, caused this?
Must be imap, since pop3s is rarely used. But I cannto tell from the log.
What is your configuration (dovecot -n)?
That was recently posted.
Can you reproduce this and how? No.
Can you obtain a core dump or gdb trace for the segfault in the client? The login process won't core dump.
-- Ralf Hildebrandt (Ralf.Hildebrandt@charite.de) snickebo@charite.de Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155 http://www.arschkrebs.de We have joy, we have fun, we have Linux on our Sun!
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Timo Sirainen a écrit :
http://dovecot.org/releases/1.1/dovecot-1.1.1.tar.gz http://dovecot.org/releases/1.1/dovecot-1.1.1.tar.gz.sig
Hopefully this release lives a bit longer than v1.1.0.
- Maildir: When migrating from v1.0 with old format dovecot-uidlist files, Dovecot may have appended lines to it using the new format and later broken with "UID larger than next_uid" error.
updated freebsd ports for dovecot, sieve plugin and managesieve here:
http://dgeo.perso.ec-marseille.fr/dovecot
Not very well tested, but 'it works for us'™
Thank you Timo !
___________________________________________________________
/ *Geoffroy DESVERNAY* | \
/\ `Service info` | Tel: (+33|0)4 91 05 45 24 /\
\/ | Fax: (+33|0)4 91 05 45 98 \/
\ Ecole Centrale de Marseille | Mail: dgeo ec-marseille.fr /
-----------------------------------------------------------
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAkhjadMACgkQGbFYzwF8gKpi2ACfW0MiIX8ekUoWCmFOZBnZPAIl QSgAniVblppvCgCwhdEN4SfACLPGu8q2 =+tzg -----END PGP SIGNATURE-----
participants (7)
-
Bruce Bodger
-
Geoffroy Desvernay
-
Jonathan Smith
-
Ralf Hildebrandt
-
Stephan Bosch
-
Timo Sirainen
-
Xueron Nee