mirror of https://github.com/fail2ban/fail2ban
- Improved SASL filter. Thanks to Loic Pefferkorn. Tracker #2310410.
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_8@723 a942ae1a-1317-0410-a47c-b1dcaea8d605_tent/ipv6_via_aInfo
parent
6b9896c332
commit
e46e8ed32e
|
@ -26,7 +26,9 @@ ver. 0.8.4 (2008/??/??) - stable
|
||||||
Debian bug #500824.
|
Debian bug #500824.
|
||||||
- Added nagios script. Thanks to Sebastian Mueller.
|
- Added nagios script. Thanks to Sebastian Mueller.
|
||||||
- Added CPanel date format. Thanks to David Collins. Tracker
|
- Added CPanel date format. Thanks to David Collins. Tracker
|
||||||
#1967610
|
#1967610.
|
||||||
|
- Improved SASL filter. Thanks to Loic Pefferkorn. Tracker
|
||||||
|
#2310410.
|
||||||
|
|
||||||
ver. 0.8.3 (2008/07/17) - stable
|
ver. 0.8.3 (2008/07/17) - stable
|
||||||
----------
|
----------
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
# (?:::f{4,6}:)?(?P<host>\S+)
|
# (?:::f{4,6}:)?(?P<host>\S+)
|
||||||
# Values: TEXT
|
# Values: TEXT
|
||||||
#
|
#
|
||||||
failregex = : warning: [-._\w]+\[<HOST>\]: SASL (?:LOGIN|PLAIN|(?:CRAM|DIGEST)-MD5) authentication failed$
|
failregex = (?i): warning: [-._\w]+\[<HOST>\]: SASL (?:LOGIN|PLAIN|(?:CRAM|DIGEST)-MD5) authentication failed(: [A-Za-z0-9+/]*={0,2})?$
|
||||||
|
|
||||||
# Option: ignoreregex
|
# Option: ignoreregex
|
||||||
# Notes.: regex to ignore. If this regex matches, the line is ignored.
|
# Notes.: regex to ignore. If this regex matches, the line is ignored.
|
||||||
|
|
Loading…
Reference in New Issue