disable auth penalty as everyone connects from the same IP

This commit is contained in:
Daniel Winzen
2020-08-04 21:48:07 +02:00
parent c56f8fffce
commit 3b7818c738

View File

@ -126,3 +126,10 @@ auth_mechanisms = plain login
#!include auth-checkpassword.conf.ext #!include auth-checkpassword.conf.ext
#!include auth-vpopmail.conf.ext #!include auth-vpopmail.conf.ext
#!include auth-static.conf.ext #!include auth-static.conf.ext
# disable auth penalty as everyone connects from the same IP
service anvil {
unix_listener anvil-auth-penalty {
mode = 0
}
}