From 7f2d10a18005340d3f86d67e81bace2e5436a036 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Mon, 5 Dec 2022 09:43:03 +0200
Subject: [PATCH] Dovecot: Raise mail_max_userip_connections.

We're reaching the limit frequently. Either because I have multiple
clients on the same machine or because I have even more clients on the
same network behind the same IP address.
---
 dovecot/patch.diff | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/dovecot/patch.diff b/dovecot/patch.diff
index 77522a4..845bb4a 100644
--- a/dovecot/patch.diff
+++ b/dovecot/patch.diff
@@ -194,3 +194,12 @@
  
  # If you need to set multiple mailbox locations or want to change default
  # namespace settings, you can do it by defining namespace sections.
+--- conf.d/20-imap.conf	2020-12-22 13:26:52.000000000 +0000
++++ conf.d/20-imap.conf	2022-12-05 07:33:47.876334736 +0000
+@@ -95,5 +95,5 @@
+ 
+   # 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 = 15
+ }
-- 
GitLab