From 6f04a4155783dd54461904d7d592170b8ca9cfdf Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Thu, 15 Sep 2022 09:48:34 +0200 Subject: [PATCH] fail2ban: fix dovecot-evolix regex syntax --- CHANGELOG.md | 7 ++++--- fail2ban/files/dovecot-evolix.conf | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32c1bc6b..009f5625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,11 +35,12 @@ The **patch** part changes is incremented if multiple releases happen the same m ### Fixed +* fail2ban: fix dovecot-evolix regex syntax * haproxy: make it so that munin doesn't break if there is a non default `haproxy_stats_path` -* varnish: make `-j ` the first argument on jessie/stretch as it has to be the first argument there. -* redis: config directory must be owned by the user that runs the service (to be able to write tmp config files in it) -* webapps/nextcloud: Add missing dependencies for imagick * mysql: Add missing Munin conf for Debian 11 +* redis: config directory must be owned by the user that runs the service (to be able to write tmp config files in it) +* varnish: make `-j ` the first argument on jessie/stretch as it has to be the first argument there. +* webapps/nextcloud: Add missing dependencies for imagick ### Removed diff --git a/fail2ban/files/dovecot-evolix.conf b/fail2ban/files/dovecot-evolix.conf index 5ca484af..e1ef1a3f 100644 --- a/fail2ban/files/dovecot-evolix.conf +++ b/fail2ban/files/dovecot-evolix.conf @@ -1,3 +1,3 @@ -[Definition] -failregex = (?: pop3-login|imap-login): .*(?:Authentication failure|Aborted login \(auth failed|Aborted login \(tried to use disabled|Disconnected \(auth failed|Aborted login \(\d+ authentication attempts).*rip=(?P\S*),.* -ignoreregex = +[Definition] +failregex = (?: pop3-login|imap-login): .*(?:Authentication failure|Aborted login \(auth failed|Aborted login \(tried to use disabled|Disconnected \(auth failed|Aborted login \(\d+ authentication attempts).*rip=,.* +ignoreregex =