From 266cdc29a6bf5aafc7d35f000a5254f416231c73 Mon Sep 17 00:00:00 2001 From: hamilton5 Date: Tue, 11 Dec 2012 12:09:28 -0500 Subject: [PATCH] Update config/filter.d/dovecot.conf even tho not on the fail2ban site.. suggested to not be greedy by yarikoptic --- config/filter.d/dovecot.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/filter.d/dovecot.conf b/config/filter.d/dovecot.conf index acbae3a8..42c5ef33 100644 --- a/config/filter.d/dovecot.conf +++ b/config/filter.d/dovecot.conf @@ -15,7 +15,7 @@ # Values: TEXT # failregex = .*(?:pop3-login|imap-login):.*(?:Authentication failure|Aborted login \(auth failed|Aborted login \(tried to use disabled|Disconnected \(auth failed).*rip=(?P\S*),.* - pam.*dovecot.*(?:authentication failure).*rhost= + pam.*dovecot.*(?:authentication failure).*rhost=(?:\s+user=.*)?\s*$ # Option: ignoreregex # Notes.: regex to ignore. If this regex matches, the line is ignored.