Well… I think I resolved something… Don’t really know, newbie here…
The “cat cert.pem” gave me :
-----BEGIN CERTIFICATE-----
MIID...
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
MIIC...
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
MIIC...
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
MIIE....
-----END CERTIFICATE-----
I don’t know if the letter after MII means something special..
The “openssl s_client…” gave me :
CONNECTED(00000003)
depth=3 C = US, O = Internet Security Research Group, CN = ISRG Root X2
verify return:1
depth=2 C = US, O = ISRG, CN = Root YE
verify return:1
depth=1 C = US, O = Let's Encrypt, CN = YE2
verify return:1
depth=0 CN = autoconfig.domain.tld
verify return:1
--
Certificate chain
0 s:CN = autoconfig.domain.tld
i:C = US, O = Let's Encrypt, CN = YE2
a: PKEY: id-ecPublicKey, 384 (bit); sigalg: ecdsa-with-SHA384
v:NotBefore: Jun 6 13:35:25 2026 GMT; NotAfter: Sep 4 13:35:24 2026 GMT
1 s:C = US, O = Let's Encrypt, CN = YE2
i:C = US, O = ISRG, CN = Root YE
a: PKEY: id-ecPublicKey, 384 (bit); sigalg: ecdsa-with-SHA384
v:NotBefore: Sep 3 00:00:00 2025 GMT; NotAfter: Sep 2 23:59:59 2028 GMT
2 s:C = US, O = ISRG, CN = Root YE
i:C = US, O = Internet Security Research Group, CN = ISRG Root X2
a: PKEY: id-ecPublicKey, 384 (bit); sigalg: ecdsa-with-SHA384
v:NotBefore: May 13 00:00:00 2026 GMT; NotAfter: Sep 2 23:59:59 2032 GMT
3 s:C = US, O = Internet Security Research Group, CN = ISRG Root X2
i:C = US, O = Internet Security Research Group, CN = ISRG Root X1
a: PKEY: id-ecPublicKey, 384 (bit); sigalg: RSA-SHA256
v:NotBefore: May 13 00:00:00 2026 GMT; NotAfter: Sep 2 23:59:59 2032 GMT
I followed this link : mailcow/mailcow-dockerized4867
I’ve activated ENABLE_SSL_SNI
And also made a mistake when I wanted to add the mailbox to my phone
It was automaticly pointed to “domain.tld” and not “mail.domain.tld”
Well it worked… I succeed to add the mailbox to my phone and also tested it with thunderbird…
Thanks that you took some time for me !