Skip to content

Instantly share code, notes, and snippets.

@jhonnrodr
Created August 5, 2015 09:47
Show Gist options
  • Save jhonnrodr/0954ce04f71347e16d13 to your computer and use it in GitHub Desktop.
Save jhonnrodr/0954ce04f71347e16d13 to your computer and use it in GitHub Desktop.
vi etc/sysconfig/iptables
pegar:
-A INPUT -p tcp --dport 25 -j ACCEPT
-A INPUT -p tcp --dport 587 -j ACCEPT
-A INPUT -p tcp --dport 465 -j ACCEPT
luego: service iptables restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment