Zimbra Releases/10.1.0/patch installation

Revision as of 10:09, 4 February 2026 by Yogesh.dasi (talk | contribs) (→‎Ubuntu)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Zimbra Collaboration Daffodil 10.1.x Patch Installation

Please refer to the steps below to install Daffodil 10.1.x on Redhat and Ubuntu platforms:

Before Installing the Patch, consider the following:

  • Patches are cumulative.
  • A full backup should be performed before any patch is applied. There is no automated roll-back.
  • Zimlet patches can include removing existing Zimlets and redeploying the patched Zimlet.
  • Only files or Zimlets associated with installed packages will be installed from the patch.
  • Switch to zimbra user before using ZCS CLI commands.
  • Any third-party configuration changes like SAML will get overwritten during the patch upgrade and should be backed up before starting the patch upgrade process.
  • Important! You cannot revert to the previous ZCS release after you upgrade to the patch.
  • Important! Zimbra Ubuntu packaging GPG key had expired, causing signature verification errors during repository updates. Update the expired Zimbra Ubuntu packaging GPG key and upload to keyserver. Customers must fetch the new key before upgrading to new version. Please run the following command in the terminal: sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 5234D2B73B6996C7.


Redhat

Installing Zimbra packages with system package upgrades

  • Please follow the below steps on all ZCS servers with the following server sequence: LDAP server(s), LDS server, MTA server(s), Proxy server(s), and Mailbox server(s).
  • As root, first clear the yum cache and check for updates so the server sees there is a new zimbra-patch package in the patch repository:
yum clean metadata
yum check-update
  • On mailstore node, install the following package (Skip this step if the mailstore server is already updated to Patch 10.1.3):
yum install zimbra-core-components
  • Then ask yum to update available packages:
yum update
  • Upgrade zimbra-lds-patch on lds node
yum install zimbra-lds-patch
  • Restart LDS as zimbra user on LDS node:
su - zimbra
zmlicensectl --service restart
  • Upgrade zimbra-onlyoffice-patch on Onlyoffice node
yum install zimbra-onlyoffice-patch
  • Restart ZCS as zimbra user:
su - zimbra
zmcontrol restart

Installing Zimbra packages individually

Install/Upgradezimbra-ldap-patch on LDAP node

  • As root, first clear the yum cache and check for updates so the server sees there is a new zimbra-ldap-patch package in the patch repository:
yum clean metadata
yum check-update
  • As root, install the package:
yum install zimbra-ldap-patch
  • Restart ZCS as zimbra user:
su - zimbra
zmcontrol restart


Install/Upgradezimbra-lds-patch on LDS node

  • As root, first clear the yum cache and check for updates so the server sees there is a new zimbra-lds-patch package in the patch repository:
yum clean metadata
yum check-update
  • As root, install the package:
yum install zimbra-lds-patch
  • Restart LDS as zimbra user:
su - zimbra
zmlicensectl --service restart


Install/Upgradezimbra-nalpeiron-offline-daemon on LDS node offline setup only

  • As root, first clear the yum cache and check for updates so the server sees there is a new zimbra-nalpeiron-offline-daemon package in the patch repository:
yum clean metadata
yum check-update
  • As root, install the package:
yum install zimbra-nalpeiron-offline-daemon
  • Restart nalpeiron as zimbra user:
su - zimbra
zmlicensectl --nalpeiron restart


Install/Upgrade zimbra-mta-patch on MTA node

  • As root, first clear the yum cache and check for updates so the server sees there is a new zimbra-mta-patch package in the patch repository:
yum clean metadata
yum check-update
  • As root, install the package:
yum install zimbra-mta-patch
  • Restart amavisd as zimbra user:
su - zimbra
zmamavisdctl restart

Install/Upgrade zimbra-dnscache-components on MTA node

  • If dnscache is installed, upgrade the package before restarting the services:
yum install zimbra-dnscache-components

Install/Upgrade zimbra-snmp-components on MTA node

  • If snmp is installed, upgrade the package before restarting the services:
yum install zimbra-snmp-components
  • Restart amavisd as zimbra user:
su - zimbra
zmamavisdctl restart


Install/Upgrade zimbra-proxy-patch on Proxy node

  • As root, first clear the yum cache and check for updates so the server sees all updated packages in the patch repository:
yum clean metadata
yum check-update
  • Then install the package:
yum install zimbra-proxy-patch
  • Restart proxy as zimbra user:
su - zimbra
zmproxyctl restart
zmmemcachedctl restart

Install/Upgrade snmp if it is installed on Proxy node

yum install zimbra-snmp-components
  • Restart proxy as zimbra user:
su - zimbra
zmproxyctl restart


Install/Upgrade zimbra-patch on mailstore node

  • As root, first clear the yum cache and check for updates so the server sees all updated packages in the patch repository:
yum clean metadata
yum check-update
  • As root, install the package:
