Mailscanner uninstallation
Open your console and execute this
# https://download.configserver.com/msinstall.tar.gz
# tar -xzf msinstall.tar.gz;cd msinstall/;sh uninstall.sh
# rm -f /root/msinstall.tar.gz;rm -fr /root/msinstall
# rm -f /usr/local/cpanel/whostmgr/docroot/cgi/addon_mailscanner.cgi
Now open the file postupcp with your preferred edito (nano,vi..)
# nano /scripts/postupcp
and remove all mailscanner row if you have anyone.
Now open edit your root cron list using
# crontab -e
and remove all mailscanner cron rows if you have anyone. Now open
cPanel WHM
Packages
Feature Manager and click
Edit over each Feature List in
Manage feature list.
You should remove
mailscanner from each feature list .
Edit a Feature List
and remove
mailscanner from each feature list. Mailscanner should be fully uninstalled, you can continue ASSP installation now.
MagicSpam uninstallation
Open your console and execute this
# rpm --query --all | grep "magic"
it should return the version of your MagicSpam installation , for example
magicspampro-cpanel-2.0-2.3
copy the result received and uninstall MagicSpam rpm in this way
rpm -e
magicspampro-cpanel-2.0-2.3
MagicSpam should be fully uninstalled, you can continue ASSP installation now.