when I’m receiving emails from Letsencrypt about cert expiring or password changes or whatever (seemed to by the same for all emails) these are not TLS encrypted.
I’m using for my TLS connections certs from Letsencrypt and the same should be done by Letsencrypt itself
So lets encrypt but not only https. Please also encrypt the email traffic.
The most recent one I got from Let’s Encrypt was delivered to my mail host using TLS:
Received: from mail133-9.atl131.mandrillapp.com (mail133-9.atl131.mandrillapp.com. [198.2.133.9])
by mx.google.com with ESMTPS id a2si15703383ywa.81.2019.04.28.22.55.21
for <my@email.invalid>
(version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
Sun, 28 Apr 2019 22:55:21 -0700 (PDT)
same on a different email I have:
Received: from mail133-27.atl131.mandrillapp.com (mail133-27.atl131.mandrillapp.com [198.2.133.27])
(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
(No client certificate requested)
by mx1.messagingengine.com (Postfix) with ESMTPS
for <my@email.invalid>; Wed, 15 Jul 2020 05:00:31 -0400 (EDT)
1 Like
Ah ok. Your right. Was my mistake to check if TLS is running or not.
version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256
Need to check my code.
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.