• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Connecting to IMAP / SMTP with valid SSL, still get error

Fabric Eleven

New Pleskian
Hi there, i just recently got on the Let's Encrypt SSL band wagon. I have successfully encrypted my plesk install and then copied my SSL to the appropriate mail folders. Following the steps here:
https://kb.plesk.com/en/1062

There is actually a great script that does the above steps for you here: https://github.com/Powie/plesk_mailcert
..and yes i checked that they matched and restarted the mail server services.

However i still get a "this root certificate is not trusted" error when i set up email clients and it's reffering to the OVH (my hosting) certificate.
I even added the root certificate from https://www.identrust.com/certificates/trustid/root-download-x3.html to the end of the CA chain thinking that it might be the cause.

So i am a little stumped here..it's almost like my copied ssl is not being applied
I use this tool here: http://www.checktls.com/perl/TestReceiver.pl to test email, you can see what it will say if you put "[email protected]" in the email box

Thank you guys for your help!
 
Hi Fabric Eleven,
You are using Postfix, so you need to change...


/etc/postfix/postfix_default.pem

And it should contain..

Private Key
Domain Cert
Intermediate/s

You don't need to add the Root CA.
Then just restart Postfix...

# service postfix restart
or
# /etc/init.d/postfix restart

That should sort it out.
Regards


Lloyd
 
Last edited:
Thanks Lloyd! That's the first thing i did, i verified that both of the SSLs are the same, and i still get that error. Is there maybe some other service that needs to be restarted? When i verify it here https://www.digicert.com/help/ (use hive.fabriceleven.com if you want to see for yourself.) it works fine. Maybe i need to restart something else?
 
Back
Top