• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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