You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: update.sh
+8-1
Original file line number
Diff line number
Diff line change
@@ -352,6 +352,7 @@ adapt_new_options() {
352
352
"SPAMHAUS_DQS_KEY"
353
353
"SKIP_UNBOUND_HEALTHCHECK"
354
354
"DISABLE_NETFILTER_ISOLATION_RULE"
355
+
"HTTP_REDIRECT"
355
356
)
356
357
357
358
sed -i --follow-symlinks '$a\' mailcow.conf
@@ -637,7 +638,13 @@ adapt_new_options() {
637
638
echo'# Prevent netfilter from setting an iptables/nftables rule to isolate the mailcow docker network - y/n'>> mailcow.conf
638
639
echo'# CAUTION: Disabling this may expose container ports to other neighbors on the same subnet, even if the ports are bound to localhost'>> mailcow.conf
0 commit comments