Hi, I receive these emails daily from (Cron Daemon):
Cron <[email protected]> (/usr/local/cpanel/scripts/fix-cpanel-perl; /usr/local/cpanel/scripts/upcp --cron)
As I have forwarded all the *@domain to my email.
I've read it's possible to remove the email notification completely with adding:
> /dev/null 2>&1
to:
28 0 * * * /usr/local/cpanel/scripts/upcp --cron
But is it possible to just disable the email notifications if it is successful, so if it fails we can receive an email about it.
Maybe the option is in the Contact Manager in WHM?
Thanks
Cron <[email protected]> (/usr/local/cpanel/scripts/fix-cpanel-perl; /usr/local/cpanel/scripts/upcp --cron)
As I have forwarded all the *@domain to my email.
I've read it's possible to remove the email notification completely with adding:
> /dev/null 2>&1
to:
28 0 * * * /usr/local/cpanel/scripts/upcp --cron
But is it possible to just disable the email notifications if it is successful, so if it fails we can receive an email about it.
Maybe the option is in the Contact Manager in WHM?
Thanks