ZimletUtil

Revision as of 20:07, 13 March 2006 by Jylee (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The command line tool zmzimletctl is used to deploy and manage Zimlets.

 $ /opt/zimbra/bin/zmzimletctl
 zmzimletctl: [command] [ zimlet.zip | config.xml | zimlet ]
       deploy {zimlet.zip} - install, ldapDeploy, grant ACL on default COS, then enable Zimlet
       undeploy {zimlet} - remove the Zimlet entry from the system
       install {zimlet.zip} - installs the Zimlet files on this host
       ldapDeploy {zimlet} - add the Zimlet entry to the system
       enable {zimlet} - enables the Zimlet
       disable {zimlet} - disables the Zimlet
       acl {zimlet} {cos1} grant|deny [{cos2} grant|deny...] - change the ACL for the Zimlet on a COS
       listAcls {zimlet} - list ACLs for the Zimlet
       listZimlets - show status of all the Zimlets in the system.
       getConfigTemplate {zimlet.zip} - dumps the configuration
       configure {config.xml} - installs the configuration
       listPriority - show the current Zimlet priorities (0 high, 9 low)
       setPriority {zimlet} {priority} - set Zimlet priority

zmzimletctl listZimlets shows all the installed Zimlets in the system.

 $ /opt/zimbra/bin/zmzimletctl listZimlets
 Installed Zimlet files on this host:
       com_zimbra_amzn
       com_zimbra_phone
       com_zimbra_tracking
       com_zimbra_url
 Installed Zimlets in LDAP:
       com_zimbra_amzn
       com_zimbra_phone
       com_zimbra_tracking
       com_zimbra_url
 Available Zimlets in COS:
   default:
       com_zimbra_amzn
       com_zimbra_phone
       com_zimbra_tracking
       com_zimbra_url

Todo: deploy / undeploy / enable / disable / configure / acls / priorities

Jump to: navigation, search