Skip to main content

Uninstalling Mailscanner and MSFE

Comments

3 comments

  • Chris McLennan

    I have a copy of the removal instructions and the original installer file (referenced in the removal instructions). Happy to post the instructions here, but will have to touch base directly regarding the installer file.

    I have a tonne of respect for the Config Server team and the tools they created, MSFE was by far one of the best third party email and spam management tools for cPanel and I hope cPanel considers adapting a similar interface into their platform, as It's been a real shame to lose it.

    0
  • verdon

    Thanks Chris, I echo your opinion on ConfigServer. I used their full commercial service for every server of mine over the last 15 years or so. They will be missed! I'd appreciate seeing whatever you have. You can email me at irony_rays.6w@icloud.com if you prefer.

    0
  • Chris McLennan

    Instructions I have on file are as follows; please note: STEP 1 won't work as the URL is no longer valid - I'll touch base directly regarding the msinstall.tar.gz file
    ------

    Here is how to uninstall Mailscanner completely and reverse the changes we made:

    1. To remove MailScanner and the MailScanner Front-End, run these commands in shell as root:

    cd /root
    wget https://download.configserver.com/msinstall.tar.gz
    tar -xzf msinstall.tar.gz
    cd msinstall/
    sh uninstall.sh
    

    2. Remove the MailScanner-specific SpamAssassin configuration files (in shell as root):

    cd /etc/mail/spamassassin/
    rm -fv configserver.cf mailscanner.cf
    

    3. To remove the MailScanner Configuration icon from cPanel, go to WHM > Packages > Feature Manager. Edit the "disabled" Feature List and check the box for MailScanner Configuration.

    4. Remove the root cron job that runs mscpanel.pl (in shell as root):

    crontab -e
    

    5. Reset Exim Configuration, in WHM > Exim Configuration Editor > Reset All Configs to Defaults. This is not required.

    6. If you want to re-enable SpamAssassin through cPanel:

    WHM > Tweak Settings > SpamAssassin > tick
    WHM > Service Manager > spamd > tick both boxes
    WHM > Feature Manager > Edit a Feature List > disabled > Edit > Apache SpamAssassin and Apache SpamAssassin Spam Box > untick (if ticked)
    WHM > Feature Manager > Edit Feature List - edit any feature lists that you want to allow access to the SpamAssassin configuration in cPanel

    0

Please sign in to leave a comment.