Increase max IMAP connections by IP to 100

This commit is contained in:
Paul-Henri Froidmont 2018-01-19 03:20:08 +01:00
parent a5968b34bd
commit 63ae9eab21
4 changed files with 11 additions and 9 deletions

View file

@ -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
}

View file

@ -0,0 +1,2 @@
#debug_peer_list = 172.22.0.1