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

Question How can I renew the E-Mail-certificates/keys: starttls.m4 and sasl.m4

Jürgen_T

Regular Pleskian
How can I renew the E-Mail-certificates/keys: starttls.m4 and sasl.m4 as they contain my <old servername> and I would like to have the <new servername> contained here as well.

/etc/mail/tls/starttls.m4
/etc/mail/sasl/sasl.m4
 
Those files are not part of the Plesk installation.
Plesk is using /etc/postfix/postfix.pem for Postfix and /etc/dovecot/private/dovecot.pem for Dovecot TLS certificates.

Where did you configure those files? Which service is using those files? Did you create them?
 
They probably come automaticaly with the installation of ubuntu 20.04.3 LTS and reside in the directory as mentioned above. They are shown when using the command
sudo grep -lr "<old hostname>" /etc/*
 
Well, in that case you can ignore them (or delete them if you're feeling brave). Those files are not in use by Plesk.
 
Back
Top