WHATPORT(993) whatport.net WHATPORT(993)
993

IMAPS (IMAP over implicit TLS)

IMAP mailbox access over TLS, TCP 993.

TCP IANA registry

Description

IMAP servers — Dovecot, Cyrus, Courier, and every hosted mail provider — listen on TCP 993, where the TLS handshake begins immediately on connect. RFC 9051 states an IMAP4rev2 server listens on 143 (cleartext) or 993 (implicit TLS), and RFC 8314 recommends 993 as the preferred access port. Mail clients keep long-lived connections here to sync folders and receive IDLE push notifications. It shows on a scan for any host serving user mailboxes.

Exposed to the internet?

Expose with care

Normal to expose for remote mail clients because TLS is mandatory, but it accepts credentials on every login, so pair it with strong auth and brute-force limits.

Check it yourself

$ openssl s_client -connect MAIL_HOST:993 -quiet

See also

Seen this on your network? Beige Box scans your Wi-Fi and shows every open port on every device — and its Ports tool links straight back here.

Get Beige Box →

also available as JSON · Markdown

Corrections or a missing port? Reply @rimrocksystems.