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

Prevent Plesk overwriting Configuration Files or set custom configuration

nocrash

Basic Pleskian
---------------------------------------------------------------
PRODUCT, VERSION, MICROUPDATE, OPERATING SYSTEM, ARCHITECTURE

11.0.9 Debian 6.0 110120608.16, patch version="41", x86_64 GNU/Linux

PROBLEM DESCRIPTION

There are some modifications made at main.cf concerning the
* "mailbox_size_limit"-Bug
* useing the official SSL cert from Plesk instead of the custom generated one
* SMTP Auth Users may not be blocked by the RBLs

/etc/postfix # diff main.cf main.cf.bak
22c22
< smtpd_tls_cert_file = /etc/postfix/postfix_default.pem
---
> smtpd_tls_cert_file = /usr/local/psa/admin/conf/httpsd.pem
39c39
< mailbox_size_limit = 51200000
---
> mailbox_size_limit = 0
54c54
< smtpd_client_restrictions = permit_mynetworks, reject_rbl_client ix.dnsbl.manitu.net, reject_rbl_client cbl.abuseat.org
---
> smtpd_client_restrictions = permit_mynetworks

How to keep Plesk from overwriting this configuration or other ones for example proftpd ?


STEPS TO REPRODUCE

every plesk hotfix that want the file to be modified


EXPECTED RESULT

at least custom modifications should not be overwritten

ANY ADDITIONAL INFORMATION

the "mailbox_size_limit"-Bug is known since a long time:)

--------------------------------------------------------------
 
Back
Top