Re: [Dovecot] Dovecot-1.1.2 segfaults in mail_cache_header_fields_get_offset

2008-08-29 Thread Timo Sirainen
On Fri, 2008-08-29 at 12:58 -0500, Mike Abbott wrote: > For other users I see this error before imap crashes: > dovecot: Aug 29 11:45:23 Error: IMAP(user2): Rebuilding index file / > Volumes/Spool/spool/user2/mail/dovecot.index: CPU architecture changed > Attached are pre- and post-rebuild copies

[Dovecot] Dovecot-1.1.2 assertion failure in preparsed_parse_next_header_init

2008-08-29 Thread Mike Abbott
Panic: IMAP(user): file message-parser.c: line 684 (preparsed_parse_next_header_init): assertion failed: (ctx->part- >physical_pos >= ctx->input->v_offset) Linux 2.6.24-19-386 Maildir on ext3 Looks similar to but different from http://dovecot.org/list/dovecot/2008-June/031523.html . #0 0

[Dovecot] Dovecot-1.1.2 segfaults in mail_cache_header_fields_get_offset

2008-08-29 Thread Mike Abbott
Dovecot 1.1.2 crashes reliably for me now on a Mac OS X machine. Here's some info: --- Telnet session --- $ telnet localhost 143 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. * OK Dovecot ready. a login user1 password a OK Logged in. b select inbox * FLAGS (\Answered \F

Re: [Dovecot] maildir, zlib and mtime/internal date

2008-08-29 Thread Timo Sirainen
On Fri, 2008-08-29 at 13:18 -0400, Richard Platel wrote: > On the wiki: > http://wiki.dovecot.org/Plugins/Zlib > > I think there should be a step 5.0. along the lines of > > "get and remember the original message file's mtime" > > And a step 5.4 like > "Using the touch command or some other meth

[Dovecot] maildir, zlib and mtime/internal date

2008-08-29 Thread Richard Platel
On the wiki: http://wiki.dovecot.org/Plugins/Zlib I think there should be a step 5.0. along the lines of "get and remember the original message file's mtime" And a step 5.4 like "Using the touch command or some other method, set the now compressed message's mtime back to the mtime of the orig

Re: [Dovecot] Lots of assertion PANICs in error log

2008-08-29 Thread Eric Jon Rostetter
Quoting Timo Sirainen <[EMAIL PROTECTED]>: On Fri, 2008-08-29 at 09:49 +0100, Yates Ian Mr (ITCS) wrote: I have just upgraded to dovecot 1.1.2 and am seeing lots of the following panic messages filling up the error logs: dovecot: Aug 29 09:34:32 Panic: IMAP(user): file index-sync.c: line 39 (i

Re: [Dovecot] Dovecot 1.1.2, index_mailbox_set_recent_seq crash again

2008-08-29 Thread CJ Keist
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Timo, 24hrs, and no errors so far. Thanks so much for the fix!!! Timo Sirainen wrote: > The bug was completely elsewhere than I thought. I was just about to > send a debug patch for some of you to test, but immediately after that I > managed to

Re: [Dovecot] Sieve fileinto a subfolder fails

2008-08-29 Thread pod
> "EK" == Eduardo M KALINOWSKI <[EMAIL PROTECTED]> writes: EK> Try fileinto "Lists.NCCC", the "." is the default folder EK> separator. EK> It should be possible to change it to a "/" with namespaces, but EK> it would make a cosmetic change, and judging by other posts in the

Re: [Dovecot] Virtual users, postfix and dovecot deliver LDA

2008-08-29 Thread Timo Sirainen
On Fri, 2008-08-29 at 17:08 +0300, Petri Asikainen wrote: > Problem is that mail get delivered to /var/spool/vmail/[EMAIL PROTECTED] , > not folder named as ldap attribute sAMAccountNameas it should. I'm guessing your user_attrs setting doesn't contain "sAMAccountName=user" so Dovecot uses the em

[Dovecot] sieve forward/redirect to multiple addresses

2008-08-29 Thread Anil
How can I do this with Sieve? I have a script like this: if header :value "ge" :comparator "i;ascii-numeric" ["X-Spam-Score"] ["25"] { discard; stop; } elsif header :value "ge" :comparator "i;ascii-numeric" ["X-Spam-Score"] ["5"] { fileinto "Junk"; stop; } else {

[Dovecot] Virtual users, postfix and dovecot deliver LDA

2008-08-29 Thread Petri Asikainen
Hi, I have question about how to setup ldap-lookups in dovecot. I have done my homework by googling and reading documention and sample configuration files. But cant resolve this issue. Background: I have setup postfix and dovecot. Postix is configured to ldap alias maps and is delivering mails

Re: [Dovecot] Sieve fileinto a subfolder fails

2008-08-29 Thread Eduardo M KALINOWSKI
Rich McAllister wrote: > I'm using Dovecot 1.0.10 on Ubuntu 8.04, using the packages from the > distro; exim4 is my MTA and it's configured according to the > instructions in the wiki, everything is working fine for delivery into > the Maildir INBOX via Dovecot's LDA and reading mail via IMAP using

Re: [Dovecot] Lots of assertion PANICs in error log

2008-08-29 Thread Yates Ian Mr (ITCS)
This patch seems to have done the trick! Keep up the good work! Cheers. I.

Re: [Dovecot] 1.0.RC2 to 1.1.2

2008-08-29 Thread Radomir Zoltowski
Hi Timo, Now it is a little bit late as I had to switch off 1.1.2 and revert to 1.0.RC2, where I don't see these errors any more. The server is in kind of production and I cannot just swap versions and disable my beloved users... at the moment. 1. The first is right, 1.1.2 complains about so

Re: [Dovecot] Lots of assertion PANICs in error log

2008-08-29 Thread Timo Sirainen
On Fri, 2008-08-29 at 09:49 +0100, Yates Ian Mr (ITCS) wrote: > I have just upgraded to dovecot 1.1.2 and am seeing lots of the > following panic messages filling up the error logs: > > dovecot: Aug 29 09:34:32 Panic: IMAP(user): file index-sync.c: line 39 > (index_mailbox_set_recent_uid): asserti

Re: [Dovecot] Lots of assertion PANICs in error log

2008-08-29 Thread Timo Sirainen
On Fri, 2008-08-29 at 09:49 +0100, Yates Ian Mr (ITCS) wrote: > I have just upgraded to dovecot 1.1.2 and am seeing lots of the > following panic messages filling up the error logs: > > dovecot: Aug 29 09:34:32 Panic: IMAP(user): file index-sync.c: line 39 > (index_mailbox_set_recent_uid): asserti

[Dovecot] Lots of assertion PANICs in error log

2008-08-29 Thread Yates Ian Mr (ITCS)
I have just upgraded to dovecot 1.1.2 and am seeing lots of the following panic messages filling up the error logs: dovecot: Aug 29 09:34:32 Panic: IMAP(user): file index-sync.c: line 39 (index_mailbox_set_recent_uid): assertion failed: (seq_range_exists(&ibox->recent_flags, uid)) dovecot: Aug 29