mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Increase max IMAP connections by IP to 100
This commit is contained in:
parent
a5968b34bd
commit
63ae9eab21
4 changed files with 11 additions and 9 deletions
|
|
@ -1,6 +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 = 50
|
||||
mail_max_userip_connections = 100
|
||||
}
|
||||
|
||||
|
|
|
|||
2
roles/mailu-docker/files/mailu/overrides/postfix.cf
Normal file
2
roles/mailu-docker/files/mailu/overrides/postfix.cf
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
#debug_peer_list = 172.22.0.1
|
||||
Loading…
Add table
Add a link
Reference in a new issue