From: Jakub Czajka Date: Fri, 14 Oct 2022 22:33:22 +0000 (+0200) Subject: [dovecot] Restrict number of connections from the same IP. X-Git-Url: https://git.ekhem.eu.org/?a=commitdiff_plain;h=f1041edf37421960c87b34c2d6153b8312c80c92;p=server.git [dovecot] Restrict number of connections from the same IP. --- 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 }