Port 110 (POP3): What It Is & Security Guide

May 16, 2026
Updated May 16, 2026 Port Security Guides port 110 pop3 port 110 security what is port 110 open port 110 pop3 vulnerabilities email security legacy email protocol close port 110 secure pop3

What is Port 110 (POP3)? Understanding a Legacy Email Protocol

In the vast landscape of network communication, ports serve as endpoints for specific services and applications. Among these, Port 110 holds a significant, albeit increasingly outdated, role in email retrieval. This port is exclusively dedicated to the Post Office Protocol version 3 (POP3), a foundational protocol for downloading emails from a mail server to a local client.

For decades, POP3 on Port 110 was the standard method for users to access their inboxes. When you configured an email client like Outlook Express or Thunderbird in the early days of the internet, you were likely setting it up to connect to Port 110. Its primary function is simple: connect to the server, authenticate, download all new messages, and then typically delete them from the server, leaving only local copies.

While its simplicity was once a strength, the modern internet demands robust security, and this is where Port 110 falls short. Operating over TCP (Transmission Control Protocol), POP3 on Port 110 transmits data, including sensitive login credentials and email content, in plaintext. This fundamental lack of encryption exposes users and organizations to significant security risks, making it a prime target for attackers.

Understanding Port 110 is crucial for anyone managing network security or email infrastructure. Despite the advent of more secure protocols like POP3S (POP3 Secure on Port 995) and IMAPS (IMAP Secure on Port 993), Port 110 still exists on many legacy systems and misconfigured servers, presenting a high-risk vulnerability. This guide will delve into the technical specifics of Port 110, detail its security implications, outline common attack vectors, and provide actionable steps to secure or, ideally, disable it to protect your digital communications.

Want to check your site right now?

Port Scanner →  ·  Website Vulnerability Scanner

Port 110 Technical Details: The Mechanics of POP3

To fully grasp the security implications of Port 110, it's essential to understand its technical underpinnings and how the POP3 protocol operates.

AttributeDetail
Port Number110
ProtocolTCP (Transmission Control Protocol)
ServicePOP3 (Post Office Protocol v3)
Risk LevelHigh
FunctionRetrieving emails from a mail server to a client
Default EncryptionNone (plaintext)

POP3 is a simple, client-server protocol designed specifically for email retrieval. Here's a breakdown of its operational flow:

  1. Connection Establishment: An email client (e.g., Outlook, Thunderbird) initiates a TCP connection to the mail server on Port 110.
  2. Authentication: Once connected, the client sends username and password credentials to the server. Crucially, in standard POP3 on Port 110, these credentials are sent unencrypted, often in base64 encoding which is easily reversible.
  3. Transaction State: After successful authentication, the client enters a transaction state. It can then issue commands to list available messages, retrieve specific messages, or delete messages from the server.
  4. Update State: Once the client is finished, it sends a QUIT command. The server then performs any requested deletions and closes the connection.

A key characteristic of POP3 is its 'download and delete' model. By default, once emails are downloaded to the client, they are removed from the server. This design was efficient in an era of limited server storage and slow internet connections, as it minimized server load and allowed users to access emails offline. However, it also means emails are not synchronized across multiple devices, a feature that IMAP (Internet Message Access Protocol) later addressed.

The most critical technical detail regarding Port 110's security is its reliance on plaintext communication. Every piece of information exchanged – from your username and password to the actual content of your emails – is transmitted in an unencrypted, readable format. This makes it incredibly vulnerable to interception by anyone with access to the network path between your client and the mail server. While a secure version, POP3S, exists on Port 995 and uses SSL/TLS encryption, Port 110 offers no such protection by default, making it a relic of a less security-conscious internet era.

Security Risks of an Open Port 110

An open Port 110, especially when exposed to the internet, represents a significant security liability for individuals and organizations. The fundamental design of POP3 on this port, lacking inherent encryption, creates a fertile ground for various cyberattacks. The risk level associated with Port 110 is unequivocally high.

Common Attacks Targeting Port 110

The inherent vulnerabilities of POP3 on Port 110 make it a frequent target for various cyberattacks. Understanding these common attack vectors is crucial for developing effective defense strategies.

How to Check if Port 110 is Open

Before you can secure Port 110, you need to determine if it's currently open and accessible on your network or server. There are several methods to check port status, ranging from command-line tools to online scanners.

Using Nmap (Network Mapper)

Nmap is a powerful, open-source tool for network discovery and security auditing. It's the go-to utility for checking port statuses.

1. Basic Port Scan: To check if Port 110 is open on a specific target (IP address or hostname):

nmap -p 110 target.com

Replace target.com with the actual IP address or domain name of the server you want to check. If the port is open, Nmap will report its state as 'open'.

2. Service Version Detection: To get more details about the service running on Port 110, including its version, which can be useful for identifying potential vulnerabilities:

nmap -sV -p 110 target.com

This command attempts to determine the service and its version number, providing valuable context.

Using Telnet

Telnet can be used for a quick, basic check to see if a port is listening. If it connects, the port is open.

telnet target.com 110

If you see a connection message (e.g., '+OK POP3 server ready'), the port is open. If it hangs or gives a connection refused error, it's likely closed or blocked.

Using Netcat (nc)

Netcat is another versatile networking utility:

nc -zv target.com 110

The -z flag tells Netcat to simply scan for listening daemons without sending any data, and -v provides verbose output.

Online Port Scanners

For a quick, free online check without installing software, you can use web-based port scanners. These tools allow you to enter an IP address or domain and check the status of specific ports from an external perspective. For example, you can use the Secably Port Scanner to scan port 110 on your public IP address or domain. This is particularly useful for verifying external accessibility.

By regularly checking your ports, especially those known for high risk like Port 110, you can maintain better visibility into your network's security posture and identify potential vulnerabilities before attackers do.

Free Security Tools

Scan your website, check open ports, find subdomains — no signup required.

See all tools →

How to Secure Port 110: Best Practices for Email Security

Given the high-risk nature of Port 110, securing it is paramount for protecting sensitive email communications and preventing unauthorized access. The best approach often involves disabling it entirely or migrating to more secure alternatives. Here are comprehensive steps to harden your systems against Port 110 vulnerabilities:

When Should Port 110 Be Open? (And Why You Should Reconsider)

Given the significant security risks associated with Port 110, the general recommendation is to keep it closed to the internet and, ideally, disabled entirely. However, there are very specific, and increasingly rare, scenarios where Port 110 might still be legitimately open, primarily within controlled environments.

Legitimate (but risky) Use Cases:

  1. Legacy Email Clients: Some very old email clients or specialized applications may only support POP3 on Port 110 and lack the capability to use POP3S (Port 995) with SSL/TLS encryption. In such cases, organizations might keep Port 110 open for these specific clients. This is a significant compromise of security and should be phased out immediately.
  2. Internal Network Access Only: In highly controlled internal networks, Port 110 might be open for internal clients to retrieve emails from an internal mail server. Even in this scenario, it's still preferable to use POP3S or IMAPS, as internal networks are not immune to threats like insider attacks or compromised devices. If Port 110 is used internally, it must be strictly firewalled to prevent any external access whatsoever.
  3. Specific, Isolated Test Environments: Developers or security researchers might temporarily open Port 110 in isolated lab environments for testing legacy systems or analyzing vulnerabilities. These environments must be completely air-gapped or strictly firewalled from production networks and the internet.

Why You Should Reconsider:

Even in the above scenarios, the risks often outweigh the benefits. The plaintext transmission of credentials and email content makes Port 110 a low-hanging fruit for attackers. Modern email clients and servers universally support encrypted protocols like POP3S (Port 995) and IMAPS (Port 993). Migrating to these secure alternatives provides robust protection against eavesdropping, credential theft, and man-in-the-middle attacks.

If you find Port 110 open on your network, it should immediately raise a red flag. Unless there is an absolutely critical, unavoidable, and thoroughly risk-assessed reason for its existence, and it is protected by multiple layers of security, the default action should be to close or disable it. Prioritize the security of your email communications by embracing encrypted protocols.

Is port 110 dangerous?

Yes, Port 110 is considered highly dangerous when exposed to the internet. It uses the POP3 protocol, which transmits all data, including usernames, passwords, and email content, in plaintext (unencrypted). This makes it extremely vulnerable to packet sniffing, brute-force attacks, and man-in-the-middle attacks, allowing attackers to easily steal credentials and sensitive information.

Should I close port 110?

In almost all cases, yes, you should close Port 110. Modern email clients and servers support secure alternatives like POP3S (Port 995) or IMAPS (Port 993), which encrypt all communications using SSL/TLS. Unless you have a very specific, legacy requirement that cannot be avoided and is protected by stringent internal network controls, closing Port 110 is a critical step to enhance your email security posture.

How do I block port 110?

You can block Port 110 using your operating system's firewall or a network firewall. Here are common commands for Linux systems:

Using Iptables:

sudo iptables -A INPUT -p tcp --dport 110 -j DROP\nsudo iptables -A FORWARD -p tcp --dport 110 -j DROP\nsudo service netfilter-persistent save\nsudo systemctl enable netfilter-persistent

Using UFW (Uncomplicated Firewall):

sudo ufw deny 110/tcp\nsudo ufw enable

For Windows, you can block ports via the Windows Defender Firewall with Advanced Security. For network firewalls, consult your device's documentation to create a rule that denies inbound TCP traffic on port 110.

What runs on port 110 by default?

By default, Port 110 runs the Post Office Protocol version 3 (POP3) service. This protocol is used by email clients to retrieve emails from a mail server. When an email client connects to Port 110, it authenticates with the server and downloads new messages, typically deleting them from the server after successful download.

Scan for these vulnerabilities

Secably automatically detects the issues discussed in this article.

Start Free Scan