diff dovecot-example.conf @ 5977:38a73d870731 HEAD

Added mail_nfs_storage and mail_nfs_index settings.
author Timo Sirainen <tss@iki.fi>
date Fri, 13 Jul 2007 00:18:24 +0300
parents 3f2eb1b9c555
children 433745f10290
line wrap: on
line diff
--- a/dovecot-example.conf	Fri Jul 13 00:15:56 2007 +0300
+++ b/dovecot-example.conf	Fri Jul 13 00:18:24 2007 +0300
@@ -303,6 +303,13 @@
 # goes down.
 #fsync_disable = no
 
+# 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
+
 # Disable mailbox list indexing.
 #mailbox_list_index_disable = no