From f1041edf37421960c87b34c2d6153b8312c80c92 Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Sat, 15 Oct 2022 00:33:22 +0200 Subject: [PATCH] [dovecot] Restrict number of connections from the same IP. --- dovecot/20-imap.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dovecot/20-imap.conf b/dovecot/20-imap.conf index 9b5546d..394accf 100644 --- a/dovecot/20-imap.conf +++ b/dovecot/20-imap.conf @@ -95,5 +95,5 @@ protocol imap { # Maximum number of IMAP 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 = 5 } -- 2.39.5