• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

completely removing drweb

UweP

Regular Pleskian
Hi, I'm trying to remove DrWeb completely from my server, because I keep getting eMAils.

After I did:
apt-get remove drweb-base drweb-bases drweb-common drweb-daemon drweb-updater psa-drweb-configurator

I still get the following eMails:
/bin/sh: /opt/drweb/update.pl: No such file or directory

hourly.
Is there any way I can get rid of these emails?

Greetings, Uwe

P.S.: It's a Debian Lenny system.
 
Do you have file /etc/cron.d/drweb-update ?
If file exists - modify content as

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