• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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