disable auth penalty as everyone connects from the same IP
This commit is contained in:
@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user