Port 110 โ€” POP3

TCP ยท Port 110/TCP is used for the Post Office Protocol version 3 (POP3), a protocol that allows email clients to retrieve email from a mail server. POP3 is commonly used by users who access their email from multiple devices or locations, as it enables them to download and manage their email messages remotely. This port is critical in network security as it provides a means for attackers to gain unauthorized access to user email accounts.

Port Number
110
Service Name
POP3
Protocol
TCP
Common Software
Dovecot, Courier

Security Notes

Review IANA registry for port 110 usage. Apply principle of least privilege - only open ports that are required.

FAQ

What is port 110 used for?

Port 110 is used for POP3. Port 110/TCP is used for the Post Office Protocol version 3 (POP3), a protocol that allows email clients to retrieve email from a mail server. POP3 is commonly used by users who access their email from multiple devices or locations, as it enables them to download and manage their email messages remotely. This port is critical in network security as it provides a means for attackers to gain unauthorized access to user email accounts. Common software: Dovecot, Courier.

Is port 110 dangerous to leave open?

Review IANA registry for port 110 usage. Apply principle of least privilege - only open ports that are required.

How do I check if port 110 is open?

Use nmap: nmap -p 110 <target> or check locally: ss -tlnp | rg 110