diff --git a/ChangeLog b/ChangeLog index ac60bb98..6eff46f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,7 @@ ver. 0.9.0 (2008/??/??) - alpha ---------- - Added new prefix remover. - Added ISO 8601 date/time format. +- Removed deprecated mail*.conf actions. ver. 0.8.3 (2008/??/??) - stable ---------- diff --git a/MANIFEST b/MANIFEST index 1165bf7f..9e72e7cd 100644 --- a/MANIFEST +++ b/MANIFEST @@ -86,10 +86,6 @@ config/action.d/iptables-allports.conf config/action.d/iptables-multiport.conf config/action.d/iptables-multiport-log.conf config/action.d/iptables-new.conf -config/action.d/mail.conf -config/action.d/mail-buffered.conf -config/action.d/mail-whois.conf -config/action.d/mail-whois-lines.conf config/action.d/sendmail.conf config/action.d/sendmail-buffered.conf config/action.d/sendmail-whois.conf diff --git a/config/action.d/mail-buffered.conf b/config/action.d/mail-buffered.conf deleted file mode 100644 index da7f2d68..00000000 --- a/config/action.d/mail-buffered.conf +++ /dev/null @@ -1,88 +0,0 @@ -# Fail2Ban configuration file -# -# Author: Cyril Jaquier -# -# $Revision: 668 $ -# - -[Definition] - -# Option: actionstart -# Notes.: command executed once at the start of Fail2Ban. -# Values: CMD -# -actionstart = printf %%b "Hi,\n - The jail has been started successfully.\n - Output will be buffered until lines are available.\n - Regards,\n - Fail2Ban"|mail -s "[Fail2Ban] : started" - -# Option: actionstop -# Notes.: command executed once at the end of Fail2Ban -# Values: CMD -# -actionstop = if [ -f ]; then - printf %%b "Hi,\n - These hosts have been banned by Fail2Ban.\n - `cat ` - Regards,\n - Fail2Ban"|mail -s "[Fail2Ban] : Summary" - rm - fi - printf %%b "Hi,\n - The jail has been stopped.\n - Regards,\n - Fail2Ban"|mail -s "[Fail2Ban] : stopped" - -# Option: actioncheck -# Notes.: command executed once before each actionban command -# Values: CMD -# -actioncheck = - -# Option: actionban -# Notes.: command executed when banning an IP. Take care that the -# command is executed with Fail2Ban user rights. -# Tags: IP address -# number of failures -#