mirror of https://github.com/fail2ban/fail2ban
filter.d/roundcube-auth.conf: added missing entry `journalmatch` from original gh-1783.
parent
9b0f39a17d
commit
37ca4f17c2
|
@ -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\))?$
|
^(?:<[\w]+> )?Failed login for <F-USER>.*</F-USER> from <HOST> in session \w+( \(error: \d\))?$
|
||||||
|
|
||||||
ignoreregex =
|
ignoreregex =
|
||||||
|
|
||||||
|
journalmatch = SYSLOG_IDENTIFIER=roundcube
|
||||||
|
|
||||||
# DEV Notes:
|
# DEV Notes:
|
||||||
#
|
#
|
||||||
# Source: https://github.com/roundcube/roundcubemail/blob/master/program/lib/Roundcube/rcube_imap.php#L180
|
# Source: https://github.com/roundcube/roundcubemail/blob/master/program/lib/Roundcube/rcube_imap.php#L180
|
||||||
|
|
Loading…
Reference in New Issue