Port 465/tcp has one of the most tangled histories in the IANA registry, and getting it right is a differentiator versus copycat port sites that still call it "deprecated SMTPS." The port was first registered around 1997 as smtps (SMTP over SSL), then revoked — RFC 8314 notes the original registration "made no sense" because MX-routed SMTP has no way to negotiate a port — and the slot was reassigned to an unrelated multicast service (urd, URL Rendezvous Directory for SSM). In January 2018, RFC 8314 re-designated 465 for "message submission over implicit TLS" under the service name submissions. The result is a genuine dual registration: the live IANA registry today lists both urd and submissions on TCP 465 (and igmpv3lite on UDP 465). For email, 465 is functionally equivalent to the 587 submission port but uses implicit TLS — the TLS handshake begins immediately on connect, before any SMTP exchange — which removes the cleartext negotiation window and saves a round-trip. The MSA must implement SMTP AUTH (RFC 4954) and the requirements of RFC 6409/RFC 5068. Because TLS is established up front, 465 is immune to the STARTTLS-stripping/command-injection attack class that affects 25/587; it remains subject to credential brute-force/password-spray if weak authentication is allowed, and RFC 8314 requires TLS 1.2+ with certificate hostname validation. For an analyst, an open 465/tcp indicates a mail submission agent offering implicit-TLS submission; verify certificate validity and hostname, confirm TLS ≥1.2, and check that AUTH is enforced. The correct present-tense statement is that 465 is an IANA-registered, RFC-endorsed implicit-TLS submission port — not deprecated.
submissions — "Message Submission over TLS protocol"; reference [RFC8314]; assignee IESG/IETF Chair; registered 2017-12-12. Dual registration: TCP 465 also carries the older urd ("URL Rendezvous Directory for SSM", contact Toerless Eckert, no reference); UDP 465 is igmpv3lite [IANA-assigned] — IANA Service Name and Transport Protocol Port Number Registryurd multicast-directory service [Community-reported/IANA-assigned] — RFC 8314