home · contact · privacy
Remove port 443 workaround for blocked SSH port; too rare an issue.
[config] / all_new_2018 / setup_mail.sh
index d65f0a75295e4a334f8456fd702477f9c16a0e80..edd53194624ccd343e1d685f1dacd037c3350830 100755 (executable)
@@ -39,6 +39,8 @@ if [ "${domainwide}" = "domainwide" ]; then
 else
     sed -i 's/REPLACE_mydomain_if_domainwide_ECALPER//g' /etc/postfix/main.cf
 fi
+# Since we re-set the iptables rules, we need to reload them.
+iptables-restore /etc/iptables/rules.v4
 
 # Some useful debconf selections.
 echo "postfix postfix/main_mailer_type string 'Internet Site'" | debconf-set-selections
@@ -59,3 +61,4 @@ if [ "${add_dkim_record}" -eq "1" ]; then
     echo "TODO: Add the following DKIM entry to your DNS configuration (possibly with slightly changed host entry – if your mail domain includes a subdomain, append that with a dot):"
     cat "${dkim_selector}.txt"
 fi
+echo "TODO: passwd plom"