2013-02-12 09:45:37 +00:00
|
|
|
# /etc/fail2ban/filter.d/sogo-auth.conf
|
2013-02-11 16:19:48 +00:00
|
|
|
#
|
|
|
|
# Fail2Ban configuration file
|
|
|
|
# By Arnd Brandes
|
|
|
|
# SOGo
|
|
|
|
#
|
|
|
|
|
|
|
|
[Definition]
|
|
|
|
# Option: failregex
|
|
|
|
# Filter Ban in /var/log/sogo/sogo.log
|
|
|
|
# Note: the error log may contain multiple hosts, whereas the first one
|
|
|
|
# is the client and all others are poxys. We match the first one, only
|
|
|
|
|
2013-03-27 15:08:33 +00:00
|
|
|
failregex = Login from '<HOST>' for user '.*' might not have worked( - password policy: \d* grace: -?\d* expire: -?\d* bound: -?\d*)?\s*$
|
2013-02-11 16:19:48 +00:00
|
|
|
|
|
|
|
# Option: ignoreregex
|
|
|
|
# Notes.: regex to ignore. If this regex matches, the line is ignored.
|
|
|
|
# Values: TEXT
|
|
|
|
#
|
2013-03-25 07:43:13 +00:00
|
|
|
ignoreregex =
|