]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
example-config: mail_max_userip_connections default is 10, even for pop3.
authorTimo Sirainen <tss@iki.fi>
Thu, 17 Feb 2011 07:01:38 +0000 (09:01 +0200)
committerTimo Sirainen <tss@iki.fi>
Thu, 17 Feb 2011 07:01:38 +0000 (09:01 +0200)
3 would probably be better, but there's no way to set per-protocol defaults
currently.

doc/example-config/conf.d/20-pop3.conf

index 3559b9a7b031bfbfbd7b080b1ec3307546847c13..b56f030a7f004197ca2d628f0e8808c24987f844 100644 (file)
@@ -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