servisys / ispconfig_setup

ISPConfig autoinstaller and setup
GNU General Public License v3.0
507 stars 257 forks source link

fail2ban fails to start #250

Closed aquada closed 5 years ago

aquada commented 6 years ago

After an install to Debian 9 (standard) the pureftpd entry is wrong /etc/fail2ban/jail.local

[pureftpd]
enabled = true
port = ftp
filter = pureftpd
logpath = /var/log/syslog
maxretry = 3

Should have a - on pureftpd Correct"

[pureftpd]
enabled = true
port = ftp
filter = pure-ftpd
logpath = /var/log/syslog
maxretry = 3
aquada commented 6 years ago

https://github.com/servisys/ispconfig_setup/pull/248