mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
mail_max_userip_connections = 50
This commit is contained in:
parent
516701cc26
commit
6ffb2637af
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ protocol pop3 {
|
||||||
|
|
||||||
# Maximum number of POP3 connections allowed for a user from each IP address.
|
# Maximum number of POP3 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