mirror of https://github.com/fail2ban/fail2ban
amend to merge PR gh-1783: restores lost entry `journalmatch` for `filter.d/roundcube-auth.conf`
commit
5974b0fb35
|
@ -19,6 +19,9 @@ failregex = ^(?:FAILED login|Login failed) for <F-USER>.*</F-USER> from <HOST>(\
|
|||
^(?:<[\w]+> )?Failed login for <F-USER>.*</F-USER> from <HOST> in session \w+( \(error: \d\))?$
|
||||
|
||||
ignoreregex =
|
||||
|
||||
journalmatch = SYSLOG_IDENTIFIER=roundcube
|
||||
|
||||
# DEV Notes:
|
||||
#
|
||||
# Source: https://github.com/roundcube/roundcubemail/blob/master/program/lib/Roundcube/rcube_imap.php#L180
|
||||
|
|
Loading…
Reference in New Issue