70-339 · Question #68
You deploy a SharePoint2016 environment. You configure outgoing email settings for all SharePoint Servers. You need to enable encrypted communication between all SharePoint Servers and the…
The correct answer is A. Configure the SMTP server to support the TLS 1.0, TLS 1.1. or TLS 1.2 protocols. E. Enable STARTTLS encryption on the enterprise SMTP server. Enabling encrypted outgoing email in SharePoint 2016 via STARTTLS requires the enterprise SMTP server to both advertise the STARTTLS capability and support a compatible TLS protocol version.
Question
You deploy a SharePoint2016 environment. You configure outgoing email settings for all SharePoint Servers. You need to enable encrypted communication between all SharePoint Servers and the enterprise SMTP server. Which two actions should you perform? Each correct answer presents part of the solution.
Options
- AConfigure the SMTP server to support the TLS 1.0, TLS 1.1. or TLS 1.2 protocols.
- BInstall a server certificate on the SharePoint Server.
- CConfigure the SMTP server to support the SSL 2.0 or SSL 3.0 protocols.
- DEnable STARTTLS encryption on the SharePoint Servers.
- EEnable STARTTLS encryption on the enterprise SMTP server.
How the community answered
(22 responses)- A82% (18)
- B9% (2)
- C5% (1)
- D5% (1)
Why each option
Enabling encrypted outgoing email in SharePoint 2016 via STARTTLS requires the enterprise SMTP server to both advertise the STARTTLS capability and support a compatible TLS protocol version.
SharePoint 2016 uses the STARTTLS upgrade mechanism, which negotiates TLS after the initial SMTP connection. The SMTP server must be configured to accept TLS 1.0, TLS 1.1, or TLS 1.2 so the encrypted handshake can complete successfully.
Outgoing email encryption in this context does not require a server certificate installed on the SharePoint Server itself; the TLS certificate requirement applies to the SMTP server that terminates the encrypted connection.
SSL 2.0 and SSL 3.0 are cryptographically broken and deprecated protocols; SharePoint 2016 STARTTLS relies on TLS, not SSL, so configuring the SMTP server for SSL 2.0/3.0 would not establish a valid encrypted channel.
In SharePoint 2016, STARTTLS behavior is governed by the outgoing email configuration and does not have a separate 'Enable STARTTLS' toggle on the SharePoint servers themselves; the required action is on the enterprise SMTP server side.
STARTTLS must be enabled on the enterprise SMTP server so it advertises the STARTTLS extension to connecting clients; without this, SharePoint has no encrypted channel to negotiate regardless of SharePoint-side settings.
Concept tested: SharePoint 2016 outgoing SMTP encryption with STARTTLS and TLS
Source: https://learn.microsoft.com/en-us/sharepoint/security-for-sharepoint-server/configure-email-integration
Topics
Community Discussion
No community discussion yet for this question.