diff dovecot-example.conf @ 472:2fa0bfb65268 HEAD

Added setting mail_save_crlf. Few other settings cleanups.
author Timo Sirainen <tss@iki.fi>
date Mon, 21 Oct 2002 03:09:29 +0300
parents 67d22b7b0918
children 1f9b96080525
line wrap: on
line diff
--- a/dovecot-example.conf	Mon Oct 21 03:08:03 2002 +0300
+++ b/dovecot-example.conf	Mon Oct 21 03:09:29 2002 +0300
@@ -121,6 +121,11 @@
 # needed.
 #mail_never_cache_fields = 
 
+# 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.
+#mail_save_crlf = no
+
 # Copy mail to another folders using hard links. This is much faster than
 # actually copying the file. Only problem with it is that if either of the
 # mails are modified directly both will change. This isn't a problem with