we’re running latest stable build of kumomta version kumod 2024.09.02-c5476b89 and have sometimes issues with a destination domain that works with a sophos cloud appliance:
we get during transfer the following 550 error from their MTA:
XGEMAIL_0006 Command rejected : The rejection of the message occurred due to a mismatch in TLS versions between the configured TLS version is Preferred TLS 1.3 for the recipient: xxx@verbraucherzentrale.nrw and the sender: news.vzbv.de TLS version is not available
the funny thing is sometimes its working and sometimes not. there is no other email that got delivered to this destination domain by the same sending ip and there was not TLS error before to this domain, that it might explain that error.
the only setting that is “coded” in the shaping.toml is that i require TLS
[“verbraucherzentrale.nrw”]
enable_tls = “Required”
CONNECTED(00000003)
40D70262D27F0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:../ssl/record/ssl3_record.c:354:
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 5 bytes and written 225 bytes
Verification: OK
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
Early data was not sent
Verify return code: 0 (ok)
---
15:28:33 root@mta01[PROD]:/opt/kumomta/sbin openssl s_client -tls1_3 -connect 52.28.102.252:25
CONNECTED(00000003)
40A756B0807F0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:../ssl/record/ssl3_record.c:354:
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 5 bytes and written 225 bytes
Verification: OK
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
Early data was not sent
Verify return code: 0 (ok)
---