From 820b7fd550728a5ccc1baf09c65af4b84b460428 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 29 Jul 2023 11:02:11 -0400 Subject: make the mailu fail2ban regex broader --- modules/fail2ban/files/filter/mailu.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/fail2ban/files/filter/mailu.conf b/modules/fail2ban/files/filter/mailu.conf index b83feb3..e1d8b49 100644 --- a/modules/fail2ban/files/filter/mailu.conf +++ b/modules/fail2ban/files/filter/mailu.conf @@ -1,2 +1,2 @@ [Definition] -failregex = client login failed: "Authentication credentials invalid" while in http auth state, client: , +failregex = client login failed: ".*" while in http auth state, client: , -- cgit v1.2.3-54-g00ecf