http://dovecot.org/test/ Fixes: - Crashes in non-x86 64bit systems - Bugs in cache file header caching (you probably should delete all dovecot.index.cache files to be sure the bug won't haunt you in future) - FETCH ENVELOPE patch by Chris Wakelin (I'll try to figure out what to do with the list patch later) Known bugs left: - Thunderbird + maildir: moving lots of messages from mailbox to another may cause deadlock (lock timeouts in half a minute or so and fails the operation). - I guess I should try to look at the Thunderbird + POP3 + lots of messages -> DELE error too again.. - I've heard that 1.0-tests are a lot slower than 0.99.x or 1.0-stable when checking new mail (with kmail), ie. client asking STATUS of all mailboxes. I've looked at their strace outputs and the difference (5-10x slower) comes from 1.0-test waiting longer in poll() for client input, which doesn't really make any sense to me. Can anyone verify this or think of reasons why this could happen? Maybe I'm setting some socket option differently, although I don't think I've changed anything.. -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 186 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20050714/fd448b25/attachment-0001.bin>
Timo Sirainen wrote:> Known bugs left: > - Thunderbird + maildir: moving lots of messages from mailbox to > another may cause deadlock (lock timeouts in half a minute or so and > fails the operation).Is this the same bug that stops Thunderbird putting stuff in the Sent folder for about 1/10 - 1/20 mails for me (currently using test74). This is only single mails but on Maildirs accessed by more than 1 client at a time. Regards Andrew -- Andrew Hutchings (A-Wing) - Linux Guru Netserve Consultants - http://www.domaincity.co.uk/ A-Wing Internet Services - http://www.a-wing.co.uk/ Random quote 105: "I've never installed a major upgrade of any Microsoft product without running into major headaches." - BRIAN LIVINGSTON, InfoWorld Magazine
Runs fine here (as almost always :), besides a small glitch: dovecot: imap-login: Login: user=<jh>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, SSL It always says SSL, no matter if STARTTLS is used or not.
On Thu, 14 Jul 2005, Timo Sirainen wrote:> Fixes: > - Crashes in non-x86 64bit systemsI was hoping this was related to my problem, but apparently not. Dovecot test78 also dies on me when SIGHUP'ing, as described here: http://www.dovecot.org/list/dovecot/2005-July/007985.html Other than that, it works great, thanks! /Johan
On Thu, Jul 14, 2005 at 12:46:01AM +0300, Timo Sirainen wrote:> http://dovecot.org/test/ > > Fixes: > - Crashes in non-x86 64bit systems > - Bugs in cache file header caching (you probably should delete all > dovecot.index.cache files to be sure the bug won't haunt you in future) > - FETCH ENVELOPE patch by Chris Wakelin (I'll try to figure out what > to do with the list patch later) > > Known bugs left: > - Thunderbird + maildir: moving lots of messages from mailbox to > another may cause deadlock (lock timeouts in half a minute or so and > fails the operation). > - I guess I should try to look at the Thunderbird + POP3 + lots of > messages -> DELE error too again.. > - I've heard that 1.0-tests are a lot slower than 0.99.x or 1.0-stable > when checking new mail (with kmail), ie. client asking STATUS of all > mailboxes. I've looked at their strace outputs and the difference > (5-10x slower) comes from 1.0-test waiting longer in poll() for client > input, which doesn't really make any sense to me. Can anyone verify > this or think of reasons why this could happen? Maybe I'm setting some > socket option differently, although I don't think I've changed > anything..Since updating to test78 from test76 all e-mail retreived from Dovecot comes out with no body. I'm using maildir for the mailboxes. This only happens with IMAP and not with POP3.
Timo Sirainen wrote:> http://dovecot.org/test/ > > Fixes: > - Crashes in non-x86 64bit systems > - Bugs in cache file header caching (you probably should delete all > dovecot.index.cache files to be sure the bug won't haunt you in future) > - FETCH ENVELOPE patch by Chris Wakelin (I'll try to figure out what > to do with the list patch later) > > Known bugs left: > - Thunderbird + maildir: moving lots of messages from mailbox to > another may cause deadlock (lock timeouts in half a minute or so and > fails the operation). > - I guess I should try to look at the Thunderbird + POP3 + lots of > messages -> DELE error too again.. > - I've heard that 1.0-tests are a lot slower than 0.99.x or > 1.0-stable when checking new mail (with kmail), ie. client asking > STATUS of all mailboxes. I've looked at their strace outputs and the > difference (5-10x slower) comes from 1.0-test waiting longer in poll() > for client input, which doesn't really make any sense to me. Can > anyone verify this or think of reasons why this could happen? Maybe > I'm setting some socket option differently, although I don't think > I've changed anything..After upgrading from 1.0-test76 to 1.0-test78 (i386 on OpenBSD3.7), I immediately started seeing a bunch of these errors in the maillog: Jul 14 07:44:15 mail dovecot: POP3(marilynearmstrong): file mbox-file.c: line 144 (mbox_file_seek): assertion failed: ((((char *)data - (char *)NULL) & 7) == 0) Jul 14 07:44:35 mail dovecot: POP3(bdjohnston): file mbox-file.c: line 144 (mbox_file_seek): assertion failed: ((((char *)data - (char *)NULL) & 7) == 0) Jul 14 07:47:52 mail dovecot: POP3(tracyh): file mbox-file.c: line 144 (mbox_file_seek): assertion failed: ((((char *)data - (char *)NULL) & 7) == 0) Jul 14 07:48:05 mail dovecot: POP3(nedwilliams): file mbox-file.c: line 144 (mbox_file_seek): assertion failed: ((((char *)data - (char *)NULL) & 7) == 0) I'm not sure how this affected the users since I quickly reverted back to 1.0-test76 (it's a production environment that I recently migrated from RH Linux to OpenBSD). I'll be glad to provide any other information that may be useful. Thanks, -- Emmett "Buddy" Pate
On Thu, Jul 14, 2005 at 12:46:01AM +0300, Timo Sirainen wrote:> http://dovecot.org/test/I'm trying once again to upgrade from -test63 because some users reported problems. First, I couldn't get my mailbox read/write locks, formerly set to "flock" to work at all; it just hung forever. So I replaced it with "dotlock fcntl", and now things seem to work, but I get these messages: dovecot: Jul 16 16:21:30 Error: IMAP(njr): file mbox-file.c: line 144 (mbox_file_seek): assertion failed: ((((char *)data - (char *)NULL) & 7) == 0) dovecot: Jul 16 16:21:30 Error: child 11736 (imap) killed with signal 6 [...] dovecot: Jul 16 16:21:31 Error: IMAP(njr): file mbox-file.c: line 144 (mbox_file_seek): assertion failed: ((((char *)data - (char *)NULL) & 7) == 0) dovecot: Jul 16 16:21:31 Error: child 11760 (imap) killed with signal 6 dovecot: Jul 16 16:21:34 Error: IMAP(njr): UIDs broken with partial sync in mbox file /usr/home/njriley/mail/2005-07 I get these messages every time I go offline/online in Apple Mail. Should I care? -- Nicholas Riley <njriley at uiuc.edu> | <http://www.uiuc.edu/ph/www/njriley>