TLS on mail servers

  • SpinRite v6.1 Release #3
    Guest:
    The 3rd release of SpinRite v6.1 is published and may be obtained by all SpinRite v6.0 owners at the SpinRite v6.1 Pre-Release page. (SpinRite will shortly be officially updated to v6.1 so this page will be renamed.) The primary new feature, and the reason for this release, was the discovery of memory problems in some systems that were affecting SpinRite's operation. So SpinRite now incorporates a built-in test of the system's memory. For the full story, please see this page in the "Pre-Release Announcements & Feedback" forum.
    /Steve.
  • Be sure to checkout “Tips & Tricks”
    Dear Guest Visitor → Once you register and log-in please checkout the “Tips & Tricks” page for some very handy tips!

    /Steve.
  • BootAble – FreeDOS boot testing freeware

    To obtain direct, low-level access to a system's mass storage drives, SpinRite runs under a GRC-customized version of FreeDOS which has been modified to add compatibility with all file systems. In order to run SpinRite it must first be possible to boot FreeDOS.

    GRC's “BootAble” freeware allows anyone to easily create BIOS-bootable media in order to workout and confirm the details of getting a machine to boot FreeDOS through a BIOS. Once the means of doing that has been determined, the media created by SpinRite can be booted and run in the same way.

    The participants here, who have taken the time to share their knowledge and experience, their successes and some frustrations with booting their computers into FreeDOS, have created a valuable knowledgebase which will benefit everyone who follows.

    You may click on the image to the right to obtain your own copy of BootAble. Then use the knowledge and experience documented here to boot your computer(s) into FreeDOS. And please do not hesitate to ask questions – nowhere else can better answers be found.

    (You may permanently close this reminder with the 'X' in the upper right.)

Harry

Member
Oct 13, 2020
19
3
I've noticed something I find interesting and want to share. https://internet.nl is a website that scans for DNS, web, and email security. On the email side, it has a scan for "TLS Version." Every single email service I've scanned for has out of date TLS. It says that the sending and receiving servers have to have matching TLS versions for encryption to work. That makes sense. What I don't understand is why no mail servers have TLS 1.2 enabled. Here are a bunch of examples:


Mail server (MX)Affected TLS versionsStatus
gmail-smtp-in.l.google.com.TLS 1.1phase out
...TLS 1.0phase out
alt4.gmail-smtp-in.l.google.com.TLS 1.1phase out
...TLS 1.0phase out
alt3.gmail-smtp-in.l.google.com.TLS 1.1phase out
...TLS 1.0phase out
alt2.gmail-smtp-in.l.google.com.TLS 1.1phase out
...TLS 1.0phase out
alt1.gmail-smtp-in.l.google.com.TLS 1.1phase out
...TLS 1.0phase out


Mail server (MX)Affected TLS versionsStatus
outlook-com.olc.protection.outlook.com.TLS 1.1phase out
...TLS 1.0phase out

Even the services that are better about email security come up like this:

Mail server (MX)Affected TLS versionsStatus
mx2.paypalcorp.com.TLS 1.1phase out
...TLS 1.0phase out
mx1.paypalcorp.com.TLS 1.1phase out
...TLS 1.0phase out


Mail server (MX)Affected TLS versionsStatus
mailsec.protonmail.ch.TLS 1.1phase out
...TLS 1.0phase out
mail.protonmail.ch.TLS 1.1phase out
...TLS 1.0phase out


Mail server (MX)Affected TLS versionsStatus
mail.tutanota.de.TLS 1.1phase out
...TLS 1.0phase out


In fact, I haven't found a single domain that says it supports TLS 1.2 or TLS 1.3. Does anyone know why mail servers are limited to outdated TLS? I can understand if they keep old versions for compatibility reasons. I don't understand why they don't support new versions. Also, does anyone know of a domain supporting TLS 1.2 or higher?
 
Are you sure? Running tests on gmail servers using says otherwise.

1611805115239.png
 
  • Like
Reactions: Harry
Those test results doesn't list TLS 1.2 because it's not meant for that. The report only mentions the deprecated versions, not all the versions supported by a server.
I did a couple of tests using a tool called sslscan which scans the TLS configuration, here are the results (on some of those host names).
Are our providers perfect? All signs point to no. But they do support TLS 1.2 :)

gmail-smtp-in.l.google.com.
gmail-smtp-in.l.google.com.png


outlook-com.olc.protection.outlook.com.
outlook-com.olc.protection.outlook.com.png

mx1.paypalcorp.com.
mx1.paypalcorp.com.png


mail.tutanota.de.

mail.tutanota.de.png
 
  • Like
Reactions: Harry
Are you sure? Running tests on gmail servers using says otherwise.

View attachment 284

Definitely not sure, and now I see what you mean. I was interpreting it as there are only bad versions, but it's only reporting the bad versions. Here is the full explanation:

Verdict:​


At least one of your mail servers supports one or more TLS versions that should be phased out deliberately, because they are known to be fragile and at risk of becoming insufficiently secure.


Technical details:​



Mail server (MX)Affected TLS versionsStatus
gmail-smtp-in.l.google.com.TLS 1.1phase out
...TLS 1.0phase out
alt4.gmail-smtp-in.l.google.com.TLS 1.1phase out
...TLS 1.0phase out
alt3.gmail-smtp-in.l.google.com.TLS 1.1phase out
...TLS 1.0phase out
alt2.gmail-smtp-in.l.google.com.TLS 1.1phase out
...TLS 1.0phase out
alt1.gmail-smtp-in.l.google.com.TLS 1.1phase out
...TLS 1.0phase out

Test explanation:​


We check if your mail servers (MX) support secure TLS versions only.
A mail server may support more than one TLS version.
Note: Quite some mail servers only support older TLS versions. If the sending and receiving mail server both do not support the same TLS version, they will usually fall back to unencrypted mail transport. Because of that it could be advisable to keep supporting TLS versions with a 'phase out' status for a while. Make an informed decision based on log data on when to disable these 'phase out' TLS versions.
See 'IT Security Guidelines for Transport Layer Security (TLS) v2.0' from NCSC-NL, guideline B1-1 and table 1 (in English).

  • Good: TLS 1.3 and 1.2
  • Phase out: TLS 1.1 and 1.0
  • Insufficient: SSL 3.0, 2.0 and 1.0
Thanks for setting me straight and showing off a tool I'm not familiar with. https://www.checktls.com/TestReceiver
 
Those test results doesn't list TLS 1.2 because it's not meant for that. The report only mentions the deprecated versions, not all the versions supported by a server.
I did a couple of tests using a tool called sslscan which scans the TLS configuration, here are the results (on some of those host names).
Are our providers perfect? All signs point to no. But they do support TLS 1.2 :)

gmail-smtp-in.l.google.com.
gmail-smtp-in.l.google.com.png


outlook-com.olc.protection.outlook.com.
outlook-com.olc.protection.outlook.com.png

mx1.paypalcorp.com.
mx1.paypalcorp.com.png


mail.tutanota.de.

mail.tutanota.de.png

Thanks Edwin!
 
  • Like
Reactions: EdwinG