• 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.

Resolved Unprotect SSL to protect webmail

hume1991

Basic Pleskian
Good day everybody,

how is it possible with the certificate the "used to protect webmail" cancel? The certificate can not be deleted. Via SSH or Plesk Panel.

SSL.PNG
 
Hi @hume1991 !

This can be done at "Mail Settings" screen of your domain. Make it "Not selected", then remove as usual.

hLnuvXh.png
 
Without webmail component it is not so easy.

I can suggest workaround on your own risk: remove this relation directly from database.
At first let's get know your certificate id. Go to this certificate and you can see its id in the address bar. For example:
/smb/ssl-certificate/edit/id/4/certificateId/3
Here certificate id is 3.

Finally execute following command via ssh but replace <CERT_ID> with your certificate id.
Code:
plesk db -e "delete from dom_param where param = 'webmail_certificate_id' and val = <CERT_ID>"
 
I've created bug for this issue with internal id: PPP-35645. We will fix it in future updates/releases.
Thank you for reporting!
 
Back
Top