Remove DRWeb from plesk

DRWeb has been causing lots of problems on 3 servers.  Here is how to remove it completely

[sourcecode]rpm -qa | grep "drweb" | xargs rpm -e[/sourcecode]

If you then get any error messages in your log files do this.

[sourcecode]</pre>
/usr/local/psa/admin/sbin/mailmng –stop-service
mkdir /root/bup-handlers
cp -a /usr/local/psa/handlers/before* /root/bup-handlers/
cp -a /usr/local/psa/handlers/info /root/bup-handlers/
rm -rf /usr/local/psa/handlers/before-*/*
rm -rf /usr/local/psa/handlers/info/*
/usr/local/psa/admin/sbin/mchk –with-spam

/usr/local/psa/admin/sbin/mailmng –start-service
<pre>[/sourcecode]

Be the first to comment

Leave a Reply

Your email address will not be published.


*


This site uses Akismet to reduce spam. Learn how your comment data is processed.