Port 995 โ POP3S
TCP ยท Port 995/TCP is used for the secure Post Office Protocol version 3 (POP3S) service, which allows email clients to securely retrieve email from a mail server. This protocol provides encryption and authentication for POP3 connections, ensuring that email data remains confidential during transmission. Secure POP3 services are essential for organizations that require strong security measures to protect sensitive information.
- Port Number
- 995
- Service Name
- POP3S
- Protocol
- TCP
- Common Software
- Dovecot, Courier
Security Notes
Review IANA registry for port 995 usage. Apply principle of least privilege - only open ports that are required.
FAQ
Port 995 is used for POP3S. Port 995/TCP is used for the secure Post Office Protocol version 3 (POP3S) service, which allows email clients to securely retrieve email from a mail server. This protocol provides encryption and authentication for POP3 connections, ensuring that email data remains confidential during transmission. Secure POP3 services are essential for organizations that require strong security measures to protect sensitive information. Common software: Dovecot, Courier.
Review IANA registry for port 995 usage. Apply principle of least privilege - only open ports that are required.
Use nmap: nmap -p 995 <target> or check locally: ss -tlnp | rg 995