Port 465 โ SMTPS
TCP ยท Port 465/TCP is used for the secure transmission of email messages over a TCP/IP network, utilizing SSL/TLS encryption to ensure confidentiality and integrity. This port is commonly used by mail servers to encrypt SMTP communications with client devices. As a security-relevant service, it plays a crucial role in protecting sensitive email data from interception and eavesdropping.
- Port Number
- 465
- Service Name
- SMTPS
- Protocol
- TCP
- Common Software
- Postfix, Exim
Security Notes
Review IANA registry for port 465 usage. Apply principle of least privilege - only open ports that are required.
FAQ
Port 465 is used for SMTPS. Port 465/TCP is used for the secure transmission of email messages over a TCP/IP network, utilizing SSL/TLS encryption to ensure confidentiality and integrity. This port is commonly used by mail servers to encrypt SMTP communications with client devices. As a security-relevant service, it plays a crucial role in protecting sensitive email data from interception and eavesdropping. Common software: Postfix, Exim.
Review IANA registry for port 465 usage. Apply principle of least privilege - only open ports that are required.
Use nmap: nmap -p 465 <target> or check locally: ss -tlnp | rg 465