changeset 3648:2c19efe2ddb6 HEAD

Added compatibility warning about mail_save_crlf.
author Timo Sirainen <tss@iki.fi>
date Tue, 11 Oct 2005 15:35:12 +0300
parents 7af5162d934c
children 8c63af0ab91a
files dovecot-example.conf
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dovecot-example.conf	Sun Oct 09 12:55:29 2005 +0300
+++ b/dovecot-example.conf	Tue Oct 11 15:35:12 2005 +0300
@@ -288,6 +288,8 @@
 # Save mails with CR+LF instead of plain LF. This makes sending those mails
 # take less CPU, especially with sendfile() syscall with Linux and FreeBSD.
 # But it also creates a bit more disk I/O which may just make it slower.
+# Also note that if other software reads the mboxes/maildirs, they may handle
+# the extra CRs wrong and cause problems.
 #mail_save_crlf = no
 
 # Use mmap() instead of read() to read mail files. read() seems to be a bit