Expose with care

Port 465 — SMTPS

Email submission over implicit TLS — the client connects and the whole session is encrypted from the start.

Port
465
Service
SMTPS
Protocol
TCP

Security guidance

Fine for mail clients. Modern practice favours 587 with STARTTLS, but 465 is well supported again.

Test port 465 yourself

From your own machine, against any host (swap in your domain):

macOS / Linux — netcat

nc -vz example.com 465

Any OS — nmap

nmap -p 465 example.com

Windows — PowerShell

Test-NetConnection example.com -Port 465

open = a service answered on port 465; closed = the host replied but nothing is listening; filtered = a firewall silently dropped the probe. These test from your network — our port checker tests from the outside, the view that matters for security.

Is port 465 open on your server?

Test it from outside your network — the only view that matters.

Check port 465