mirror of https://github.com/fail2ban/fail2ban
ENH: filter.d/uwimap-auth - failure of an admin override to regex
parent
9211179d30
commit
262616f7a7
|
@ -11,5 +11,6 @@ before = common.conf
|
||||||
_daemon = (?:ipop3d|imapd)
|
_daemon = (?:ipop3d|imapd)
|
||||||
|
|
||||||
failregex = ^%(__prefix_line)sLogin (?:failed|excessive login failures|disabled|SYSTEM BREAK-IN ATTEMPT) user=\S* auth=\S* host=.*\[<HOST>\]\s*$
|
failregex = ^%(__prefix_line)sLogin (?:failed|excessive login failures|disabled|SYSTEM BREAK-IN ATTEMPT) user=\S* auth=\S* host=.*\[<HOST>\]\s*$
|
||||||
|
^%(__prefix_line)sFailed .* override of user=.* host=.*\[<HOST>\]\s*$
|
||||||
|
|
||||||
ignoreregex =
|
ignoreregex =
|
||||||
|
|
|
@ -16,3 +16,7 @@ Apr 8 16:32:01 abdon imapd[29087]: Login excessive login failures user=brada aut
|
||||||
# http://www.howtoforge.com/forums/showthread.php?t=3786
|
# http://www.howtoforge.com/forums/showthread.php?t=3786
|
||||||
# failJSON: { "time": "2005-04-08T16:32:01", "match": true , "host": "127.0.0.1" }
|
# failJSON: { "time": "2005-04-08T16:32:01", "match": true , "host": "127.0.0.1" }
|
||||||
Apr 8 16:32:01 abdon imapd[21172]: Login disabled user=test auth=test host=localhost.localdomain [127.0.0.1]
|
Apr 8 16:32:01 abdon imapd[21172]: Login disabled user=test auth=test host=localhost.localdomain [127.0.0.1]
|
||||||
|
|
||||||
|
# http://mailman2.u.washington.edu/pipermail/imap-uw/2008-February/001889.html
|
||||||
|
# failJSON: { "time": "2005-02-23T12:36:01", "match": true , "host": "127.0.55.22" }
|
||||||
|
Feb 23 12:36:01 r2 imapd[3473]: Failed uwmaster override of user=pro1 host=r22.j.de [127.0.55.22]
|
||||||
|
|
Loading…
Reference in New Issue