• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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