• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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