diff --git a/debian/control b/debian/control index 30330ce5..2440a3ac 100644 --- a/debian/control +++ b/debian/control @@ -21,9 +21,9 @@ Description: bans IPs that cause multiple authentication errors easy specification of different actions to be taken such as to ban an IP using iptables or hostsdeny rules, or simply to send a notification email. Currently, by default, supports ssh/apache/vsftpd - but configuration can be easily extended for scanning the other ASCII - log files. All filters and actions are given in the config files, - thus fail2ban can be adopted to be used with a variety of files and + but configuration can be easily extended for monitoring any other ASCII + file. All filters and actions are given in the config files, thus + fail2ban can be adopted to be used with a variety of files and firewalls. . Homepage: http://www.sourceforge.net/projects/fail2ban diff --git a/debian/jail.conf b/debian/jail.conf index fa03811c..1e99612b 100644 --- a/debian/jail.conf +++ b/debian/jail.conf @@ -41,7 +41,7 @@ action = iptables[name=%(__name__)s, port=%(port)s] # in /etc/fail2ban/jail.local # -[ssh-iptables] +[ssh] enabled = true port = ssh @@ -53,7 +53,7 @@ maxretry = 6 # HTTP servers # -[apache-iptables] +[apache] enabled = false port = http @@ -65,7 +65,7 @@ maxretry = 6 # FTP servers # -[vsftpd-iptables] +[vsftpd] enabled = false port = ftp @@ -74,7 +74,7 @@ logpath = /var/log/auth.log maxretry = 6 -[proftpd-iptables] +[proftpd] enabled = false port = ftp @@ -86,7 +86,7 @@ maxretry = 6 # Mail servers # -[postfix-iptables] +[postfix] enabled = false port = smtp @@ -94,7 +94,7 @@ filter = postfix logpath = /var/log/postfix.log -[couriersmtp-iptables] +[couriersmtp] enabled = false port = smtp @@ -102,7 +102,7 @@ filter = couriersmtp logpath = /var/log/mail.log -[sasl-iptables] +[sasl] enabled = false port = smtp