• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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