2013-10-30 13:02:59 +00:00
|
|
|
# Fail2Ban filter for postfix authentication failures
|
2006-10-02 13:42:36 +00:00
|
|
|
#
|
|
|
|
|
2013-10-05 08:59:41 +00:00
|
|
|
[INCLUDES]
|
|
|
|
|
|
|
|
before = common.conf
|
|
|
|
|
2006-10-02 13:42:36 +00:00
|
|
|
[Definition]
|
|
|
|
|
2016-02-23 19:23:04 +00:00
|
|
|
_daemon = postfix(-\w+)?/(submission/)?smtp(d|s)
|
2013-10-05 08:59:41 +00:00
|
|
|
|
2015-02-03 18:27:10 +00:00
|
|
|
failregex = ^%(__prefix_line)swarning: [-._\w]+\[<HOST>\]: SASL ((?i)LOGIN|PLAIN|(?:CRAM|DIGEST)-MD5) authentication failed(: [ A-Za-z0-9+/:]*={0,2})?\s*$
|
2006-11-12 14:52:36 +00:00
|
|
|
|
2015-02-03 18:27:10 +00:00
|
|
|
ignoreregex = authentication failed: Connection lost to authentication server$
|
2014-09-13 14:18:37 +00:00
|
|
|
|
2014-08-11 19:54:27 +00:00
|
|
|
[Init]
|
|
|
|
|
|
|
|
journalmatch = _SYSTEMD_UNIT=postfix.service
|
|
|
|
|
|
|
|
|
2013-10-30 13:02:59 +00:00
|
|
|
# Author: Yaroslav Halchenko
|