Displaying 1 result from an estimated 1 matches for "indexes_dovecot".
2007 May 02
1
Migrate from mlbox to maildir, lock problem
Hi
We've been using dovecot successufly for few month.
Previous setup : solaris 8, postfix+LDA, mbox + index on NFS (Netapp),
2500 accounts
Everything shared overs NFS, multiple servers connect to index, mbox.
mail_location =
mbox:/var/mail/mbox/%u:INBOX=/var/mail/%u:INDEX=/var/mail/indexes_dovecot/%u
We had at first some issue with mbox locking, using lock_method =
dotlock solve the issue.
The problem seemed to be with fcntl.
I Migrate to maildir to ease administration to use maildir quota
I use mb2md-3.20.pl to migrate the mbox everything works smooth.
Actual setup : solaris 8, postfix+LD...