Subversion Repositories configs

Rev

Rev 3 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 - 1
# Fail2Ban filter for authentication failures on Cyrus imap server
2
#
3
#
4
#
5
 
6
[INCLUDES]
7
 
8
# Read common prefixes. If any customizations available -- read them from
9
# common.local
10
before = common.conf
11
 
12
[Definition]
13
 
33 - 14
_daemon = (?:cyrus/)?(?:imap(d|s)?|pop3(d|s)?)
3 - 15
 
33 - 16
failregex = ^%(__prefix_line)sbadlogin: \S+ ?\[<HOST>\] \S+ .*?\[?SASL\(-13\): (authentication failure|user not found): .*\]?$
3 - 17
 
18
ignoreregex =
19
 
20
# Author: Jan Wagner <waja@cyconet.org>