December 9, 2024 in Cloud Computing, Email Services, Security by Arjun Hemrajani2 minutes
This article explains why port 25 is blocked in the cloud, the risks it mitigates, and how to adopt secure email delivery practices using ports 587, 465, or third-party services.
Port 25 is the default port for sending emails via SMTP. It is primarily used for:
Cloud environments are often exploited by spammers to send massive amounts of unsolicited emails. Blocking port 25 helps prevent these platforms from being blacklisted by email providers.
Unrestricted access to port 25 can lead to:
Blocking port 25 ensures compliance with email regulations and anti-spam laws.
Modern email standards recommend using ports like 587 (STARTTLS) and 465 (SSL), which provide encryption.
Blocking port 25 can disrupt:
Cloud providers must balance usability with security, minimizing abuse while maintaining customer satisfaction. As Cloud provider we don’t want our IPs to be classified as abuse IPs.
Leverage trusted email service providers like:
Some cloud providers allow users to request access to port 25 for legitimate use cases:
Authenticate Outgoing Emails Use SPF, DKIM, and DMARC records to improve email deliverability and prevent spam.
Monitor Email Usage Regularly audit email-sending infrastructure for anomalies.
Adopt Secure Protocols Always use encrypted ports (587 or 465) for sending emails.
Blocking port 25 is a necessary step for cloud providers to enhance security and prevent abuse. While it may inconvenience some users, secure alternatives like ports 587 and 465, or third-party email services, offer reliable and scalable solutions. By adopting these practices, users can ensure secure and compliant email delivery in the cloud.
In Excloud port 25 is open inside your private subnet so you can do SMTP testing within your subnet but we block port 25 from egressing to the internet.
Go ahead and create your first free instance using this guide to test your SMTP server.