Re: dot lock problem

2012-10-26 Thread Wietse Venema
Robert JR: [ Charset UTF-8 unsupported, converting... ] > On 2012-10-26 08:14, Wietse Venema wrote: > > > Robert JR: > > > >> 1- Dovecot locks /var/mail/user using FCNTL (since a user is > >> downloading a large mail) 2- Posttix at the same time tries to FCNTL > >> /var/mail/user .. but it > > > >

Re: dot lock problem

2012-10-26 Thread Robert JR
On 2012-10-26 08:14, Wietse Venema wrote: Robert JR: 1- Dovecot locks /var/mail/user using FCNTL (since a user is downloading a large mail) 2- Posttix at the same time tries to FCNTL /var/mail/user .. but it Please show concrete evidence that Postfix performs fcntl BEFORE dotlock, and that i

Re: dot lock problem

2012-10-25 Thread Wietse Venema
Robert JR: > 1- Dovecot locks /var/mail/user using FCNTL (since a user is > downloading a large mail) > > 2- Posttix at the same time tries to FCNTL /var/mail/user .. but it Please show concrete evidence that Postfix performs fcntl BEFORE dotlock, and that it dot-locks the file AFTER fcntl fail

dot lock problem

2012-10-25 Thread Robert JR
Hello, I am using Postfix(as mail server) + Dovecot (as pop3 server) My Postfix lock option is fcntl dotlock mailbox_delivery_lock = fcntl, dotlock virtual_mailbox_lock = fcntl, dotlock My Dovecot lock option is fcntl only mbox_write_locks = fcntl mbox_read_locks = fcntl now, when a user is do