Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5 - 1
# Fail2Ban filter for Openwebmail
2
# banning hosts with authentication errors in /var/log/openwebmail.log
3
# OpenWebMail http://openwebmail.org
4
#
5
 
6
[Definition]
7
 
8
failregex = ^ - \[\d+\] \(<HOST>\) (?P<USER>\S+) - login error - (no such user - loginname=(?P=USER)|auth_unix.pl, ret -4, Password incorrect)$
9
            ^ - \[\d+\] \(<HOST>\) (?P<USER>\S+) - userinfo error - auth_unix.pl, ret -4, User (?P=USER) doesn't exist$
10
 
11
ignoreregex =
12
 
13
# DEV Notes:
14
#
15
# Author: Ivo Truxa (c) 2013 truXoft.com