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

Input CLU utils notifications

nilsringersma_nl

Basic Pleskian
OS ‪CentOS Linux 7.7.1908 (Core)‬
Product Plesk Obsidian 18.0.19

My wish:
Turn off all Plesk notifications to admin/reseller/client through CLI utilities.

Used documentation:
notification: Email Notification About System Events

Input 1:
# plesk bin notification --update -id 12 -send2reseller false
Notification '' does not exists. exit status 4

Documentation shows this ID should work, it doesn't for client/reseller/admin.

Input 2:
The ID of 28 is missing in documentation but does work. Maybe it was forgotten in the documentation?

Question 3:
A lot of notifications (i.e. WP-toolkit, SSL'it) don't show a corresponding ID in the docs. For every install of Plesk we now disable those manually. Is it possible to either disable those on install or afterward via command line?

Any tips would be appreciated :).
 
Actually there is should be -code instead of -id:

Code:
# plesk bin notification --help

Usage: notification command [options]

    Available commands:
    --update or -u                     Updates notifications about system
                                       events.
    --expiration   <number of days>    Sets how many days in advance users
                                       receive expiration warnings.
    --help or -h                       Displays this help page.

    Available options:
    -code              <string>        Notification code
    -send2admin        <true|false>    Send notification to administrators.
    -send2reseller     <true|false>    Send notification to resellers.
    -send2client       <true|false>    Send notification to customers.
    -send2email        <true|false>    Send notification to a custom email.
    -subj              <string>        Notification subject
    -subj-set-default                  Set notification subject to default
                                       value
    -email             <string>        Custom email
    -text              <text>          Notification text
    -text-set-default                  Set notification text to default value

Version: 18.0.20_build1800191017.19 os_CentOS 7

Please submit report here Reports
I'll forward it to developers.
Thanks.
 
Back
Top