Merge branch '0.9' into master_to_0.9

pull/580/head
Daniel Black 11 years ago
commit c7f887642d

@ -59,6 +59,7 @@ configuration before relying on it.
* Filter for stunnel * Filter for stunnel
* Filter for Counter Strike 1.6. Thanks to onorua for logs. * Filter for Counter Strike 1.6. Thanks to onorua for logs.
Close gh-347 Close gh-347
* Filter for squirrelmail. Close gh-261
- Enhancements - Enhancements
* Jail names increased to 26 characters and iptables prefix reduced * Jail names increased to 26 characters and iptables prefix reduced

@ -0,0 +1,13 @@
[Definition]
failregex = ^ \[LOGIN_ERROR\].*from <HOST>: Unknown user or password incorrect\.$
[Init]
datepattern = ^%%m/%%d/%%Y %%H:%%M:%%S
# DEV NOTES:
#
# Author: Daniel Black

@ -640,6 +640,12 @@ port = imap3,imaps,pop3,pop3s
logpath = /var/log/maillog logpath = /var/log/maillog
[squirrelmail]
port = smtp,465,submission,imap2,imap3,imaps,pop3,pop3s,http,https,socks
logpath = /var/lib/squirrelmail/prefs/squirrelmail_access_log
[cyrus-imap] [cyrus-imap]
port = imap3,imaps port = imap3,imaps

@ -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…
Cancel
Save