• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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