- Applies to:
- Plesk 11.0 & 12.0 for Linux
- Plesk 10.4 for Linux/Unix
Symptoms
Customers receive daily/weekly e-mail notifications like:
-----Original Message-----
From: Cron Daemon [mailto:root@domain.tld]
Sent: Tuesday, 1 October 2013 4:04 AM
To: root@domain.tld
Subject: Cron [ ! -f /etc/cron.hourly/0anacron ] && run-parts /etc/cron.daily
/etc/cron.daily/drweb-update:
Dr.Web (R) update details:
Update server: http://update.fr1.drweb.com/unix/500
Update has begun at Tue Oct 1 04:03:29 2013 Update has finished at Tue Oct 1 04:03:43 2013
Following files has been updated:
/var/drweb/bases/drw500c3.vdb
/var/drweb/bases/drwdaily.vdb
/var/drweb/bases/drwtoday.vdb
/var/drweb/bases/dwntoday.vdb
/var/drweb/bases/dwrtoday.vdb
/var/drweb/updates/timestamp
Hot to disable E-mail notifications about Dr.Web updates?
Resolution
1) Open /etc/drweb/drweb32.ini
file
2) Change string "CronSummary = yes" to "CronSummary = no"
3) Restart drweb daemon:
# /etc/init.d/drwebd restart
4) If this will not help please edit /etc/cron.daily/drweb-update
file as below:
#!/bin/sh
exec /opt/drweb/update.pl > /dev/null 2>&1
Reference: KB 124416