diff dovecot-example.conf @ 5825:6303dc5e3997 HEAD

Mention that flock doesn't work with NFS.
author Timo Sirainen <tss@iki.fi>
date Thu, 28 Jun 2007 17:18:34 +0300
parents c192277a81b3
children 21e529b8a701
line wrap: on
line diff
--- a/dovecot-example.conf	Thu Jun 28 02:13:07 2007 +0300
+++ b/dovecot-example.conf	Thu Jun 28 17:18:34 2007 +0300
@@ -302,7 +302,7 @@
 
 # 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!
+# methods. NFS users: flock doesn't work, remember to change mmap_disable.
 #lock_method = fcntl
 
 # Drop all privileges before exec()ing the mail process. This is mostly