Expose with care

Port 995 — POP3S

POP3 over TLS.

Port
995
Service
POP3S
Protocol
TCP

Security guidance

Fine if you still need POP3; IMAP is the better default.

Test port 995 yourself

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

macOS / Linux — netcat

nc -vz example.com 995

Any OS — nmap

nmap -p 995 example.com

Windows — PowerShell

Test-NetConnection example.com -Port 995

open = a service answered on port 995; 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 995 open on your server?

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

Check port 995