Re: [Dovecot] deliver stopped working

2009-10-06 Thread vwc72283
Note to all: If you are running Dovecot on a system where any of the mailboxes are nfs v4 mounted from a RHEL (or derivative) server DO NOT upgrade that server to an unpatched 2.6.18-164 kernel, it is very broken at this time. Not only will Dovecot fail but you're likely to have a myriad of

Re: [Dovecot] deliver stopped working

2009-10-05 Thread Timo Sirainen
On Oct 4, 2009, at 1:58 AM, vwc72...@voicenet.com wrote: Its the O_EXCL in the open call! How can I make it not use O_EXCL? Thanks, -Ted- strace.out.6700:open(/home/vmail/mydomain.net/myaccount/tmp/ 1254635441.M259070P6700.myserver.mydomain.net, O_WRONLY|O_CREAT|O_EXCL|O_TRUNC|O_LARGEFILE,

[Dovecot] deliver stopped working

2009-10-03 Thread vwc72283
Hi: I have been using Dovecot for well over a year now and it has always worked with few problems. The mail setup is not simple... Postfix+MailScanner+ClamAV+Docvecot+MySql+postfix.admin... just to mention the major things. The system is CentOS 5.3 on VMware. The maildir is on an NFS share,

Re: [Dovecot] deliver stopped working

2009-10-03 Thread vwc72283
Its the O_EXCL in the open call! How can I make it not use O_EXCL? Thanks, -Ted- strace.out.6700:open(/home/vmail/mydomain.net/myaccount/tmp/1254635441.M259070P6700.myserver.mydomain.net, O_WRONLY|O_CREAT|O_EXCL|O_TRUNC|O_LARGEFILE, 0777) = -1 EACCES (Permission denied) Hi: I have been