mirror of https://github.com/fail2ban/fail2ban
ENH: add filter for squirrelmail. Closes gh-261
parent
1e8ed55a36
commit
f2e55e8499
|
@ -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
|
||||||
|
|
|
@ -1,4 +1,13 @@
|
||||||
|
|
||||||
[Definition]
|
[Definition]
|
||||||
|
|
||||||
failregex = ^ \[LOGIN_ERROR\].*from <HOST>: Unknown user or password incorrect.$
|
failregex = ^ \[LOGIN_ERROR\].*from <HOST>: Unknown user or password incorrect\.$
|
||||||
|
|
||||||
|
|
||||||
|
[Init]
|
||||||
|
|
||||||
|
datepattern = ^%%m/%%d/%%Y %%H:%%M:%%S
|
||||||
|
|
||||||
|
# DEV NOTES:
|
||||||
|
#
|
||||||
|
# Author: Daniel Black
|
||||||
|
|
Loading…
Reference in New Issue