Should not be public

Port 143 — IMAP

Mail access that leaves messages on the server and syncs across devices.

Port
143
Service
IMAP
Protocol
TCP

Security guidance

Use IMAPS on 993 instead; plain IMAP exposes credentials.

Test port 143 yourself

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

macOS / Linux — netcat

nc -vz example.com 143

Any OS — nmap

nmap -p 143 example.com

Windows — PowerShell

Test-NetConnection example.com -Port 143

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

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

Check port 143