A system administrator is updating firewall access control lists to enable user workstations to securely send outbound messages and retrieve incoming messages from an enterprise mail server over TLS-encrypted sessions. Which TWO of the following port and protocol combinations must be permitted through the firewall to support these secure email services? (Select TWO.)
- TCP port 993 for IMAPSAnswer
- TCP port 587 for SMTP SubmissionAnswer
- CUDP port 993 for IMAPS
- DTCP port 110 for POP3S
Answer
The firewall must permit TCP port 993 for IMAPS and TCP port 587 for SMTP Submission.
Encrypted email retrieval using IMAP over SSL/TLS (IMAPS) standardly uses TCP port 993. Encrypted client email submission using SMTP with TLS standardly uses TCP port 587. Both ports must be open on the firewall to allow secure sending and receiving from mail clients.
Step-by-Step Solution
Key Concept
Standard Secure Mail Ports (IMAPS TCP 993, SMTP Submission TCP 587, POP3S TCP 995)