• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

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