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

URGENT: Where is the template or default settings for postfix/main.cf?!

ottomotto

New Pleskian
Hello,

I want all mails to leave the server even thos that appear to be local, because the mail server is on a different IP.
For that I changed in /etc/postfix/main.cf from
virtual_transport = plesk_virtual
to
virtual_transport = relay

And after restart of postfix, it works fine. BUT... every time Plesk 11 rebuilds main.cf, this setting will be overwritten to:
virtual_transport = plesk_virtual

One can trigger the rebuild by calling this from bash:
/usr/local/psa/admin/sbin/mchk --without-spam


I have not found anything in the psa-database about virtual_transport or plesk_virtual.
How to achieve that the setting virtual_transport = relay will remain as desired and unchanged in the future?
 
Back
Top