mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
ENH: Added login authenticator failed regexp for exim filter
This commit is contained in:
parent
8f0c533d64
commit
3ce53e8798
2 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
|||
# Values: TEXT
|
||||
#
|
||||
failregex = \[<HOST>\] .*(?:rejected by local_scan|Unrouteable address)
|
||||
login authenticator failed for .* \[<HOST>\]: 535 Incorrect authentication data \(set_id=.*\)\s*$
|
||||
|
||||
# Option: ignoreregex
|
||||
# Notes.: regex to ignore. If this regex matches, the line is ignored.
|
||||
|
|
|
|||
2
testcases/files/logs/exim
Normal file
2
testcases/files/logs/exim
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# From IRC 2013-01-04
|
||||
2013-01-04 17:03:46 login authenticator failed for rrcs-24-106-174-74.se.biz.rr.com ([192.168.2.33]) [24.106.174.74]: 535 Incorrect authentication data (set_id=brian)
|
||||
Loading…
Reference in a new issue