The Complete Guide to Port 25 and Cloud Email Servers
Port 25 is the gateway to running your own mail server — and almost every cloud blocks it. This guide explains why, and how to get an account that works.
What is port 25?
Port 25 is the standard TCP port for SMTP — the protocol mail servers use to send email to each other. Without outbound port 25, your server cannot deliver mail directly to recipients.
This is why port 25 access is essential for anyone running their own mail server, SMTP relay, or transactional email infrastructure.
Why providers block it
Cloud providers block outbound port 25 by default on new accounts to combat spam. Spammers love spinning up cheap cloud instances to blast email, so providers lock the port until you prove legitimate use.
Getting it unblocked typically means filing a support request explaining your use case — a process that takes days and is sometimes denied for new accounts.
The shortcut: pre-approved accounts
Cloudrix sells accounts with port 25 already open on DigitalOcean, Linode, IBM Cloud, Kamatera, and Atlantic.Net. These skip the support-ticket process entirely — deploy your mail server immediately.
DigitalOcean open-port accounts are the most popular for their balance of price, performance, and developer experience.
Getting good deliverability
Open port 25 is necessary but not sufficient. For inbox placement you also need: a clean sending IP, proper SPF, DKIM, and DMARC DNS records, reverse DNS (PTR) configured, and gradual IP warm-up. Follow these and your self-hosted mail will land reliably.
A working setup, step by step
Provision a pre-approved open-port account and point an A record at it. Set a PTR/reverse-DNS record so the IP resolves back to your mail hostname — many providers let you set this in the dashboard, and missing it is the #1 cause of rejected mail.
Install Postfix (or a relay like Haraka), then publish three DNS records: SPF (authorise your IP to send), DKIM (cryptographically sign every message), and DMARC (tell receivers what to do with fakes). Test against mail-tester.com and Google Postmaster Tools until you score 10/10.
Finally, warm up. Start with a few hundred messages a day to engaged recipients and ramp gradually over 2–4 weeks. A brand-new IP that suddenly blasts 100,000 emails looks exactly like a spammer, open port or not.