mirror of https://github.com/fail2ban/fail2ban
ENH: postfix filter -- react also on (450 4.7.1) with empty from/to. fixes #126
parent
c06b7abb46
commit
91d5736c12
|
@ -15,6 +15,7 @@
|
||||||
# Values: TEXT
|
# Values: TEXT
|
||||||
#
|
#
|
||||||
failregex = reject: RCPT from (.*)\[<HOST>\]: 554
|
failregex = reject: RCPT from (.*)\[<HOST>\]: 554
|
||||||
|
reject: RCPT from (.*)\[<HOST>\]: 450 4\.7\.1 : Helo command rejected: Host not found; from=<> to=<> proto=ESMTP helo= *$
|
||||||
|
|
||||||
# Option: ignoreregex
|
# Option: ignoreregex
|
||||||
# Notes.: regex to ignore. If this regex matches, the line is ignored.
|
# Notes.: regex to ignore. If this regex matches, the line is ignored.
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
# per https://github.com/fail2ban/fail2ban/issues/125
|
||||||
|
# and https://github.com/fail2ban/fail2ban/issues/126
|
||||||
|
Feb 21 09:21:54 xxx postfix/smtpd[14398]: NOQUEUE: reject: RCPT from example.com[192.0.43.10]: 450 4.7.1 : Helo command rejected: Host not found; from=<> to=<> proto=ESMTP helo=
|
Loading…
Reference in New Issue