[Dovecot] Slow header fetching rate over nfs mailspool.

2008-01-23 Thread Dino Ming
We are setting up a Dovecot over a pair of NFS which mirrored with DRBD +Heartbeat, under Debian Etch AMD64 with Kernel 2.6.22-5. The problem was slow header downloading rate. We had tried to use postal to inject 500 emails which are under 5KB each, but when ever we start up Mail.app, Thunderb

Re: [Dovecot] plus-address delivery

2008-01-23 Thread Charles Marcus
On 1/22/2008, Jim Horner ([EMAIL PROTECTED]) wrote: My only thought is make sure these lines (or something appropriate for your setup) is in Postfix's main.cf. More importantly - what is output of postconf -n? -- Best regards, Charles

Re: [Dovecot] Virtual Users and permission denied on POP3 Authentication - cur directory

2008-01-23 Thread Iain M Conochie
John Dubchak wrote: On Jan 23, 2008, at 4:27 AM, Iain M Conochie wrote: Then I am a bit stuck. That was how I got it working for LDAP to be honest. What kind of usernames are your users using to login with? Is it [EMAIL PROTECTED] or just user? [EMAIL PROTECTED] Thanks, John What do you

[Dovecot] Rename file opened for read-write -- cannot edit subscriptions

2008-01-23 Thread Jack Schmidt
Howdy, Here is a problem with fix affecting dovecot-1.0.10 (and 1.1rc13). On a linux system's CIFS mounted filesystem, it is not possible to rename a file opened read-write: $ sleep 5 >> .subscriptions.lock & mv .subscriptions.lock .subscriptions mv: cannot move `.subscriptions.lock' to `.sub

Re: [Dovecot] Out of memory [repost as a new thread]

2008-01-23 Thread Wolfram Schlich
* Timo Sirainen <[EMAIL PROTECTED]> [2008-01-20 08:49]: > On Tue, 2008-01-15 at 14:51 +0100, Wolfram Schlich wrote: > > this happens since a few days on a Gentoo hardened system using a > > grsecurity enabled kernel running Dovecot 1.0.10, only to 2 of 10 > > users though: > > > > --8<-- > > > >

Re: [Dovecot] Out of memory [repost as a new thread]

2008-01-23 Thread Timo Sirainen
On Wed, 2008-01-23 at 15:29 +0100, Wolfram Schlich wrote: > I tried your patch and compiled dovecot with --enable-debug, There's no need for --enable-debug. It's mainly useful for developers when developing new code. > /usr/libexec/dovecot/imap: ELF 32-bit LSB shared object, Intel 80386, > versi

Re: [Dovecot] Slow header fetching rate over nfs mailspool.

2008-01-23 Thread Timo Sirainen
On Wed, 2008-01-23 at 17:39 +0800, Dino Ming wrote: > 17:19:31.726127 fstat(11, {st_mode=S_IFREG|0600, st_size=2263, ...}) = 0 > 17:19:31.726193 pread(11, "Return-path: <[EMAIL PROTECTED]>\nE"..., > 4096, 0) = 2263 > 17:19:38.973282 pread(11, "", 1833, 2263) = 0 Is it spending 7 seconds trying t

Re: [Dovecot] MIME Decoding Problem

2008-01-23 Thread Jim Rosenberg
On Sun, Jan 20, 2008 at 02:42:45PM +0200, Timo Sirainen wrote: > On Wed, 2007-12-12 at 09:09 -0500, Jim Rosenberg wrote: > > I am having a recurring problem with Dovecot 1.0.8 failing to MIME-decode > > certain messages. The client is Mulberry 4.0.8. The messages causing the > > problem seem to be

Re: [Dovecot] MIME Decoding Problem

2008-01-23 Thread Timo Sirainen
On Wed, 2008-01-23 at 10:53 -0500, Jim Rosenberg wrote: > What is happening now in Mulberry is that my folder window simply *dies*, > and in the dovecot log file I have messages like this: [grepped ...] > > Jan 23 05:57:07 shrimp dovecot: child 1139 (imap) killed with signal 11 Can you get a gdb

[Dovecot] sieve in centos rpm

2008-01-23 Thread Chantal Rosmuller
Hi Everyone, i installed dovecot-1.0-1.2.rc15.el5 with yum on centos 5.0, everything works fine but I can't find the sieve plugin. Is it not included? When I search for sieve with yum I find cyrus-imapd. Thanks

Re: [Dovecot] sieve in centos rpm

2008-01-23 Thread Charles Marcus
On 1/23/2008, Chantal Rosmuller ([EMAIL PROTECTED]) wrote: i installed dovecot-1.0-1.2.rc15.el5 with yum on centos 5.0, everything works fine but I can't find the sieve plugin. Is it not included? When I search for sieve with yum I find cyrus-imapd. You really need to use an up to date versio

[Dovecot] PATCH: compile dovecot-1.1.beta14 with gcc 2.95

2008-01-23 Thread Sven Anderson
Hi, I patched dovecot-1.1.beta14 to compile under gcc 2.95. __builtin_expect and __attribute__((malloc)) are only available since gcc 3.0, and __builtin_types_compatible_p since 3.1. Also the flexible array members (char a[]) are not available for gcc 2.95. So I replaced them with zero-extent arr

Re: [Dovecot] Slow header fetching rate over nfs mailspool.

2008-01-23 Thread Timo Sirainen
On Thu, 2008-01-24 at 00:18 +0800, Dino Ming wrote: > open("/dap/mstorage/example.com/dino/Maildir/cur", O_RDONLY| > O_NONBLOCK|O_DIRECTORY) = 8 <0.98> .. > getdents64(8, /* 114 entries */, 8192) = 8128 <0.347680> > getdents64(8, /* 113 entries */, 8192) = 8136 <1.385329> > getdents64(8, /* 1

[Dovecot] Drafts, Trash, Sent

2008-01-23 Thread libero1
Hi, I'm testing a dovecot installation using thunderbird as imap client. The first user I configured has regolar folders: Drafts, Sent and Trash, and thunderbirs shows each one with its icon. The second user shows these folders with a standard icon, and I'm not able to save email in sent. I cann

Re: [Dovecot] Drafts, Trash, Sent

2008-01-23 Thread Charles Marcus
On 1/23/2008, libero1 ([EMAIL PROTECTED]) wrote: I cann't understand why there is this difference, and how dovecot manage these folder. Can anyone help me? Don't think this is a dovecot issue... Did you tell TBird to use these folders in the Account Settings? -- Best regards, Charles

Re: [Dovecot] Drafts, Trash, Sent

2008-01-23 Thread Benjamin Dabelow
libero1 schrieb: > I'm testing a dovecot installation using thunderbird as imap client. > The first user I configured has regolar folders: Drafts, Sent and Trash, and > thunderbirs shows each one with its icon. > The second user shows these folders with a standard icon, and I'm not able to > save

Re: [Dovecot] Drafts, Trash, Sent

2008-01-23 Thread Gabriel Millerd
On 1/23/08, libero1 <[EMAIL PROTECTED]> wrote: > I'm testing a dovecot installation using thunderbird as imap client. > The first user I configured has regolar folders: Drafts, Sent and Trash, and > thunderbirs shows each one with its icon. > The second user shows these folders with a standard icon

Re: [Dovecot] plus-address delivery

2008-01-23 Thread Jon Fullmer
You were right. The problem lay in the Postfix config, not the dovecot (sorry to trouble the wrong list). The missing line was the "recipient_delimiter = +". This line was in the amavisd-new config, but not the Postfix. I put it in there. All is well. For those curious, under my "userdb

Re: [Dovecot] Slow header fetching rate over nfs mailspool.

2008-01-23 Thread Dino Ming
Hi Timo, I did a test with manully perform ls a hunderd times on the /dap/mstorage/example.com/dino/Maildir/cur but the response is very fast and without the strange delay like inside dovecot. With 558 emails inside the cur directory. The time to execute the ls is just real0m0.061s u