mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Increase the max number of IMAP connections per IP
This commit is contained in:
parent
f532d01ab3
commit
e95cbff41a
2 changed files with 9 additions and 3 deletions
6
roles/mailu-docker/files/mailu/overrides/dovecot.conf
Normal file
6
roles/mailu-docker/files/mailu/overrides/dovecot.conf
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
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 = 30
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue