From: Timo Sirainen Date: Fri, 2 May 2014 07:40:12 +0000 (+0300) Subject: example-config: Removed mail_nfs_* settings, since they shouldn't be used anyway. X-Git-Tag: 2.2.13.rc1~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a5d68cfbf64c4708e0f92efd59ed74e50e7887d;p=thirdparty%2Fdovecot%2Fcore.git example-config: Removed mail_nfs_* settings, since they shouldn't be used anyway. --- diff --git a/doc/example-config/conf.d/10-mail.conf b/doc/example-config/conf.d/10-mail.conf index 421a78f0e6..4175aef5a3 100644 --- a/doc/example-config/conf.d/10-mail.conf +++ b/doc/example-config/conf.d/10-mail.conf @@ -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.