Uninstall DrWeb from my Parallels Plesk Panel server because we do not use it.
nswer
Log in to the server under root and do the following:
Remove DrWeb antivirus packages:
# rpm -e drweb-updater drweb-common drweb-bases drweb-base drweb-daemon psa-drweb-configurator
Go to Server > Server Components (or Tools & Settings > Server Components on Plesk 10.x and newer) and update list of server components to detect that Dr.Web has been removed.
After that, run forced update of mail server configuration:
# /usr/local/psa/admin/sbin/mchk --without-spam
Remove the cron entry remaining after the uninstallation:
# rm -rf /var/spool/cron/drweb
# rm -rf /etc/cron.daily/drweb-update
Discontinue monitoring of the service by Watchdog:
/usr/local/psa/admin/bin/modules/watchdog/wd --unmonit-service=drweb
0 Comments