]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
example-config: Removed mail_nfs_* settings, since they shouldn't be used anyway.
authorTimo Sirainen <tss@iki.fi>
Fri, 2 May 2014 07:40:12 +0000 (10:40 +0300)
committerTimo Sirainen <tss@iki.fi>
Fri, 2 May 2014 07:40:12 +0000 (10:40 +0300)
doc/example-config/conf.d/10-mail.conf

index 421a78f0e6ba4ed08563c52942fc661416936f62..4175aef5a302c2ec605ca39c66e92b5de865eb8b 100644 (file)
@@ -146,13 +146,6 @@ namespace inbox {
 #   never: Never use it (best performance, but crashes can lose data)
 #mail_fsync = optimized
 
-# Mail storage exists in NFS. Set this to yes to make Dovecot flush NFS caches
-# whenever needed. If you're using only a single mail server this isn't needed.
-#mail_nfs_storage = no
-# Mail index files also exist in NFS. Setting this to yes requires
-# mmap_disable=yes and fsync_disable=no.
-#mail_nfs_index = 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. NFS users: flock doesn't work, remember to change mmap_disable.