mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Add a filter for qpsmtpd - needs current HEAD version of qpsmtpd
This commit is contained in:
parent
cb667edf17
commit
e934705e18
1 changed files with 11 additions and 0 deletions
11
config/filter.d/qpsmtpd.conf
Normal file
11
config/filter.d/qpsmtpd.conf
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
[Definition]
|
||||
|
||||
failregex = ^.*535 LOGIN authentication failed for .* from <HOST>$
|
||||
ignoreregex =
|
||||
|
||||
datepattern = ^%%a %%b %%d %%H:%%M:%%S %%Y
|
||||
|
||||
# DEV NOTES:
|
||||
#
|
||||
# Author: Tim Lavoie
|
||||
Loading…
Reference in a new issue