IMAP mailbox access over TLS, TCP 993.
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.
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.
$ openssl s_client -connect MAIL_HOST:993 -quietSeen 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.