• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Postfix own certificate

Bernd_Rabe

New Pleskian
I've configured postfix to use my own certificate.

/etc/postfix/main.cf
smtpd_tls_cert_file = /etc/postfix/myveryowncertificate.pem

the certifcate file includes the private key, myveryowncertificate, the intermediate certificate, and the root certificate.

I use the certificate also for my domain, so it is a certificate for www.sitename.de, so I got a warning with the email client about
the non matching domain name (don't know if this could be fixed without paying for a new certificate) but I also got
all the time an certificate identity warning with the plesk default certificate?!

So the certificate is issued for www.sitename.de
plesk's webspace host settings/prefered domain is set to www.domain.tld

I tried it under Mac OS Mavericks Apple Mail an Mozilla Thunderbird with the same result.

Any help is appreciated
 
You will need a certificate for sitename.de which (usually) covers it and www.sitename.de, which u can use for the Plesk Panel.
But then for mail you need a certificate for mail.sitename.de, don't forget to add the certificate to courier-imap config too.
 
Last edited:
Thanks but the mail servers address is the same as the website (so sitename.de) and I use postfix as mta.
For me it seems to be somehow strange that I still get warning for the default plesk certificate which I don't use at all.

Do you have an explanation for that?
 
Back
Top