Skip to content

Commit

Permalink
disable auth penalty as everyone connects from the same IP
Browse files Browse the repository at this point in the history
  • Loading branch information
DanWin committed Aug 4, 2020
1 parent c56f8ff commit 3b7818c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions etc/dovecot/conf.d/10-auth.conf
Expand Up @@ -126,3 +126,10 @@ auth_mechanisms = plain login
#!include auth-checkpassword.conf.ext
#!include auth-vpopmail.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
}
}

0 comments on commit 3b7818c

Please sign in to comment.