From: Timo Sirainen Date: Thu, 17 Feb 2011 07:01:38 +0000 (+0200) Subject: example-config: mail_max_userip_connections default is 10, even for pop3. X-Git-Tag: 2.0.10~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04b732360fdcdb3d0f4fa19cc1e18df221978b45;p=thirdparty%2Fdovecot%2Fcore.git 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. --- diff --git a/doc/example-config/conf.d/20-pop3.conf b/doc/example-config/conf.d/20-pop3.conf index 3559b9a7b0..b56f030a7f 100644 --- a/doc/example-config/conf.d/20-pop3.conf +++ b/doc/example-config/conf.d/20-pop3.conf @@ -69,7 +69,7 @@ protocol pop3 { # 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