changed section names - removed -iptables. adjusted description

debian-releases/etch
Yaroslav Halchenko 18 years ago
parent 571c3d8c92
commit 8d3b4630f3

6
debian/control vendored

@ -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

14
debian/jail.conf vendored

@ -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

Loading…
Cancel
Save