adding a sane client_limit to anvil and auth, Fixes #126

This commit is contained in:
Benjamin Sonntag 2017-08-14 10:33:20 +02:00
parent 71980d06a8
commit f17c23cfe6
1 changed files with 7 additions and 2 deletions

View File

@ -136,10 +136,15 @@ service auth {
mode = 0600
user = vmail
}
# user = vmail
# set this to (default_client_limit * number of services using it)
client_limit = 5000
}
service anvil {
# set this to (default_client_limit * number of services using it)
client_limit = 5000
}
# ----------------------------------------------------------------------------