How to stop upcp cron emails?
Hello,
Every day, I am sent the "upcp" cron emails from all my servers. The subject line looks like this:
[QUOTE]Cron /usr/local/cpanel/scripts/upcp --cron
How can I stop them from being sent? I only want to be sent an email IF there is a problem discovered during upcp process. Thanks.
How can I stop them from being sent? I only want to be sent an email IF there is a problem discovered during upcp process. Thanks.
-
The following will stop you receiving the emails, but won't inform you if /upcp had errors: /usr/local/cpanel/scripts/upcp --cron >/dev/null 2>&1
0 -
Hello :) You can try modifying the cron job as indicated in the previous post via the following command: crontab -e
Or, depending on your version of cPanel, you can use: "WHM Home " Server Configuration " Configure cPanel Cron Jobs" Note that on earlier versions of cPanel, you must install the "Cron Config" plugin via: "WHM Home " cPanel " Manage Plugins" Thank you.0
Please sign in to leave a comment.
Comments
2 comments