To install and uninstall a zimlet from zimbra 8.7.7
To Install:
As root:
You will first need to copy the zimlet into directory
/opt/zimbra/zimlets
As zimbra: (su zimbra)
zmzimletctl install zimlet_name.zip
zimzimletctl deploy zimlet_name.zip
zmzimletctl enable zimlet_name
To Uninstall/Remove:
As zimbra: (su zimbra from root)
cd /opt/zimbra/zimlets
zmzimletctl disable zimlet_name
zmzimletctl undeploy zimlet_name
To get a list of installed Zimlets:
zmzimletctl listZimlets
To get the details and information of a particular Zimlet:
As zimbra (su zimbra)
zmzimletctl info zimlet_name
For more information about the managing zimlets review the documentation posted here.
If we can help, contact us on our contact page.
Posted by Scott Barbour who has been running a zimbra server for about 6 years and currently has a hosting company and offering zimbra services.