mirror of https://github.com/fail2ban/fail2ban
ENH: rename sendmail-spam to sendmail-reject
parent
d34569fb8d
commit
c10cc20928
|
@ -17,7 +17,7 @@ ver. 0.8.13 (2014/XX/XXX) - maintenance-only-from-now-on
|
|||
|
||||
- New Features:
|
||||
- filter nagios - detects unauthorized access to the nrpe daemon (Ivo Truxa)
|
||||
- filter sendmail-{auth,spam} (jserrachinha and cepheid666).
|
||||
- filter sendmail-{auth,reject} (jserrachinha and cepheid666 and fab23).
|
||||
|
||||
- Enhancements:
|
||||
- filter pureftpd - added all translations of "Authentication failed for
|
||||
|
|
4
MANIFEST
4
MANIFEST
|
@ -103,6 +103,8 @@ testcases/files/logs/qmail
|
|||
testcases/files/logs/recidive
|
||||
testcases/files/logs/sieve
|
||||
testcases/files/logs/selinux-ssh
|
||||
testcases/files/logs/sendmail-auth
|
||||
testcases/files/logs/sendmail-reject
|
||||
testcases/files/logs/suhosin
|
||||
testcases/files/logs/uwimap-auth
|
||||
testcases/files/logs/wuftpd
|
||||
|
@ -173,7 +175,7 @@ config/filter.d/pam-generic.conf
|
|||
config/filter.d/php-url-fopen.conf
|
||||
config/filter.d/postfix-sasl.conf
|
||||
config/filter.d/sendmail-auth.conf
|
||||
config/filter.d/sendmail-spam.conf
|
||||
config/filter.d/sendmail-reject.conf
|
||||
config/filter.d/sieve.conf
|
||||
config/filter.d/solid-pop3d.conf
|
||||
config/filter.d/squid.conf
|
||||
|
|
|
@ -165,11 +165,11 @@ action = iptables-multiport[name=sendmail-auth, port="submission,465,smtp", pr
|
|||
logpath = /var/log/mail.log
|
||||
|
||||
|
||||
[sendmail-spam]
|
||||
[sendmail-reject]
|
||||
|
||||
enabled = false
|
||||
filter = sendmail-spam
|
||||
action = iptables[name=sendmail-spam, port=smtp, protocol=tcp]
|
||||
filter = sendmail-reject
|
||||
action = iptables[name=sendmail-reject, port=smtp, protocol=tcp]
|
||||
logpath = /var/log/mail.log
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue