• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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