• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

DNS Whitelists

PSi_101

Regular Pleskian
Is there a way we can implement dns whitelists in Postfix without having the configuration overwritten everytime we apply a mail server config change in the control panel?
Eg
In /etc/postfix/main.cf
smtpd_client_restrictions = permit_mynetworks, permit_sasl_authenticated, permit_dnswl_client list.dnswl.org, .......etc

I've bolded the bit i've added.
 
Hmmm i've just tried making a change in Mail settings and it didn't overwrite my change this time.
I'm now not sure under what circumstances it does remove that setting, but it did at some stage.
 
Default settings in /etc/postfix/master.cf will be restored after mail reconfiguration on any domain. Actually it depends on Postfix settings. Some of settings, especially which can be modified in Plesk UI will be overwritten. But some of settings will not.
Consider creating scheduled task for replacing /etc/postfix/main.cf with custom file.
In future update of Plesk custom Postfix settings will not be overwritten during mail reconfigure.
You can vote here - https://plesk.uservoice.com/forums/...06-allow-customization-of-etc-postfix-main-cf
 
Back
Top