mirror of https://github.com/fail2ban/fail2ban
ENH: filter.d/squirrelmail added
parent
c1d1c181ce
commit
359210f224
|
@ -0,0 +1,4 @@
|
|||
|
||||
[Definition]
|
||||
|
||||
failregex = ^ \[LOGIN_ERROR\].*from <HOST>: Unknown user or password incorrect.$
|
|
@ -448,6 +448,11 @@ logpath = /var/log/mail.log
|
|||
port = imap2,imap3,imaps,pop3,pop3s
|
||||
logpath = /var/log/maillog
|
||||
|
||||
[squirrelmail]
|
||||
|
||||
port = smtp,ssmtp,submission,imap2,imap3,imaps,pop3,pop3s,http,https,socks
|
||||
logpath = /var/lib/squirrelmail/prefs/squirrelmail_access_log
|
||||
|
||||
#
|
||||
# DNS servers
|
||||
#
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
# failJSON: { "time": "2013-10-06T15:50:41", "match": true , "host": "151.64.44.11" }
|
||||
10/06/2013 15:50:41 [LOGIN_ERROR] dadas (mydomain.org) from 151.64.44.11: Unknown user or password incorrect.
|
Loading…
Reference in New Issue