Report this

What is the reason for this report?

how to unblock port 547 on ubuntu droplet

Posted on September 26, 2019

i want to send email from registration form on PHP Codeigniter but its seem like port 547 is blocked



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.

Hi @amjadgul05,

You’ll need to allow access on the port. If you are using only IPtables, Digital Ocean have a pretty good article about how to do it - ARTICLE

If you have installed csf for instance, you can allow the mentioned port in the configuration file

/etc/csf/csf.conf

and then

TCP_OUT = some port, some port, 547, some port

I hope the above helps,

Kind regards, Kalin

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.