SMTP over TLS (implicit TLS). Modern way to send email through an authenticated client. Standard TCP port, used by the SMTPS service.
Free online tool — ping & port checker: instant results, no signup.
Port 465 is reserved by IANA for the SMTPS service. SMTP over TLS (implicit TLS). Modern way to send email through an authenticated client.
To find out if port 465 is open on your host (or a third-party's — for diagnostics), use our port checker. Enter a domain and a port number — results arrive in 1-2 seconds.
An open port is a potential attack vector. General rules:
SMTP over TLS (SMTPS) is a protocol that enhances the standard Simple Mail Transfer Protocol (SMTP) by adding a layer of security through encryption. This is essential for protecting sensitive information during email transmission. SMTPS operates on port 465, which is specifically allocated for encrypted email communication.
When a client connects to an SMTPS server, it initiates a secure session using Transport Layer Security (TLS). This process typically involves the following steps:
This process ensures that the email content, including attachments and headers, remains confidential and protected from interception. SMTPS is particularly important for organizations that handle sensitive data or operate in regulated industries.
Verifying connectivity to port 465 is a crucial step in troubleshooting email delivery issues. There are several methods you can use to check if the port is open and responsive. Here are some practical examples:
telnet mail.example.com 465If the connection is successful, you will see a response from the server. If the port is blocked, you will receive an error message.
openssl s_client -connect mail.example.com:465This command attempts to connect to the mail server on port 465 and will provide detailed output about the SSL/TLS handshake process. If the connection is established, you will see information about the certificate and encryption used.
nmap -p 465 mail.example.comThis will check the status of port 465 and provide details on whether it is open, closed, or filtered. Utilizing these methods ensures that you can effectively troubleshoot issues related to SMTPS connectivity.
While port 465 is a standard for SMTPS, various issues can arise that impact its functionality. Understanding these common problems and their solutions is essential for maintaining a reliable email service.
To resolve this, configure your firewall rules to permit traffic through port 465. This may involve creating specific rules for your mail server’s IP address.
Double-check settings such as:
Certificate Issues: If you encounter problems related to SSL/TLS certificates, ensure that the certificate is valid, properly installed, and not expired. Mismatched domain names or self-signed certificates can also cause connection failures.
To troubleshoot, you can use the OpenSSL command mentioned earlier to verify the certificate details and check for any discrepancies.
By recognizing these common issues and applying the appropriate troubleshooting steps, you can maintain seamless email communication over port 465.
Every open port is an attacker's entry point. If the service is not used (or uses a different port), close it to minimise attack surface.
From a local machine: nc -zv hostname 465 or telnet hostname 465. The online checker is simpler — from different IPs, one click.
Free plan — 10 monitors, checks every 5 min, no card required. Upgrade for 1-minute interval and multi-region monitoring.