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

automatic update broke external email relay, with fix

shall

Regular Pleskian
An automatic security update was applied to one of my servers yesterday and it broke outbound SMTP. Clients could email each other, and receive email from third parties, but could not send email out from the server to third-party mail services.

The update modified the file /etc/postfix/main.cf to add a line forbidding SSLv2 and SSLv3. However, it also removed the value "permit_sasl_authenticated" from the assignment for smtpd_recipient_restrictions.

The fix is to add it back again and then reload the postfix configuration:
Code:
service postfix reload
 
Back
Top