• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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