Designing and Deploying Microsoft Exchange Server 2016 — Question 5
Your company has an Exchange Server 2016 organization. The organization contains 2,000 mailboxes and five Mailbox servers, including one server named EX1.
Five hundred users retrieve email from their mailboxes by using an IMAP4 client application from the Internet. The users also connect to EX1 to send email messages. All of the email messages are secured by using TLS.
An administrator recently replaced the company's firewall.
Users now report that they fail to send email messages from the IMAP4 client application. You verify that the users can retrieve email messages form their mailbox successfully.
You need to recommend which TCP port must be allowed so that the users can send email messages from the IMAP4 application successfully.
Which TCP port should you recommend?
Answer options
- A. 443
- B. 587
- C. 993
- D. 995
Correct answer: C
Explanation
The correct port for sending email messages using IMAP4 over TLS is TCP port 993, which is used for IMAP over SSL. Port 443 is typically used for HTTPS traffic, while port 587 is for SMTP, and port 995 is for POP3 over SSL, making them unsuitable for this scenario.