[dovecot-cvs] dovecot dovecot-example.conf,1.80,1.81

cras at procontrol.fi cras at procontrol.fi
Wed Apr 28 05:00:41 EEST 2004


Update of /home/cvs/dovecot
In directory talvi:/tmp/cvs-serv830

Modified Files:
	dovecot-example.conf 
Log Message:
Added fcntl_lock_disable setting to allow indexes to work with NFS. Some
other locking fixes.



Index: dovecot-example.conf
===================================================================
RCS file: /home/cvs/dovecot/dovecot-example.conf,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- dovecot-example.conf	28 Apr 2004 00:27:42 -0000	1.80
+++ dovecot-example.conf	28 Apr 2004 02:00:39 -0000	1.81
@@ -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



More information about the dovecot-cvs mailing list