• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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