sogo-auth.conf is included in EL6 build of fail2ban

tags/0.1.4_el6 0.1.4_el6
Daniel Berteaud 11 years ago
parent f3d69c1264
commit 9ef3a867ec
  1. 20
      root/etc/fail2ban/filter.d/sogo-auth.conf

@ -1,20 +0,0 @@
# /etc/fail2ban/filter.d/sogo-auth.conf
#
# 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
failregex = Login from '<HOST>' for user '.*' might not have worked( - password policy: \d* grace: -?\d* expire: -?\d* bound: -?\d*)?\s*$
# Option: ignoreregex
# Notes.: regex to ignore. If this regex matches, the line is ignored.
# Values: TEXT
#
ignoreregex =
Loading…
Cancel
Save