[dovecot-cvs] dovecot dovecot-example.conf,1.194.2.55,1.194.2.56

tss at dovecot.org tss at dovecot.org
Wed May 16 18:22:34 EEST 2007


Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv28610

Modified Files:
      Tag: branch_1_0
	dovecot-example.conf 
Log Message:
Reversed the last change. It wasn't supposed to go to branch_1_0.



Index: dovecot-example.conf
===================================================================
RCS file: /var/lib/cvs/dovecot/dovecot-example.conf,v
retrieving revision 1.194.2.55
retrieving revision 1.194.2.56
diff -u -d -r1.194.2.55 -r1.194.2.56
--- dovecot-example.conf	16 May 2007 15:14:12 -0000	1.194.2.55
+++ dovecot-example.conf	16 May 2007 15:22:32 -0000	1.194.2.56
@@ -283,6 +283,10 @@
 # filesystems (NFS or clustered filesystem).
 #mmap_disable = no
 
+# Don't write() to mmaped files. This is required for some operating systems
+# 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.



More information about the dovecot-cvs mailing list