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

Resolved Linux CLI notification utility, ID's missing.

nilsringersma_nl

Basic Pleskian
Hi all,

System:
CentOS7
Plesk 17.8.11 #1

Context:
With this KB article we are able to disable ( or enable ) admin email notifications using the CLI. However the ID's for the notifications for WordPress APS updates and Let's Encrypt renewal are not shown in the article.

I've tried inspecting the HTML in Plesk UI to find the ID's, no luck there. Also I've tried to 'guess' the ID by incrementing:

10:06:03 [nils@accp ~]# plesk bin notification --update -id 29 -send2admin true
Notification '0' does not exists.
exit status 4

Question:
No luck there either. Anyone knows if it's possible to manage notifications for those events by CLI and what there corresponding ID is?
 
WordPress Toolkit's and Let's Encrypt's notifications are provided via corresponding extensions and its IDs are not a number.
So it is not possible to manage such notifications by CLI.
 
I've created bug for this issue with internal id: PPP-35639. We will fix it in future update/releases.
Thank you for reporting!
 
Hi all,

System:
CentOS7
Plesk 17.8.11 #1

Context:
With this KB article we are able to disable ( or enable ) admin email notifications using the CLI. However the ID's for the notifications for WordPress APS updates and Let's Encrypt renewal are not shown in the article.

I've tried inspecting the HTML in Plesk UI to find the ID's, no luck there. Also I've tried to 'guess' the ID by incrementing:

10:06:03 [nils@accp ~]# plesk bin notification --update -id 29 -send2admin true
Notification '0' does not exists.
exit status 4


Question:
No luck there either. Anyone knows if it's possible to manage notifications for those events by CLI and what there corresponding ID is?

I opened the HTML source of the notifications page in Plesk, and retrieved the key from the source code. Using that key I can disable eg. WordPress notifications:

# plesk bin notification -u -code ext-wp-toolkit-notification-admin_vulnerability_found -send2admin false
 
Back
Top