mirror of https://github.com/fail2ban/fail2ban
parent
b59fd2e7b5
commit
91a37b5e49
|
@ -1,14 +1,7 @@
|
||||||
# Fail2Ban filter for Group-Office
|
# Fail2Ban filter for Group-Office
|
||||||
#
|
# logpath must be the webserver error log
|
||||||
# Enable logging with:
|
|
||||||
# $config['info_log']='/home/groupoffice/log/info.log';
|
|
||||||
#
|
|
||||||
|
|
||||||
[Definition]
|
[Definition]
|
||||||
|
|
||||||
failregex = ^\[\]LOGIN FAILED for user: "\S+" from IP: <HOST>$
|
failregex = Password authentication failed for '\S+' from IP: '<HOST>'$
|
||||||
|
|
||||||
ignoreregex =
|
ignoreregex =
|
||||||
|
|
||||||
# Author: Daniel Black
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue