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]
|
|
|
|
|
2013-07-20 14:38:29 +00:00
|
|
|
_daemon = (?:cyrus/)?(?:imapd?|pop3d?)
|
|
|
|
|
2013-07-26 10:55:09 +00:00
|
|
|
failregex = ^%(__prefix_line)sbadlogin: \S+ ?\[<HOST>\] \S+ .*?\[?SASL\(-13\): 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>
|