• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • 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.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Question How can I stop my Plesk spamming me?

Sergio Manzi

Regular Pleskian
Today I got this email... from my Plesk server.

Hello Sergio Manzi,

You have chosen not to share your opinion about Plesk a while ago. We understand! Everyone is very busy these days. If you ever get a minute, though, we would love to hear your thoughts and suggestions. Just click the "Share an Opinion" link in the footer or follow this link: https://myplesk.example.com:8443/admin/rating to leave us feedback.

Exactly, I had my reasons for not taking the survey. Now, how often I'm supposed to receive this spam? Can I stop it somehow?
 
Thank-you @IgorG

That has been added to my anti-spam/privacy-concerned list of panel.ini options:
Code:
[aps]
serverAppsPromoEnabled = off

[facebook]
showLikeLink = false

[promos]
enabled = off

[rating]
enabled=false

[twitter]
showFollowLink = false

[userActivityTracking]
enabled=false

BTW, are off and false globally equivalent, or are they specific to any particular option?
 
This can be easily found using the "panel.ini Editor" extension :)
I admit you got me in a lazy moment, where asking was easier than searching and/or testing...

I don't see any specific information about that in the "Panel.ini Editor" extension. If what you meant is that using the editor I can try and make changes and see what happens, I agree, but TBH I'd rather use vim for that: I find it even easier!

But then, from a conceptual point of view one should test any and all option to have a definitive answer: not having access to the source of the code parsing those options one can't affirm with certainty that the "treatment" reserved to the true/false and on/off values is the same for every option, but at max that there is an high probability that that's the case.

That's why I think asking to those in the know has some sense (laziness apart...).
 
Back
Top