mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Increase max IMAP connections by IP
This commit is contained in:
parent
e95cbff41a
commit
a5968b34bd
2 changed files with 14 additions and 14 deletions
|
|
@ -1,6 +1,6 @@
|
|||
protocol imap {
|
||||
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
|
||||
# NOTE: The username is compared case-sensitively.
|
||||
mail_max_userip_connections = 50
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue