When delving into the world of email communication protocols, it’s essential to understand the roles that ports play, especially with the POP3 and POP3S protocols. These ports—110 and 995 respectively—are fundamental in how email clients interact with mail servers. Developers, IT professionals, and even casual users should grasp when and why to use each of these ports for secure and efficient email delivery and retrieval.
What is POP3?
Post Office Protocol version 3 (POP3) is one of the oldest methods of retrieving email from a server to a local email client. Once the mail is downloaded using POP3, it is usually removed from the server by default. This makes POP3 ideal for users who want to store their emails locally and free up server storage space.
POP3 works over TCP port 110 and is considered less secure unless combined with additional layers of security such as SSL/TLS.
What is POP3S?
POP3S, a secure extension of POP3, employs SSL (Secure Sockets Layer) or TLS (Transport Layer Security) to encrypt the communication between the email client and server. This secure version operates through TCP port 995, providing confidentiality and data integrity during transmission.

Encryption in POP3S ensures that your login credentials and email content are shielded from prying eyes, which is especially critical for users accessing their email over public or untrusted networks.
Port 110 – When to Use It
Port 110 is the default port for unencrypted POP3 communication. While some servers may support STARTTLS commands to upgrade the connection to a secure one, many implementations either don’t support it or require manual configuration. As such, port 110 is:
- Suitable for servers and clients within a secure internal network.
- A choice when working with legacy systems not configured to support SSL/TLS.
- Faster at establishing connections since it doesn’t negotiate encryption, although this comes at the cost of reduced security.
Using port 110 is becoming increasingly rare and is generally not recommended due to its lack of encryption.
Port 995 – When to Use It
Port 995 is the default for POP3S, offering a much-needed layer of encryption via SSL/TLS. It is widely supported and usually enabled by default in most modern email services and clients. You should use port 995:
- When handling sensitive data that requires encryption.
- For accessing email from external or public networks.
- With modern email clients that support secure protocols.

Port 995 is particularly recommended for any end-user who wants to ensure that their credentials and email contents are not exposed to attackers.
Security Comparison
The key difference between the two ports is the presence of encryption. Port 110 transmits data in plaintext, making it an easy target for packet sniffers and man-in-the-middle attacks. On the other hand, port 995 secures the session with encryption protocols, making data interception significantly more challenging.
Feature | Port 110 (POP3) | Port 995 (POP3S) |
---|---|---|
Encryption | No (unless upgraded with STARTTLS) | Yes (via SSL/TLS) |
Security Level | Low | High |
Common Usage | Legacy systems, internal networks | Modern email clients, public internet |
Compatibility and Support
Most modern email clients like Microsoft Outlook, Mozilla Thunderbird, and Apple Mail support both ports, but default to using 995 due to growing security demands. Similarly, popular email services such as Gmail, Yahoo Mail, and Outlook.com have either deprecated or discouraged the use of unsecured POP3 connections.
In corporate environments, IT administrators are increasingly disabling port 110 altogether, forcing all POP3 traffic to route through 995 for compliance with modern cybersecurity standards.
Risks of Using Port 110 in 2024 and Beyond
As cyberattacks become more sophisticated, using unencrypted ports like 110 is akin to broadcasting sensitive information via megaphone. Unless a system is fully isolated or protected by robust perimeter defenses, it’s highly risky to use port 110 even for internal communications.
Given widespread industry acceptance of security best practices, continuing use of port 110 may even violate compliance requirements such as GDPR, HIPAA, or ISO 27001.
Transitioning from Port 110 to 995
If your system is still using port 110, transitioning to 995 is straightforward for most users. Here’s how to make the switch:
- Update email client settings to use port 995.
- Ensure SSL/TLS is enabled in the connection settings.
- Verify that the mail server supports encrypted POP3S connections.
- Conduct a test to confirm proper transmission and reception over port 995.
In some cases, you may need to import an SSL certificate into your client or server, but most providers handle this automatically now.
Conclusion
Choosing between port 110 and 995 essentially boils down to your priorities around security. While port 110 may still be functional in specific legacy or controlled environments, port 995 is the modern standard. It provides much-needed protection and aligns with current cybersecurity protocols and regulations.

As email remains a primary communication tool, adopting encrypted protocols like POP3S over port 995 is not optional—it’s necessary. Ensuring your email systems are secure protects both personal and professional information from ever-evolving online threats.
Frequently Asked Questions (FAQ)
- Q: Can I use POP3 over port 995 without SSL?
A: No. Port 995 is designated for POP3 with SSL/TLS. If SSL is not enabled, the server will likely reject the connection. - Q: Is port 110 entirely obsolete?
A: Not yet, but its usage is strongly discouraged. Modern systems and best practices have shifted heavily toward encrypted protocols, making port 110 increasingly rare. - Q: What is the alternative to POP3/POP3S?
A: IMAP (port 143 for unencrypted and port 993 for SSL) is a more modern and flexible protocol, especially for users who access their email from multiple devices. - Q: Can I switch from port 110 to 995 without changing my email client?
A: Most likely yes. Modern email clients support both protocols and allow you to change port and encryption settings with minimal effort. - Q: Why isn’t port 995 the default in all setups?
A: Legacy systems, internal infrastructure habits, and lack of updates can prevent default configurations from using the secure port. However, this is changing rapidly as security becomes a higher priority.