yum install zimbra-patch
  • If apache is installed, upgrade the package before restarting the services:
yum install zimbra-apache-components
  • If spell is installed, upgrade the package before restarting the services:
yum install zimbra-spell-components
  • If snmp is installed, upgrade the package before restarting the services:
yum install zimbra-snmp-components
  • Restart ZCS as zimbra user:
su - zimbra
zmcontrol restart


Upgrade zimbra-onlyoffice-patch (if Onlyoffice is installed already)

  • As root, install the package
yum install zimbra-onlyoffice-patch
  • Restart ZCS as zimbra user:
su - zimbra
zmcontrol restart


Zimbra Additional Zimlets

Note: - You can install the packages of your choice from the below list.

Install/Upgrade zimbra-zimlet-slack, zimbra-zimlet-zoom, zimbra-zimlet-dropbox, zimbra-zimlet-google-drive, zimbra-zimlet-onedrive, zimbra-zimlet-jitsi, zimbra-zimlet-video-call-preferences, zimbra-zimlet-nextcloud, zimbra-zimlet-voice-message, zimbra-zimlet-sideloader, zimbra-zimlet-user-sessions-management, zimbra-zimlet-org-chart, zimbra-zimlet-privacy-protector, zimbra-zimlet-custom-fonts, zimbra-zimlet-download-email, zimbra-zimlet-import-export-ics, zimbra-zimlet-attachment-missing-alert, zimbra-zimlet-custom-fonts, zimbra-zimlet-email-reminder, zimbra-zimlet-preventive-ooo, zimbra-zimlet-tlp, zimbra-zimlet-disable-screen-capture, zimbra-zimlet-mail-translate on mailstore node

yum install zimbra-zimlet-slack
yum install zimbra-zimlet-zoom
yum install zimbra-zimlet-dropbox
yum install zimbra-zimlet-google-drive
yum install zimbra-zimlet-onedrive
yum install zimbra-zimlet-jitsi
yum install zimbra-zimlet-video-call-preferences
yum install zimbra-zimlet-nextcloud
yum install zimbra-zimlet-voice-message
yum install zimbra-zimlet-sideloader
yum install zimbra-zimlet-user-sessions-management
yum install zimbra-zimlet-org-chart
yum install zimbra-zimlet-privacy-protector
yum install zimbra-zimlet-custom-fonts
yum install zimbra-zimlet-download-email
yum install zimbra-zimlet-import-export-ics
yum install zimbra-zimlet-attachment-missing-alert
yum install zimbra-zimlet-custom-fonts
yum install zimbra-zimlet-email-reminder
yum install zimbra-zimlet-preventive-ooo
yum install zimbra-zimlet-tlp
yum install zimbra-zimlet-disable-screen-capture
yum install zimbra-zimlet-mail-translate
  • Restart Zimbra mailbox service as zimbra user:
su - zimbra
zmmailboxdctl restart

Ubuntu

Installing zimbra packages with system package upgrades

  • Please follow the below steps on all ZCS servers with the following server sequence: LDAP server(s), LDS server, MTA server(s), Proxy server(s), and Mailbox server(s).
  • As root, check for updates so the server checks there is a new zimbra-patch package in the patch repository:
apt-get update
  • On mailstore node, install the following package (Skip this step if the mailstore server is already updated to Patch 10.1.3):
apt-get install zimbra-core-components
  • Then update available packages:
apt upgrade
  • Upgrade zimbra-lds-patch on lds node
apt-get install zimbra-lds-patch
  • Restart LDS as zimbra user on LDS node:
su - zimbra
zmlicensectl --service restart
  • Upgrade zimbra-onlyoffice-patch on Onlyoffice node
apt-get install zimbra-onlyoffice-patch


  • Restart ZCS as zimbra user:
su - zimbra
zmcontrol restart

Installing zimbra packages individually

Install/Upgrade zimbra-ldap-patch on LDAP node

  • As root, check for updates so the server checks there is a new zimbra-ldap-patch package in the patch repository:
apt-get update
  • As root, install the package:
apt-get install zimbra-ldap-patch
  • Restart ZCS as zimbra user:
su - zimbra
zmcontrol restart

Install/Upgradezimbra-lds-patch on LDS node

  • As root, check for updates so the server checks there is a new zimbra-lds-patch package in the patch repository:
apt-get update
  • As root, install the package:
apt-get install zimbra-lds-patch
  • Restart LDDS as zimbra user:
su - zimbra
zmlicensectl --service restart


Install/Upgradezimbra-nalpeiron-offline-daemon on LDS node offline setup only

  • As root, check for updates so the server checks there is a new zimbra-nalpeiron-offline-daemon package in the patch repository:
apt-get update
  • As root, install the package:
apt-get install zimbra-nalpeiron-offline-daemon
  • Restart nalpeiron as zimbra user:
su - zimbra
zmlicensectl --nalpeiron restart

