Increase the max number of IMAP connections per IP

This commit is contained in:
Paul-Henri Froidmont 2018-01-12 17:18:25 +01:00
parent f532d01ab3
commit e95cbff41a
2 changed files with 9 additions and 3 deletions

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