• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

How to uninstall a Product under Plesk Panel 11

tholler

New Pleskian
Hi there,

under a ubunto server with plesk panel 11.0.9 running I have installed Atmail webmail servive. But now we want to change to Horde, so I want to uninstall atmail but can't find hoe to do it under plesk.

Please help me,

Regards
TH
 
You don't actually need to uninstall one webmail to use another. Just make sure the webmail you are going to use is installed and then switch to it (as default one) in server mail settings. IIRC, clients can also choose webmail for subscription, if several are available.
 
Does this sound correct to everyone? I'm not sure if you need to disable atmail before removal. I got this off the KB,

/usr/local/psa/admin/sbin/webmailmng --disable --name=atmailcom
/usr/local/psa/admin/sbin/webmailmng --remove --name=atmailcom

If Horde is not installed, I believe this should install it.

/opt/psa/admin/bin/autoinstaller --select-release-current -install component horde
 
Does this sound correct to everyone? I'm not sure if you need to disable atmail before removal. I got this off the KB,

/usr/local/psa/admin/sbin/webmailmng --disable --name=atmailcom
/usr/local/psa/admin/sbin/webmailmng --remove --name=atmailcom

Not 100% sure this still works with Plesk 11, but I guess it should. Anyway, this will just unregister AtMail as a webmail. It will not be removed from the system per se, only from the panel UI.

If Horde is not installed, I believe this should install it.

/opt/psa/admin/bin/autoinstaller --select-release-current -install component horde

Yes, but there are minor typos in your command line.
 
Back
Top