Disabling TLS 1.0/1.1 enhances email security by addressing known vulnerabilities, but it may cause compatibility issues with older systems that don't support TLS 1.2 or higher. While most outbound traffic uses TLS 1.2 or higher, a portion still relies on older versions or transmits in clear-text. Upgrading to TLS 1.2/1.3 is strongly recommended and, in some cases, required for compliance (e.g., PCI). Implementing MTA-STS/DANE can further improve security, requiring validated TLS 1.2 connections. Configuration guides are available to assist with disabling older protocols and enabling newer ones. It is crucial to monitor connection logs, test configurations, and communicate changes to users, especially those using older email clients. Consider also STARTTLS and SMTP Authentication for secure connections. Ensure servers are configured to negotiate the highest TLS version possible, keeping in mind that incorrectly configured MTA-STS policies can lead to deliverability issues. Prioritize security best practices and assess the impact on older systems before disabling TLS 1.0/1.1.
11 marketer opinions
Disabling TLS 1.0/1.1 enhances security but may cause compatibility issues with older systems. While most outbound traffic uses TLS 1.2 or higher, some older systems still rely on older protocols or transmit in clear-text. Upgrading to TLS 1.2/1.3 is recommended, along with considering MTA-STS/DANE for better security. Monitoring connection logs, testing configurations, and communicating changes to users are essential. It's also important to consider STARTTLS and SMTP Authentication for secure connections.
Marketer view
Email marketer from cPanel Forums shares that disabling older TLS versions is a good security practice, but it's crucial to ensure that the server and client configurations support newer versions. They suggest testing different configurations to ensure compatibility and avoiding disruption to email services.
22 Apr 2024 - cPanel Forums
Marketer view
Marketer from Email Geeks shares that based on surveys, disabling TLS 1.0/1.1 will result in some clear-text transmissions from older systems. He also states that >97% of outbound was TLSv1.2 and most of the rest was clear-text.
19 Mar 2022 - Email Geeks
3 expert opinions
Enabling TLS is crucial for securing email. Modern systems should use TLS 1.2 or higher to avoid security vulnerabilities. STARTTLS upgrades unencrypted connections to encrypted ones on the same port, supporting opportunistic TLS. Servers should be configured to negotiate the highest TLS version possible.
Expert view
Expert from Spam Resource explains that STARTTLS is a protocol command that upgrades an unencrypted connection to an encrypted (TLS) connection on the same port, instead of switching to a different port. It's important for opportunistic TLS, where encryption is used if available but not required.
10 Nov 2023 - Spam Resource
Expert view
Expert from Word to the Wise explains that ensuring your domains send secure email is of the utmost importance and one of those steps is to ‘enable TLS’.
27 Sep 2022 - Word to the Wise
4 technical articles
TLS 1.0 and 1.1 are obsolete and deprecated. The main implication of disabling them is potential connection failures for older systems that don't support TLS 1.2 or higher. The recommended solution is to upgrade systems to TLS 1.2/1.3. Configuration guides are available to technically implement the disabling of older protocols and enabling newer ones, focusing on security best practices.
Technical article
Documentation from datatracker.ietf.org details that TLS 1.0 and 1.1 are considered obsolete and should be avoided. Systems should upgrade to TLS 1.2 or 1.3 to ensure secure communications. This is not an alternative but strong advice.
29 Apr 2022 - datatracker.ietf.org
Technical article
Documentation from Microsoft Docs explains that they are deprecating TLS 1.0 and 1.1 in Exchange Online. The impacts include potential connection failures for older email clients and operating systems that do not support TLS 1.2 or higher. As an alternative, users must update their systems to support TLS 1.2 or higher.
21 Sep 2022 - Microsoft Docs
Does using TLS matter for email deliverability or inbox placement?
How can I test inbound starttls with a given external IP address?
What are the updated Google bulk sender guidelines and TLS requirements for email senders?
Why is STARTTLS negotiation failing with the error 'connection died while negotiating STARTTLS TLS'?