POP3 over SSL. Encrypted email download.
Test it now with our Port Scanner
| Port | 995 |
|---|---|
| Service | POP3S |
| Protocol | TCP |
| Encrypted | Yes (TLS/SSL) |
| Common Use | POP3 over SSL |
Online: Use our Port Scanner — enter your IP and port 995.
Command line:
nc -zv your-server-ip 995 (Mac/Linux)
Test-NetConnection -ComputerName your-server-ip -Port 995 (PowerShell)
Check locally:
ss -tlnp | grep :995 (Linux) netstat -an | findstr :995 (Windows)