From 3b7818c738f842eea77f32335c7813974f7c01cf Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Tue, 4 Aug 2020 21:48:07 +0200 Subject: [PATCH] disable auth penalty as everyone connects from the same IP --- etc/dovecot/conf.d/10-auth.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/etc/dovecot/conf.d/10-auth.conf b/etc/dovecot/conf.d/10-auth.conf index 187b262..eebce4f 100644 --- a/etc/dovecot/conf.d/10-auth.conf +++ b/etc/dovecot/conf.d/10-auth.conf @@ -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 + } +}