mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Merge 6061c1694f into 8be17b0981
This commit is contained in:
commit
f64deacec4
2 changed files with 15 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
|
||||
4
fail2ban/tests/files/logs/qpsmtpd
Normal file
4
fail2ban/tests/files/logs/qpsmtpd
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Thu Aug 19 23:37:09 2021 host.domain.example.com[11793]: 535 LOGIN authentication failed for marta from 2.56.59.87
|
||||
Thu Aug 19 23:40:19 2021 host.domain.example.com[11798]: 535 LOGIN authentication failed for diana from 45.144.225.204
|
||||
Thu Aug 19 23:41:24 2021 host.domain.example.com[11799]: 535 LOGIN authentication failed for irene from 45.144.225.206
|
||||
Thu Aug 19 23:43:45 2021 host.domain.example.com[11843]: 535 LOGIN authentication failed for reality from 37.0.11.124
|
||||
Loading…
Reference in a new issue