Port 993 (IMAPS)

TCP

IMAP over SSL — IMAPS listens on port 993 by default.

What is Port 993?

Port 993 is the default port for IMAPS (IMAP over SSL/TLS), the encrypted version of the Internet Message Access Protocol. It provides secure email access with full message synchronization across multiple devices.

IMAPS on port 993 wraps the entire IMAP connection in TLS encryption, protecting email credentials, message content, and metadata from interception. All major email providers require port 993 for IMAP access, having disabled unencrypted IMAP on port 143.

Port 993 is essential for configuring email clients to securely access mailboxes. It supports all IMAP features including server-side search, folder management, flagging, and partial message retrieval while ensuring end-to-end transport encryption.

Port 993 Security

IMAPS on port 993 should be secured with appropriate access controls and monitoring. Ensure the service is only accessible from trusted networks by configuring firewall rules to restrict access. If the protocol supports encryption, enable TLS/SSL to protect data in transit.

Regularly update IMAPS to the latest version to patch known vulnerabilities. Monitor port 993 for unauthorized access attempts and implement rate limiting where possible. Follow the principle of least privilege when configuring access permissions.

How to Check Port 993

To check if port 993 is open on a remote host, use nmap: 'nmap -p 993 hostname'. For a quick TCP connection test, use: 'telnet hostname 993' or 'nc -zv hostname 993'. On Windows PowerShell, use: 'Test-NetConnection -ComputerName hostname -Port 993'.

To check if port 993 is listening on your local machine, use: 'netstat -tlnp | grep 993' on Linux, or 'ss -tlnp | grep 993'. On Windows, use: 'netstat -an | findstr 993'. For a comprehensive scan, use: 'nmap -sV -p 993 hostname' to detect the service version running on the port.

Related Ports

Frequently Asked Questions

What is port 993 used for?

Port 993 is the default port for IMAP over SSL (IMAPS). It is used for imaps communication using the TCP protocol.

Is port 993 TCP or UDP?

Port 993 uses TCP. TCP is used because imaps requires reliable, ordered data delivery.

Should port 993 be open?

Port 993 should only be open if you are actively running IMAPS. Close unused ports to reduce your attack surface. If needed, restrict access to trusted IP addresses using firewall rules.

How do I check if port 993 is open?

Use 'nmap -p 993 hostname' to scan remotely, or 'netstat -tlnp | grep 993' to check locally on Linux. On Windows, use 'Test-NetConnection -Port 993 hostname' in PowerShell.

How do I secure port 993?

Secure port 993 by restricting access with firewall rules, using encryption (TLS/SSL) where supported, keeping IMAPS updated, using strong authentication, and monitoring for unauthorized access attempts.

🔍 Check Your IP Address

While you're here, find out your public IP address, location, and ISP details instantly.

Check My IP →