Still can't send emails

Linode Staff

I recently had the SMTP email port restrictions lifted from my account but I'm still not able to send emails. I setup my DNS records and rDNS is configured properly. Is there something I missed?

1 Reply

From what you’ve mentioned, it sounds like you may have missed making changes to the firewall within your Linode. Even after restrictions have been lifted from our side, you will still need to open the mailing ports from within your Linode via the firewall configuration before you can start sending mail. This will need to be done using an SSH terminal or the Lish console from within the Linode Manager.

You can open these ports by running a few commands but in the end, the exact command to run will depend on your Linode's distribution and your firewall. The following post covers a few different ways to open a port on your Linode so I’d start here:

---> How do I open a port in my Linode's firewall?

Once you've made the necessary changes, you can confirm which ports are being used with a command like:

netstat -ltp

This (plus other ways to check on your Linode's ports) is covered in more detail in the following guide:

---> Linode Documentation: How to Check Which Ports Are in Use on Your Linux System


Note for while you're working on this:
The default mailing ports for most mailing services are 25, 465, 587.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct