15 Jan
2006
15 Jan
'06
9:09 a.m.
All file systems are local, nothing is NFS mounted. We are using maildir so locking should not be an issue as far as I know. OK, mmap is referring to locking of index files. All my mmap parameters are commented out so they are using defaults values. I also checked lock_method and it is indeed set to fcntl.
I need to read up on the mmap parameters.
-- Andy
On 1/14/2006, "Timo Sirainen" tss@iki.fi wrote:
On Thu, 2006-01-12 at 15:04 -0700, Andy Cravens wrote:
dovecot: Jan 12 10:22:06 Error: imap(username): Corrupted index cache file /export/home/username/mail/dovecot.index.cache: Duplicated field in header: hdr.CONTENT-TYPE
/export? Is this NFS? Have you set mmap_disable=yes? Have you set lock_method=fcntl?