]> git.ekhem.eu.org Git - server.git/commitdiff
[dovecot] Restrict number of connections from the same IP.
authorJakub Czajka <jakub@ekhem.eu.org>
Fri, 14 Oct 2022 22:33:22 +0000 (00:33 +0200)
committerJakub Czajka <jakub@ekhem.eu.org>
Wed, 27 Sep 2023 22:00:21 +0000 (00:00 +0200)
dovecot/20-imap.conf

index 9b5546d5c4760700759464f9b15ec6aa2a3b1696..394accfb50a5f97c349852cc81b1c68f9e92bcb3 100644 (file)
@@ -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
 }