diff dovecot-example.conf @ 6401:1eff337eade3 HEAD

Dropped default max_mail_processes to 512.
author Timo Sirainen <tss@iki.fi>
date Sat, 15 Sep 2007 17:01:40 +0300
parents 9e74c008484a
children 64c9cc85a1b4
line wrap: on
line diff
--- a/dovecot-example.conf	Sat Sep 15 17:01:10 2007 +0300
+++ b/dovecot-example.conf	Sat Sep 15 17:01:40 2007 +0300
@@ -348,7 +348,7 @@
 
 # Maximum number of running mail processes. When this limit is reached,
 # new users aren't allowed to log in.
-#max_mail_processes = 1024
+#max_mail_processes = 512
 
 # Set max. process size in megabytes. Most of the memory goes to mmap()ing
 # files, so it shouldn't harm much even if this limit is set pretty high.