• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.

Dr web cron emails every hour

105547111

Silver Pleskian
On 9.5.1 I now get hourly cron emails from dr web about the updates.

Surely these should be supressed and only send out if update fails?

Cron <drweb@server> /opt/drweb/update.pl

Dr.Web (R) update details:
Update server: http://update.us.drweb.com/unix/500
Update has begun at Fri Apr 16 07:00:01 2010
Update has finished at Fri Apr 16 07:00:32 2010

Following files has been updated:
* */var/drweb/bases/drwdaily.vdb
* */var/drweb/bases/drwtoday.vdb
* */var/drweb/bases/dwntoday.vdb
* */var/drweb/bases/dwrtoday.vdb
* */var/drweb/updates/timestamp
 
Look in /etc/cron.d/

You will see a task - drweb-update

edit it:

*/30 * * * * drweb /opt/drweb/update.pl

change to:

*/30 * * * * drweb /opt/drweb/update.pl > /dev/null 2>&1

Save and enjoy the peace and quite
 
Look in /etc/cron.d/

You will see a task - drweb-update

edit it:

*/30 * * * * drweb /opt/drweb/update.pl

change to:

*/30 * * * * drweb /opt/drweb/update.pl > /dev/null 2>&1

Save and enjoy the peace and quite

I tried this fix but now, every 30 minutes, I get an email saying...

/bin/sh: 1: ambiguous redirect

Any other ideas?

Thanks
 
I had this issue as well...Turn off the Cron Summary in the file /etc/drweb/drweb32.ini

# Enables output of update session log to stdout.
CronSummary = no
 
Easy workaround to solve your problem

(1) From the Plesk Home page, click "Scheduled Tasks"
(2) Click "daemon", "drweb", or whatever is giving you the error messages
(3) Under preferences, change the email to a valid email address. I like to create a new "junk" email and redirect all those emails to that one. Then I check go to that email's inbox and "block" each sender. Or, if you really hate somebody and have their email address, use theirs!

This is the only workaround if you don't have access to .ini files or changing the configs doesn't work.

Now if only there was a way to get rid of the tacky Atmail signatures.... Atmail Fail.
 
I had this issue as well...Turn off the Cron Summary in the file /etc/drweb/drweb32.ini

# Enables output of update session log to stdout.
CronSummary = no

This doesn't help. It is set for me and I am still getting emails daily.
 
Bump. Did anybody figure this out. It is driving me nuts. The problem is that I am not to savvy with plesk or scent OS and had it installed by my service supplier. They won't help me stop the hourly cron daemon updates either. I believe I just need to stop the following service? /opt/drweb/update.pl
 
Back
Top