Hi there,
I have installed Postfix on a droplet, and configured it to work on ports 25 and 587.
I’m unable to make a connection remotely.
If I do the following from the droplet itself:
> telnet localhost 587
I get a reply from Postfix.
However if from my either my local system or the droplet itself I do:
> telnet server.domain.com 587
I get:
Unable to connect to remote host: Connection refused
I have read that DigitalOcean often block ports 25 and 587 by default, but I have contacted support and been assured by multiple agents that they are not blocking those ports on our droplet.
Is there anything else I can try?
Thanks,
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.
Hello,
This sounds like that you might have a firewall on your Droplet. If this is the case you need to open port 587 for incoming and outgoing TCP connections, for example if you are using Ubuntu and if you have UFW enabled, you could open the 587 port with this command:
Also, check the if Postfix is binding correctly on
0.0.0.0
:Output:
Let me know how it goes! Regards, Bobby