[dovecot-cvs] dovecot dovecot-example.conf,1.194.2.32,1.194.2.33
tss at dovecot.org
tss at dovecot.org
Thu Dec 28 16:27:43 UTC 2006
Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv32286
Modified Files:
Tag: branch_1_0
dovecot-example.conf
Log Message:
Added dotlock_use_excl setting.
Index: dovecot-example.conf
===================================================================
RCS file: /var/lib/cvs/dovecot/dovecot-example.conf,v
retrieving revision 1.194.2.32
retrieving revision 1.194.2.33
diff -u -d -r1.194.2.32 -r1.194.2.33
--- dovecot-example.conf 22 Dec 2006 14:20:30 -0000 1.194.2.32
+++ dovecot-example.conf 28 Dec 2006 16:27:41 -0000 1.194.2.33
@@ -280,6 +280,11 @@
# which use separate caches for them, such as OpenBSD.
#mmap_no_write = no
+# Rely on O_EXCL to work when creating dotlock files. The default is to use
+# hard linking. O_EXCL makes the dotlocking faster, but it doesn't always
+# work with NFS.
+#dotlock_use_excl = no
+
# Locking method for index files. Alternatives are fcntl, flock and dotlock.
# Dotlocking uses some tricks which may create more disk I/O than other locking
# methods. NOTE: If you use NFS, remember to change also mmap_disable setting!
More information about the dovecot-cvs
mailing list