tbrehm
2011-09-26 e44ec98e1548598510348b10b3ae7c289dc763c0
Fixed: FS#1754 - Fatal error during installation on non-Debian/Ubuntu systems
- I had to remove the fail2ban caonfig for now as its incomplete and adds rules for dovecot on courier systems.
It is planned to add a complete fail2ban configuration in one of the next releases.
1 files modified
2 ■■■■■ changed files
install/dist/lib/debian60.lib.php 2 ●●●●● patch | view | raw | blame | history
install/dist/lib/debian60.lib.php
@@ -106,8 +106,10 @@
    }
    public function configure_fail2ban() {
    /*
        copy('tpl/dovecot-pop3imap.conf.master',"/etc/fail2ban/filter.d/dovecot-pop3imap.conf");
        copy('tpl/dovecot_fail2ban_jail.local.master','/etc/fail2ban/jail.local');
    */
    }
}