fail2ban/0.8.6/filter.d/postfix-sasl.local
2017-11-27 04:23:54 +01:00

15 lines
311 B
Plaintext

# Fail2Ban filter for postfix authentication failures
#
[INCLUDES]
before = common.conf
[Definition]
_daemon = postfix/smtpd
failregex = ^%(__prefix_line)swarning: [-._\w]+\[<HOST>\]: SASL (?:LOGIN|PLAIN|(?:CRAM|DIGEST)-MD5) authentication failed(:[ A-Za-z0-9+/]*={0,2})?\s*$
# Author: Yaroslav Halchenko