Skip to content

Commit e44ec98

Browse files
committed
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 parent c91bdc4 commit e44ec98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

install/dist/lib/debian60.lib.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,10 @@ public function configure_apache() {
106106
}
107107

108108
public function configure_fail2ban() {
109+
/*
109110
copy('tpl/dovecot-pop3imap.conf.master',"/etc/fail2ban/filter.d/dovecot-pop3imap.conf");
110111
copy('tpl/dovecot_fail2ban_jail.local.master','/etc/fail2ban/jail.local');
112+
*/
111113
}
112114
}
113115

0 commit comments

Comments
 (0)