From 6ffb2637af491f35139402b056d282858fdfddbe Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Fri, 15 May 2020 13:58:02 +0200 Subject: [PATCH] mail_max_userip_connections = 50 --- install/debian/10/dovecot/conf.d/20-pop3.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/debian/10/dovecot/conf.d/20-pop3.conf b/install/debian/10/dovecot/conf.d/20-pop3.conf index a3a43b88..8c376996 100644 --- a/install/debian/10/dovecot/conf.d/20-pop3.conf +++ b/install/debian/10/dovecot/conf.d/20-pop3.conf @@ -74,7 +74,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 = 10 + mail_max_userip_connections = 50 # Space separated list of plugins to load (default is global mail_plugins). #mail_plugins = $mail_plugins