Should not be public

Port 110 — POP3

Legacy mail retrieval that downloads messages to one device.

Port
110
Service
POP3
Protocol
TCP

Security guidance

Unencrypted. Use POP3S (995) or, better, IMAP over TLS (993).

Test port 110 yourself

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

macOS / Linux — netcat

nc -vz example.com 110

Any OS — nmap

nmap -p 110 example.com

Windows — PowerShell

Test-NetConnection example.com -Port 110

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

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

Check port 110