Install/Upgrade zimbra-mta-patch on MTA node

  • As root, check for updates so the server checks there is a new zimbra-mta-patch package in the patch repository:
apt-get update
  • As root, install package
apt-get install zimbra-mta-patch
  • Restart amavisd as zimbra user:
su - zimbra
zmamavisdctl restart

Install/Upgrade zimbra-dnscache-components on MTA node

  • As root, check for updates so the server checks there is a new zimbra-dnscache-components package in the patch repository:
apt-get update
  • If dnscache is installed, upgrade the package before restarting the services:
apt-get install zimbra-dnscache-components

Install/Upgrade zimbra-snmp-components on MTA node

  • As root, check for updates so the server checks there is a new zimbra-snmp-components package in the patch repository:
apt-get update
  • If snmp is installed, upgrade the package before restarting the services:
apt-get install zimbra-snmp-components
  • Restart amavisd as zimbra user:
su - zimbra
zmamavisdctl restart


Install/Upgrade zimbra-proxy-patch on Proxy node

  • As root, check for updates so the server checks there is a new zimbra-proxy-patch package in the patch repository:
apt-get update
  • As root, install package
apt-get install zimbra-proxy-patch
  • Restart proxy as zimbra user:
su - zimbra
zmproxyctl restart
zmmemcachedctl restart

Install/Upgrade snmp if it is installed on Proxy node

  • As root, check for updates so the server checks there is a new zimbra-snmp-components package in the patch repository:
apt-get update
apt-get install zimbra-snmp-components
  • Restart proxy as zimbra user:
su - zimbra
zmproxyctl restart


Install/Upgrade zimbra-patch on mailstore node

  • As root, check for updates and install package:
apt-get update
apt-get install zimbra-patch
  • If apache is installed, upgrade the package before restarting the services:
apt-get install zimbra-apache-components
  • If spell is installed, upgrade the package before restarting the services:
apt-get install zimbra-spell-components
  • If snmp is installed, upgrade the package before restarting the services:
apt-get install zimbra-snmp-components
  • Restart ZCS as zimbra user:
su - zimbra
zmcontrol restart


Upgrade zimbra-onlyoffice-patch (if Onlyoffice is installed already)

  • As root, check for updates so the server checks there is a new zimbra-onlyoffice-patch package in the patch repository:
apt-get update
  • As root, install the package
apt-get install zimbra-onlyoffice-patch
  • Restart ZCS as zimbra user:
su - zimbra
zmcontrol restart

Zimbra Additional Zimlets

Note: - You can install the packages of your choice from the below list.

Install/Upgrade zimbra-zimlet-slack, zimbra-zimlet-zoom, zimbra-zimlet-dropbox, zimbra-zimlet-google-drive, zimbra-zimlet-onedrive, zimbra-zimlet-jitsi, zimbra-zimlet-video-call-preferences, zimbra-zimlet-nextcloud, zimbra-zimlet-voice-message, zimbra-zimlet-sideloader, zimbra-zimlet-user-sessions-management, zimbra-zimlet-org-chart, zimbra-zimlet-privacy-protector, zimbra-zimlet-custom-fonts, zimbra-zimlet-download-email, zimbra-zimlet-import-export-ics, zimbra-zimlet-attachment-missing-alert, zimbra-zimlet-custom-fonts, zimbra-zimlet-email-reminder, zimbra-zimlet-preventive-ooo, zimbra-zimlet-tlp, zimbra-zimlet-disable-screen-capture, zimbra-zimlet-mail-translate on mailstore node

apt-get install zimbra-zimlet-slack
apt-get install zimbra-zimlet-zoom
apt-get install zimbra-zimlet-dropbox
apt-get install zimbra-zimlet-google-drive
apt-get install zimbra-zimlet-onedrive
apt-get install zimbra-zimlet-jitsi
apt-get install zimbra-zimlet-video-call-preferences
apt-get install zimbra-zimlet-nextcloud
apt-get install zimbra-zimlet-voice-message
apt-get install zimbra-zimlet-sideloader
apt-get install zimbra-zimlet-user-sessions-management
apt-get install zimbra-zimlet-org-chart
apt-get install zimbra-zimlet-privacy-protector
apt-get install zimbra-zimlet-custom-fonts
apt-get install zimbra-zimlet-download-email
apt-get install zimbra-zimlet-import-export-ics
apt-get install zimbra-zimlet-attachment-missing-alert
apt-get install zimbra-zimlet-custom-fonts
apt-get install zimbra-zimlet-email-reminder
apt-get install zimbra-zimlet-preventive-ooo
apt-get install zimbra-zimlet-tlp
apt-get install zimbra-zimlet-disable-screen-capture
apt-get install zimbra-zimlet-mail-translate
  • Restart Zimbra mailbox service as zimbra user:
su - zimbra
zmmailboxdctl restart
Jump to: navigation, search