• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Question checking for outdated/obsolete panel.ini options

TomBoB

Silver Pleskian
Server operating system version
Almalinux 8
Plesk version and microupdate number
18.0.49 #2
Hi,

Plesk throws additional options into the panel.ini ring every so often. But barely ever says anything about the ones becoming obsolete or no longer necessary (as it became default for example).

Please glance over if you spot any obsolete ones. - It's our basic active one for most servers; maybe some people might also find it useful for ideas.

Code:
[login]
howToLoginArticle = ''
[gdpr]
cookieSettings.loginFormEntrypointEnabled = false
[facebook]
showLikeLink = true
pleskPage = https://www.facebook.com/ourcompany/
[twitter]
showFollowLink = false
[rating]
enabled = false
[product]
siteUrl = https://ourcompany.com/website-hosting/
[promos]
enabled = false
pleskFooter = false
[aps]
serverAppsPromoEnabled = false
[api]
deprecationWarning = off
; to restrict access to the API. In Order: ISP1,ISP2  HAS BUG !! DON'T DO !!
; allowedIPs = 1.2.3.4,2.3.4.5
[techDomain]
subdomain.enabled = false
; disable feature of creating a temp domain name provided by Plesk
[dns]
enableResolveChecking = false
; disables resolve checking
; showDndHelper = false ; hides DNS helper
[feedback]
userVoice = false
sentry.dsn = ""
[userActivityTracking]
enabled = false
[navigation]
collapseSecondarySidebar = false
hideWebsiteList = classic
[domainManagement]
applicationWizard.enabled = false
settings.autoSelectIpv6 = on
[ext-sslit]
enableSecuringNewDomain = true
; shows the section to secure during subscription creation
secure-new-domain = true
; ticks the box to secure with lets encrypt
showGetMoreCertificatesLink = false
[ext-letsencrypt]
require-www-webmail-sans = true
; don’t disable www and webmail from getting cert when first attempt failed
rsa-key-size = 4096
acme-directory-url = "https://acme-v02.api.letsencrypt.org/directory"
acme-protocol-version = "acme-v02"
key-algorithm = RSA
[ext-wp-toolkit]
showSmartUpdates = false
[ext-catalog]
contextAds = false
extensionUpload = true
[ext-advisor]
blacklist = KernelCare,ImunifyQuickPatch,SpeedKit,PageSpeed,SeoToolkit,Acronis,CloudPro,Imunify360,SectigoSsl,Platform360_PleskSynergy
[websitesDiagnostic]
enabled = true
[webserver]
xPoweredByHeader = off
restartApacheWhenChangingFpmHandler = 1
; if apache restart is non-zero, this forces restart anyway
[notification]
; user the PROPER SERVER DOMAINs email for this
[email protected]
[mail]
clientConfig.incomingProtocols = "POP3 over SSL/TLS port 995, IMAP over SSL/TLS port 993"
clientConfig.outgoingProtocols = "SMTP over STARTTLS/Auto, port 587"
clientConfig.hideSslNote = true
clientConfig.smtpPortEncrypted = 587

Thanks for any input.
 
It certainly would be nice if there was documentation available on deprecated panel.ini settings.

I could not spot any settings on you list that seemed out of the ordinary to me. But it I am not 100% which settings are deprecated. I am however intrigued by the comment in your list that states:
to restrict access to the API. In Order: ISP1,ISP2 HAS BUG !! DON'T DO !!

What bug are you referring too?
 
Last edited:
The issue [PMBL-615] has not been resolved yet. It has some impact, but it also seems that the underlying feature is very rarely used so that other issues still have higher priority for resolution.
 
Back
Top