• 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

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