1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-20 02:52:11 +00:00

Raise Dovecot per user connection limit

This commit is contained in:
Marcus Bointon 2020-07-27 10:14:45 +02:00
parent 967409b157
commit ff896f1811
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24

View File

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