2 May
2006
2 May
'06
9:51 p.m.
Timo Sirainen wrote:
On Mon, 2006-05-01 at 15:56 -0500, Nate Sanders wrote:
Here's the setup:
- Dovecot 1.0-beta3
- lock_method = dotlock
- mmap_disable = yes
So if you're using mboxes, what about mbox_read_locks and mbox_write_locks? Maybe it helps if you change them to be dotlocks also.
Here is some more info on lock methods used on the system.
mail:# postconf -d|grep mailbox_delivery_lock mailbox_delivery_lock = fcntl, dotlock
mail:# grep mbox_read_locks /etc/dovecot/dovecot.conf mbox_read_locks = fcntl
mail:# grep mbox_write_locks /etc/dovecot/dovecot.conf mbox_write_locks = fcntl dotlock