Problems With DrWeb Sending Failure e-mail Notices

If you have your own server and you are getting failure notice emails from DrWeb Antivirus, you need to make some changes to your settings.

You should change the crontab of the DrWeb update to not mail you in the first place – this will remove all the spam you recieve at every DrWeb update.

Login to Plesk as Admin.

In the Settings -> Scheduled Tasks -> drweb (just click the link)

You change the Command of the cronjob by adding a “>/dev/null 2>&1″ to the end of command. I.e.

Code:

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

This will make sure that Crontab does not mail you with the output of the updatescript every time it exits.

Please keep in mind that depending on your OS – for some reason there might also be a crontab entry for the update in your filesystem under

#/etc/cron.d/drweb-update

Where you will also need to edit the commandstring to be “/opt/drweb/update.pl >/dev/null 2>&1″

You must be logged in to post a comment.