home · contact · privacy
WIP.
[config] / all_new_2018 / linkable_etc_files / server / etc / iptables / rules.v4
index 3e518d5079c9cba91c032c06ebdd35e82e956cbe..7eff1b0d1f969f7cec333eca9a65d96fadb77d66 100644 (file)
@@ -10,7 +10,6 @@
 -A INPUT -p tcp --dport 22 -j ACCEPT
 # HTTP; uncomment for creating LetsEncrypt certificates in standalone mode.
 #-A INPUT -p tcp --dport 80 -j ACCEPT
-# SMTP (allowing for STARTTLS); necessary for mail server to mail server banter
 # HTTPS in theory, in practice my second SSH port, see sshd_config
 -A INPUT -p tcp --dport 443 -j ACCEPT
 # SMTP (allowing for STARTTLS); necessary for mail server to mail server banter