1.1 Removing on WHM
WHM Exim config edior advanced mode - clean out all boxes
WHM Exim config editor basic mode - reset system filter to default
1.2 Removing on SSH (suggested)
QUOTE
rm -f /etc/exim.conf.rvspam.local
mv /etc/exim.conf.local /etc/exim.conf.rvspam.local
rm -f /etc/exim.conf.rvspam.localopts
mv /etc/exim.conf.localopts /etc/exim.conf.rvspam.localopts
/scripts/eximup --force
mv /etc/exim.conf.local /etc/exim.conf.rvspam.local
rm -f /etc/exim.conf.rvspam.localopts
mv /etc/exim.conf.localopts /etc/exim.conf.rvspam.localopts
/scripts/eximup --force
2. Remove all whitelist and blacklist files in /usr/local/cpanel/base/eximacl
rm -rf /usr/local/cpanel/base/eximacl
3. Remove Razor and DCC. It is not necessary as SpamAssasin is still able to use it to detect spam. However, if you don't want them, follow these steps.
Edit /etc/mail/spamassassin/v310.pre, add # in front of the following lines.
# loadplugin Mail::SpamAssassin::Plugin::DCC
# loadplugin Mail::SpamAssassin::Plugin::Razor2
Remove /var/spool/mqueue/.razor
Remove /var/dcc
chkconfig --del DCC
Remove DCC from /etc/rc.d/init.d
Remove DCC cron from /etc/cron.daily
Close ports 6277 and 2703 in firewall.