Port 110 — POP3

Post Office Protocol v3. Downloads emails from a server. Older protocol — IMAP is preferred.

Is Port 110 Open on Your Server?

Test it now with our Port Scanner

Port 110 Details

Port110
ServicePOP3
ProtocolTCP
EncryptedNo
Common UsePost Office Protocol v3

How to Check Port 110

Online: Use our Port Scanner — enter your IP and port 110.

Command line:

nc -zv your-server-ip 110 (Mac/Linux)

Test-NetConnection -ComputerName your-server-ip -Port 110 (PowerShell)

Check locally:

ss -tlnp | grep :110 (Linux)   netstat -an | findstr :110 (Windows)

Related Ports

Port Scanner · How to Check if a Port Is Open · Port Forwarding Guide · All Tools

All Tools · Learn · SamNet