Report this

What is the reason for this report?

How to unblock port 25 in IpTables?

Posted on September 20, 2013

Hello

Can someone please tell me how i can unblock port 25 in IpTables ?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Not by default. What OS are you using?

<pre>iptables -I INPUT -p tcp -m tcp --dport 25 -j ACCEPT</pre>

Thank you. Will that also save, so when i reboot it remembers it ?

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.