diff dovecot-example.conf @ 1920:d11efbf1d341 HEAD

Added fcntl_lock_disable setting to allow indexes to work with NFS. Some other locking fixes.
author Timo Sirainen <tss@iki.fi>
date Wed, 28 Apr 2004 05:00:39 +0300
parents ef89efba1838
children 7ac0ef106427
line wrap: on
line diff
--- a/dovecot-example.conf	Wed Apr 28 04:21:42 2004 +0300
+++ b/dovecot-example.conf	Wed Apr 28 05:00:39 2004 +0300
@@ -255,6 +255,10 @@
 # which use separate caches for them, such as OpenBSD.
 #mmap_no_write = no
 
+# Don't use fcntl() locking. Alternatives are dotlocking and other tricks
+# which may be slower. Required for NFS.
+#fcntl_locks_disable = no
+
 # Copy mail to another folders using hard links. This is much faster than
 # actually copying the file. This is problematic only if something modifies
 # the mail in one folder but doesn't want it modified in the others. I don't