• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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