Subversion Repositories configs

Rev

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

Rev Author Line No. Line
4 - 1
# Fail2Ban filter for sieve authentication failures
2
#
3
 
4
[INCLUDES]
5
 
6
# Read common prefixes. If any customizations available -- read them from
7
# common.local
8
before = common.conf
9
 
10
[Definition]
11
 
5 - 12
_daemon = (?:cyrus/)?(?:tim)?sieved?
4 - 13
 
14
failregex = ^%(__prefix_line)sbadlogin: \S+ ?\[<HOST>\] \S+ authentication failure$
15
 
16
ignoreregex =
17
 
18
# Author: Jan Wagner <waja@cyconet.org>