2013-10-30 13:02:59 +00:00
|
|
|
# Fail2Ban filter for authentication failures on Cyrus imap server
|
2009-02-03 22:37:46 +00:00
|
|
|
#
|
|
|
|
#
|
|
|
|
#
|
|
|
|
|
2013-07-20 14:38:29 +00:00
|
|
|
[INCLUDES]
|
|
|
|
|
|
|
|
# Read common prefixes. If any customizations available -- read them from
|
|
|
|
# common.local
|
|
|
|
before = common.conf
|
|
|
|
|
2009-02-03 22:37:46 +00:00
|
|
|
[Definition]
|
|
|
|
|
2014-07-25 14:02:40 +00:00
|
|
|
_daemon = (?:cyrus/)?(?:imap(d|s)?|pop3(d|s)?)
|
2013-07-20 14:38:29 +00:00
|
|
|
|
2017-03-09 15:13:45 +00:00
|
|
|
failregex = ^%(__prefix_line)sbadlogin: [^\[]*\[<HOST>\] \S+ .*?\[?SASL\(-13\): (authentication failure|user not found): .*\]?$
|
2009-02-03 22:37:46 +00:00
|
|
|
|
|
|
|
ignoreregex =
|
2013-10-30 13:02:59 +00:00
|
|
|
|
|
|
|
# Author: Jan Wagner <waja@cyconet.org>
|