1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-04 15:54:48 +01:00

Raise Dovecot per user connection limit (#1799)

This commit is contained in:
Marcus Bointon
2020-07-27 12:37:52 +02:00
committed by GitHub
parent 967409b157
commit cd518e6820

View File

@@ -144,7 +144,7 @@ service imap-login {
}
}
protocol imap {
mail_max_userip_connections = 20
mail_max_userip_connections = 40
}
EOF