changeset 12737:db7abf4a29e5

example-config: mail_max_userip_connections default is 10, even for pop3. 3 would probably be better, but there's no way to set per-protocol defaults currently.
author Timo Sirainen <tss@iki.fi>
date Thu, 17 Feb 2011 09:01:38 +0200
parents b3cb10df15e6
children 7705bd04924c
files doc/example-config/conf.d/20-pop3.conf
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/example-config/conf.d/20-pop3.conf	Thu Feb 17 08:58:43 2011 +0200
+++ b/doc/example-config/conf.d/20-pop3.conf	Thu Feb 17 09:01:38 2011 +0200
@@ -69,7 +69,7 @@
 
   # Maximum number of POP3 connections allowed for a user from each IP address.
   # NOTE: The username is compared case-sensitively.
-  #mail_max_userip_connections = 3
+  #mail_max_userip_connections = 10
 
   # Space separated list of plugins to load (default is global mail_plugins).
   #mail_plugins = $mail_plugins