[Dovecot] imaptest update

2007-11-06 Thread Timo Sirainen
http://dovecot.org/tools/imaptest.c now keeps track of messages' metadata and complains if they change. It relies on Message-ID: header being unique in the source mailbox, otherwise it'll give bogus errors. I might fix that some day. I changed the code from using simple line-based parsing to Dovec

[Dovecot] Unit testing

2007-11-06 Thread Timo Sirainen
I finally added beginnings of unit tests to Dovecot v1.1 code tree: http://hg.dovecot.org/dovecot/rev/4e4a5d6bb2cb There are currently just a couple of tests implemented in test-lib (lib/ functions) and test-mail (lib-mail/ functions). I'm probably going to be pretty lazy at adding more of those

Re: [Dovecot] index corruption

2007-11-06 Thread rosenfield
Timo Sirainen wrote: > [EMAIL PROTECTED] wrote: > > postfix/smtpd: disconnect from unknown > > deliver: msync() failed with index file maildir/dovecot.index: > > Input/output error > > unionfs: new lower inode mtime (bindex=0, name=maildir) > > What's unionfs? Layered filesystem which serves the v

[Dovecot] Various uidlist and index errors with 1.1 on NFS

2007-11-06 Thread Adam McDougall
Two nights ago I took a leap and extended my testing of dovecot 1.1 by replacing 1.0 for the approx 15 users I had on 1.0. At that time I also for the first time tried dovecot 1.1 in a load balanced 2 server configuration with indexes on NFS. I was hoping I did this right, using the mail_nfs para

Re: [Dovecot] index corruption

2007-11-06 Thread Timo Sirainen
On Tue, 2007-11-06 at 19:40 +0100, [EMAIL PROTECTED] wrote: > postfix/smtpd: disconnect from unknown > deliver: msync() failed with index file maildir/dovecot.index: > Input/output error > unionfs: new lower inode mtime (bindex=0, name=maildir) What's unionfs? Looks like the problems is with it, n

[Dovecot] index corruption

2007-11-06 Thread rosenfield
Hi people Just switched to Dovecot yesterday, and I've already got about five reports of users with duplicate mail in their inbox :-/. Not as bad as lost email, mind you, but pretty annoying still. Checking the server log, it says: postfix/smtpd: disconnect from unknown deliver: msync() failed

[Dovecot] UTF-8 in dovecot-sieve ?

2007-11-06 Thread Arthur Pétry
Hi, Reading http://tools.ietf.org/html/rfc3028#section-2.7.2 I thought that out-of-the-box dovecot can filter messages by matching header in UTF-8. But when I tested it, it failed : (I'm using 1.0.5 with sieve plugin) Here is my .dovecot.sieve file : -- require ["fileinto", "imapf

Re: [Dovecot] IMAP - Empty attachments error

2007-11-06 Thread Scott Silva
on 11/6/2007 8:32 AM Tom Klandra spake the following: Hallo, I have one problem with the following configuration: - server: debian, dovecot used as an IMAP server, version 0.99.14. - stations: windows 2k/XP, mailer seamonky 1.1.4 Sometimes (let's say once in 20 attemptes) when saving attachment

Re: [Dovecot] assertion failed with hg current

2007-11-06 Thread Timo Sirainen
On Tue, 2007-11-06 at 16:08 +0100, Jakob Hirsch wrote: > > Nov 6 16:05:35 seba deliver(jh): file mail-cache-transaction.c: line 736 > > (mail_cache_header_add_field): assertion failed: > > (cache->field_file_map[field_idx] != (uint32_t)-1) > > Nov 6 16:05:35 seba deliver(jh): Raw backtrace: >

Re: [Dovecot] User keywords limit to 26

2007-11-06 Thread Timo Sirainen
On Tue, 2007-11-06 at 17:34 +0100, Arthur Pétry wrote: > Recently, I just saw the limit of 26 of them when messages are stored > in maildir format. > > This is an important issue for me, since I didn't find how to remove a > flag from the dovecot-keywords database. You could just remove a lin

[Dovecot] User keywords limit to 26

2007-11-06 Thread Arthur Pétry
Hi, I'm planning to use dovecot 1.0.5 for a webmail using a lot of user- defined tags. Recently, I just saw the limit of 26 of them when messages are stored in maildir format. This is an important issue for me, since I didn't find how to remove a flag from the dovecot-keywords database.

[Dovecot] IMAP - Empty attachments error

2007-11-06 Thread Tomáš Klandra
Hallo, I have one problem with the following configuration: - server: debian, dovecot used as an IMAP server, version 0.99.14. - stations: windows 2k/XP, mailer seamonky 1.1.4 Sometimes (let's say once in 20 attemptes) when saving attachments, they are empty (zero size files). Simple re-saving th

[Dovecot] assertion failed with hg current

2007-11-06 Thread Jakob Hirsch
Hi, I get a lot of these after updating to the current 1.1 hg version: > Nov 6 16:05:35 seba deliver(jh): file mail-cache-transaction.c: line 736 > (mail_cache_header_add_field): assertion failed: > (cache->field_file_map[field_idx] != (uint32_t)-1) > Nov 6 16:05:35 seba deliver(jh): Raw back

Re: [Dovecot] Small typo

2007-11-06 Thread Abhijit Hoskeri
On Sat, Nov 03, 2007 at 11:22:43PM +0200, Timo Sirainen wrote: > On Sat, 2007-11-03 at 17:25 +0530, Abhijit Hoskeri wrote: > I hadn't actually even thought this far. My main concern was that the > DNS lookups are synchronous without a separate library. > > > * When you say auth-worker processes, d