Created
August 5, 2015 09:47
-
-
Save jhonnrodr/0954ce04f71347e16d13 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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