Richard G
Verified User
So I needed to get some mails from the a government site which is the RDW or rdw.nl domain, but I didn't get them.
Checking my mail logs gave me this issue:
Our server does support TLS 1.2 and as far as I could see, also the server of rdw.nl does support TLS 1.2 so I don't know why I got this error.
Ciphers seems fine on my side:
And also:
so that all looks fine.
Exim version 4.96 #2 built 05-Jul-2022 03:17:51
Centos 7.9.
Then my fallback MX tried and I got loads of these:
Eventually I did get the mail via the same fallback mail.
So I'm very confused now and have the following questions.
1.) Why is the mail from the government RDW.nl refused for missing SSL ciphers while we both use have TLS 1.2 available?
2.) Why did I get so many (also double bounce notices) from my fallback mailserver, while on the end, the fallback mailserver delivered anyway.
How is this possible and how do I fix this?
Checking my mail logs gave me this issue:
Code:
2022-09-07 16:38:19 TLS error on connection from mail1.diensten.rdw.nl [91.213.37.30] (SSL_accept): error:1408A0C1:SSL routines:ssl3_get_client_hello:no shared cipher
Ciphers seems fine on my side:
Code:
nmap --script ssl-enum-ciphers -p 465 95.216.69.68
Starting Nmap 6.40 ( http://nmap.org ) at 2022-09-07 18:20 CEST
Nmap scan report for serverxx.company.nl (95.xxx.xxx.xxx)
Host is up (0.000032s latency).
PORT STATE SERVICE
465/tcp open smtps
| ssl-enum-ciphers:
| TLSv1.2:
| ciphers:
| TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 - strong
| TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 - strong
| TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 - strong
| TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 - strong
| compressors:
| NULL
|_ least strength: strong
And also:
Code:
@root# grep tls_dh_max_bits /etc/exim*
/etc/exim.variables.conf:tls_dh_max_bits = 4096
Exim version 4.96 #2 built 05-Jul-2022 03:17:51
Centos 7.9.
Then my fallback MX tried and I got loads of these:
Code:
2022-09-07 17:01:35 H=fallbackmail.somedomain.nl [185.xxx.xx.xx] incomplete transaction (RSET) from <[email protected]> for [email protected]
2022-09-07 17:01:35 185.xxx.xx.xx whitelisted in local domains whitelist
Eventually I did get the mail via the same fallback mail.
Code:
2022-09-07 18:01:34 185.104.28.9 whitelisted in local hosts IP whitelist
2022-09-07 18:01:34 1oVxUc-0007pb-1H <= [email protected] H=fallbackmail.somedomain.nl [185.xxx.xx.xx] P=esmtp S=10030 DKIM=rdw.nl [email protected] T="Aanvraag ontvangen en in behandeling" from <[email protected]> for [email protected]
2022-09-07 18:01:34 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1oVxUc-0007pb-1H
So I'm very confused now and have the following questions.
1.) Why is the mail from the government RDW.nl refused for missing SSL ciphers while we both use have TLS 1.2 available?
2.) Why did I get so many (also double bounce notices) from my fallback mailserver, while on the end, the fallback mailserver delivered anyway.
How is this possible and how do I fix this?