mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-22 22:34:05 -07:00
mail_max_userip_connections = 50
This commit is contained in:
parent
bc3cdc89c0
commit
516701cc26
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ protocol imap {
|
||||||
|
|
||||||
# Maximum number of IMAP connections allowed for a user from each IP address.
|
# Maximum number of IMAP connections allowed for a user from each IP address.
|
||||||
# NOTE: The username is compared case-sensitively.
|
# NOTE: The username is compared case-sensitively.
|
||||||
#mail_max_userip_connections = 10
|
mail_max_userip_connections = 50
|
||||||
|
|
||||||
# Space separated list of plugins to load (default is global mail_plugins).
|
# Space separated list of plugins to load (default is global mail_plugins).
|
||||||
#mail_plugins = $mail_plugins
|
#mail_plugins = $mail_plugins
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue