[Rspamd, PHP-FPM] Mount Rspamd maps, set correct permissions (WIP: edit in UI)

[PHP-FPM] Update image, fixes #3091
[Web] Netfilter: Do not auto restart netfilter-mailcow but add a small hint to restart netfilter-mailcow after adding a ban to perm bans
[Web] Remove unused js script parameter
This commit is contained in:
andryyy
2019-10-25 08:31:31 +02:00
parent ccd9d934d6
commit bdf56971d5
6 changed files with 27 additions and 9 deletions

View File

@@ -131,7 +131,7 @@ function fail2ban($_action, $_data = null) {
if (valid_network($network)) {
$redis->hSet('F2B_BLACKLIST', $network, 1);
$redis->hDel('F2B_WHITELIST', $network, 1);
$response = docker('post', 'netfilter-mailcow', 'restart');
//$response = docker('post', 'netfilter-mailcow', 'restart');
}
else {
$_SESSION['return'][] = array(