• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Where I disable cron E-mail

A

AbrahamR

Guest
I'm tried to disable cron sent me every hour an e-mail about updates or errors, specially Dr. web. one of the e-mails is in the queue, because the e-mail don't exists. This is one of them: Cron <root@Mydomain> [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/l/var/spool/postfix/active/BCF6D2195 . This another Cron <drweb@Mydomain> /opt/drweb/update.pl. And is every day, different hours I verify the E-mail queue and I find this errors or udpdates. I'm using Plesk 10.3.1 with Debian 6. Where I edit the cron to stop this e-mails. I disable all the reports in the console and continue.

Note: I edit my real domain for Mydomain for this messages only.

Thanks with any help.
 
Look at /etc/cron.daily/drweb-update file add '>/dev/null 2>&1' at the end of the line

exec /opt/drweb/update.pl
 
Back
Top