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

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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.
I see that port 25 is open on your droplet, try sending an email again. Does it work now?
Yes. It seems that 25 is closed. <br>How i can open 25 and all other POP3 and IMAP ports on CentOS? <br>Only with iptables? What should i write there?
First check your firewall settings, and ensure that both inbound and outbound traffic is allowed on port 25. If you are still getting the error message, then open up <b>/etc/postfix/main.cf</b> and look for the following line: <br><code>inet_interfaces = localhost</code><br /> <br><br /> <br>and make sure it’s commented out.