1. Home
  2. Zimbra Modern UI

Zimbra Modern UI

Zimlet Installation

At the end of this step, the Zimlet imMail must be installed, and a Tab (imMail) should be available into the Chats Tab on Zimbra’s main menu. ( If you have configured the SSO Integration and the user logged in the Zimbra exists on imMail as well, the imMail dashboard will be shown as soon as you click on the tab. )

  1. Push zimbra-zimlet-immail.zip file to the Zimbra server:
  2. As a Zimbra user run the following command to install the Modern Interface’s Zimlet:
zmzimletctl deploy zimbra-zimlet-immail.zip
  1. Grant permission to imMail domains if they are different from the Zimbra domain:
zmprov mc default +zimbraProxyAllowedDomains *.immail.ca
  1. To configure the imMail URLs in the Zimlet and other properties, create a config template file with the right addresses:
echo '<zimletConfig name="zimbra-zimlet-immail" version="0.6.0">
      <global>
          <property name="immailApiUrl">https://api.immail.ca</property>
          <property name="immailWebUrl">https://web.immail.ca</property>
          <property name="appName">imMail</property>
          <property name="showAppIcon">true</property>
      </global>
  </zimletConfig>' > /tmp/immail_config_template.xml
  1. Import the new configuration file by the running following command:
zmzimletctl configure /tmp/immail_config_template.xml
  1. You might need to clear the Zimlet cache to see the new configuration applied:
zmprov flushCache zimlet

Was this article helpful?