Richard G
Verified User
I did not see an entry in the changelog for exim.conf 4.5.35.
I updated to 4.5.35 (from 4.5.30 if I'm not mistaken) in the night of februari 1 to februari 2nd. I've seen more was updated, because amongst others also dkim.conf was updated.
Now a customer of mine had an internet outage on the 2nd and when all came back online, his printer could not send mail anymore via our system. They could send mail via another provider.
So I checked the logfiles and see this connection on the 1st when everything was working fine:
etc. So there it's working fine.
Now since the first attempt on the 2nd of februari it keeps looking like this:
Since I've seen ssl3 mentioned in the newer log I thought the issue was on their site trying to use sslv3 which is ofcoursen not possible.
But the first part of this line says TLS error, so they are trying to make a TLS connection as before.
So what is going on here? Is this due to the change of exim.conf or why does the printer suddely provides these errors? Because they did not change anything, only they had an internet outage. And on our side only exim.conf and related stuff (like exim.dkim.conf) was updated.
I updated to 4.5.35 (from 4.5.30 if I'm not mistaken) in the night of februari 1 to februari 2nd. I've seen more was updated, because amongst others also dkim.conf was updated.
Now a customer of mine had an internet outage on the 2nd and when all came back online, his printer could not send mail anymore via our system. They could send mail via another provider.
So I checked the logfiles and see this connection on the 1st when everything was working fine:
Code:
2021-02-01 09:43:26 1l6UnS-00062F-Al <= [email protected] H=(HP9BEFF9) [178.xx.xx.xx] P=esmtpsa X=TLS1.2:DHE-RSA-AES256-GCM-SHA384:256
Now since the first attempt on the 2nd of februari it keeps looking like this:
Code:
2021-02-02 10:30:20 TLS error on connection from (HP9BEFF9) [178.xx.xx.xx] (SSL_accept): error:1408A0C1:SSL routines:ssl3_get_client_hello:no shared
cipher
Since I've seen ssl3 mentioned in the newer log I thought the issue was on their site trying to use sslv3 which is ofcoursen not possible.
But the first part of this line says TLS error, so they are trying to make a TLS connection as before.
So what is going on here? Is this due to the change of exim.conf or why does the printer suddely provides these errors? Because they did not change anything, only they had an internet outage. And on our side only exim.conf and related stuff (like exim.dkim.conf) was updated.