Subversion Repositories configs

Rev

Rev 3 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 33
Line 9... Line 9...
9
# common.local
9
# common.local
10
before = common.conf
10
before = common.conf
11
 
11
 
12
[Definition]
12
[Definition]
13
 
13
 
14
_daemon = (?:cyrus/)?(?:imapd?|pop3d?)
14
_daemon = (?:cyrus/)?(?:imap(d|s)?|pop3(d|s)?)
15
 
15
 
16
failregex = ^%(__prefix_line)sbadlogin: \S+ ?\[<HOST>\] \S+ .*?\[?SASL\(-13\): authentication failure: .*\]?$
16
failregex = ^%(__prefix_line)sbadlogin: \S+ ?\[<HOST>\] \S+ .*?\[?SASL\(-13\): (authentication failure|user not found): .*\]?$
17
 
17
 
18
ignoreregex = 
18
ignoreregex = 
19
 
19
 
20
# Author: Jan Wagner <waja@cyconet.org>
20
# Author: Jan Wagner <waja@cyconet.org>