2013-10-30 13:02:59 +00:00
|
|
|
# Fail2Ban filter for sieve authentication failures
|
2009-02-03 22:37:46 +00:00
|
|
|
#
|
|
|
|
|
2013-07-20 16:26:09 +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]
|
|
|
|
|
2013-07-20 16:26:09 +00:00
|
|
|
_deamon = (?:cyrus/)?(?:tim)?sieved?
|
|
|
|
|
2013-07-26 11:01:09 +00:00
|
|
|
failregex = ^%(__prefix_line)sbadlogin: \S+ ?\[<HOST>\] \S+ authentication failure$
|
2009-02-03 22:37:46 +00:00
|
|
|
|
|
|
|
ignoreregex =
|
2013-10-30 13:02:59 +00:00
|
|
|
|
|
|
|
# Author: Jan Wagner <waja@cyconet.org>
|