Configure icloud Mail failed with 0A00010B

Hi all,

I just wanted to set up the mail service with our icloud IT login. I followed the guidelines under www.ipfire.org - Mail Service and got the following error message:

13:32:05 dma[7003d9]: new mail from user=nobody uid=99 envelope_from=xyz@icloud.com
13:32:05 dma[7003d9]: mail to=xyz@abc.com queued as 7003d9.8017860
13:32:05 dma[7003d9.8017860]: xyz@abc.com trying delivery
13:32:05 dma[7003d9.8017860]: using smarthost (smtp.mail.me.com:587)
13:32:06 dma[7003d9.8017860]: trying remote delivery to smtp.mail.me.com [17.56.9.36] pref 0
13:32:06 dma[7003d9.8017860]: remote delivery deferred: SSL handshake failed fatally: error:0A00010B:SSL routines::wrong version number

Could anyone point me in the right direction?

Thanks & have a nice day,

Thomas

Hallo @tomwest

Welcome to the IPFire community.

Searching on the error message comes up with a mismatch in the SSL versions in IPFire and your mail service. IPFire CU201 is running with OpenSSL-3.6.1 which is pretty up to date. The latest version is 3.6.2 which will be in CU202. I would be surprised if a mail service was running an SSL version that was not compatible with OpenSSL-3.6.1

Your log shows

Can you confirm that you set the IPFire TLS setting to explicit (STARTTLS) as that matches with port number 587.

The alternative would be implicit (TLS) but that would require a different port number.