SMTP Port 25, 465, 587 or 2525 – How to Choose The Right SMTP Port?
Written by
Dibya Sahoo
dibya.sahoo
0

Subscribe for updates

SMTP Port 25, 465, 587 or 2525 – How to Choose The Right SMTP Port?

Published : May 15, 2020

Choosing an SMTP Port can be tricky. The first question that comes to our mind when we are setting up the Simple Mail Transfer Protocol SMTP Server is this. And correct me if I am wrong- Which is the best port for SMTP connectivity? There are multiple port options available, but which one should you use? Let me take you through the history of each port. It will give you a clear idea about all the ports and then we’ll discuss which one is best for SMTP connectivity.

History of SMTP Ports

In August 1982, USC/Information Sciences Institute submitted a proposal to the Internet Engineering Task Force (IETF). Request For Comments (RFC) 821 was published, establishing port 25 as the default transmission channel for internet email.

What do you mean by the Transmission Channel?

The SMTP transmission channel is a TCP connection established between the sender process port U and the receiver process port L. This connection is used as the transmission channel. This protocol is assigned the port 25, which is L=25 as the default transmission channel for communication between mail servers. Even after 3.5 decades, Port 25 is used as the primary means for transmitting emails between two mail servers.

In December of 1998, R. Gellens and J. Klensin submitted RFC 2476. This specifies the Internet standards track protocols for the internet community. SMTP was defined as a message *transfer* protocol, that is, a means to route (if needed) and deliver finished messages. However, SMTP is now also widely used as a message *submission* protocol, that is, a means for message user agents to introduce new messages into the MTA routing network.

The RFC proposed a splits message submission from message relay. This will benefit developers and network administrators by making it easy to implement authenticated submission, security policies and guard against unauthorized mail relaying. The RFC defined that Port 587 is reserved for email message submission.

Later on in early 1997, the IANA registered 465 for SMTPS. It was initially planned for the SMTPS encryption and authentication “wrapper” over SMTP. But the end of 1998, this was revoked in favor of STARTTLS over SMTP (RFC 3207). With STARTTLS, this port can be used with or without TLS. Despite that fact, there are many servers that support the deprecated protocol wrapper, primarily to support older clients that implemented SMTPS. Unless you need to support older clients, SMTPS and its use on port 465 should remain nothing more than a historical footnote.

Common SMTP Ports

Here are some of the most common SMTP Ports you should know about, namely Port 25, Port 465, 587-

Port 25

Port 25 is the oldest port. Request for Comments (RFC) 821 was published in 1982 when the University of Southern California submitted a proposal to the Internet Engineering Task Force (IETF), which established port 25 as the default transmission channel for internet email.

From 1982 till date, Port 25 is used as the default port to communicate email across the Internet using the SMTP. But the trend is changing now. Most SMTP clients are not using Port 25 because of many ISPs and hosting providers block or restrict SMTP connections on port 25. This is done to cut down a number of unsolicited emails that are sent from their networks. Unless you are specifically managing a mail server, you should have no traffic traversing this port on your server.

//Type the following command to see if Port 25 is blocked on your network.

telnet pepipost.com 25

//If Port 25 is not blocked, you will get a successful 220 response (text may vary).

Trying 202.162.247.93...

Connected to pepipost.com.

Escape character is '^]'.

220 pepipost.com ESMTP Postfix

//If Port 25 is blocked, you will get a connection error or no response at all.

Trying 202.162.247.93...

telnet: connect to address 202.162.247.93: Connection refused
telnet: Unable to connect to remote host

Port 465

Almost every ESP does not accept connections on port 465. Port 465 was never published by the Internet Engineering Task Force (IETF) as an official SMTP transmission channel but was registered as an SMTP port by the Internet Assigned Numbers Authority (IANA).

This port was initially used for the SMTPS encryption and authentication “wrapper” over SMTP. It was introduced to securely send emails using Secure Sockets Layer (SSL). SSL was commonly used for encrypting communications over the internet. By the end of 1998, IANA has reassigned this port number for a new service. But, still many services continue to offer the deprecated SMTPS interface on port 465. Service providers that maintain port 465 do so because older Microsoft applications do not support STARTTLS.

Don’t use port 465, because this port is no longer an accepted standard for SMTP.

Port 587

In 1998, RFC 2476 was submitted in order to add a new port for internet email communication. The concept of splitting the traditional message submission and message relay was proposed by the RFC. Thus port 587 was assigned to message submission to make sure that the new policy and security requirements don’t interfere with the traditional relay traffic over message relay port 25.

You should use port 587 as a default SMTP port. Almost all mail servers support this port. In fact, Port 587 is the one recommended for mail submissions instead of port 25 as per RFC 2476. But even if the mail server supports it, it may or may not be open for mail submissions. For that, you need to check with your administrator or with your hosting service provider. Because all larger hosting services do not support port 587. You can use the same technique as port 25 to check if Port 587 is blocked or not. Just use the following command:

telnet example.com 587

This port, coupled with TLS encryption, will ensure that email is submitted securely and following the guidelines set out by the IETF.

Pepipost supports TLS connections, which you can verify by connecting and issuing an EHLO command from the command line interface. The resultant “250 STARTTLS” confirms the endpoint accepts TLS connection requests.

telnet smtp.pepipost.com 587

Trying 202.162.242.95...

Connected to smtp.pepipost.com.

Escape character is '^]'.

220 pepipost.com

ehlo pepipost.com

250-smta2.pepipost.com

250-PIPELINING

250-SIZE 20783082

250-VRFY

250-ETRN

250-STARTTLS

Port 2525

Almost every ESP supports the use of Port 2525, even though this is not an official SMTP port and not endorsed by neither the IETF nor IANA. Port 2525 is used as an alternative to port 587 for SMTP, you can use this port if all the above ports are blocked. Let’s suppose, your services hosted on Google Compute Engine and you are experiencing connectivity issues on Port 587. In that case, you can try Port 2525. Since it is a non-traditional high port number, it is supported by consumer ISPs and cloud hosting providers. This port also supports TLS encryption.

Summary

To summarize,

  • SMTP port 587 is one of the best choices for nearly every use case for connecting to Pepipost
  • Port 25 is the default port used for relaying
  • Port 465 should no longer be used at all
  • Port 2525 used when all other port is blocked

I hope this information was helpful to make the right decision on the SMTP port.

Also Read-

Check if emails from your domain are landing in Spam – Email Blacklist Tool

Everything you need to know about SMTP Server.

Best SMTP Service Providers

SMTP Relay Service

Pepipost SMTP V/S Sendgrid SMTP

Best Sendgrid Alternatives

Amazon SES Alternatives

Best Mailgun Alternative

Want to configure Pepipost for your SMTP relay and email delivery? We have some good news. Apart from the best delivery and clean infrastructure, we also offer the best pricing that goes unmatched. Sign-up today for Pepipost!

Want to explore fascinating facets of email deliverability?

Learn from the best & gain a competitive edge for your email campaigns

Register now➡️

Unlock unmatched customer experiences,
get started now
Let us show you what's possible with Netcore.