Zimbra Releases/8.8.10/P2: Difference between revisions

 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{WIP}}
=Zimbra Collaboration 8.8.10 Patch 2 GA Release=
=Zimbra Collaboration 8.8.10 Patch 2 GA Release=


Line 32: Line 31:


'''Zimbra Drive (Beta)'''
'''Zimbra Drive (Beta)'''
Zimbra Drive v2 is a new Zimbra component that provides both a full fledged file storage system integrated with the Zimbra Web Client. Drive feature is disabled by default, you can enable it using below command as zimbra user.
Zimbra Drive is a new Zimbra component that provides both a full fledged file storage system integrated with the Zimbra Web Client. Drive feature is disabled by default, you can enable it using below command as zimbra user.
  su - zimbra
  su - zimbra
  zmzimletctl enable com_zextras_drive
  zmzimletctl enable com_zextras_drive

Latest revision as of 07:21, 19 November 2018

Zimbra Collaboration 8.8.10 Patch 2 GA Release

Check out the "Security Fixes", "What's New","Zimbra NG Changelog" for this version of Zimbra Collaboration. Please refer "Patch Installation" section for Patch Installation instructions.As always, you’re encouraged to tell us what you think in the Forums, or open a support ticket to report issues.

Security Fixes

Information about security fixes, security response policy and vulnerability rating classification are listed below. See the Zimbra Security Response Policy and the Zimbra Vulnerability Rating Classification information below for details.

Bug# Summary CVE-ID CVSS
Score
Zimbra
Rating
Fix Release or
Patch Version
109020 Persistent XSS - Web Client / Defanger [CWE-79] CVE-2018-18631 5.0 Major 8.8.10 Patch 2

What's New

NOTE: Beta features should not be installed and are not supported on production systems. Beta modules have been provided for evaluation in lab environments only.

Zimbra Drive (Beta) Zimbra Drive is a new Zimbra component that provides both a full fledged file storage system integrated with the Zimbra Web Client. Drive feature is disabled by default, you can enable it using below command as zimbra user.

su - zimbra
zmzimletctl enable com_zextras_drive
zxsuite drive doStartService module

Software changes

Zimbra NG Changelog

Chat Zimlet:
  • Fixed visualization problem with file shared via chat
  • Fixed error on inviting on space channel
Drive Zimlet:
  • Added ability to move files and folders through a dialog
  • Added ability to mark item as starred / unstarred
  • Added predefined Search functionality - Starred
  • Added ability to manage multiple files and folders selection
HSM:
  • Disabled volume delete operation when remote volume created with HSM NG and tried to delete using the legacy command
Admin Zimlet:
  • Proper error message is shown when start date set by the user is before the end date in restore mailbox interface

Patch Installation

Before Installing the Patch

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 user zimbra before using ZCS CLI commands.
  • Important! You cannot revert to the previous ZCS release after you upgrade to the patch.
  • Important Note for ZCS Setup with Local ZCS repository: Customers who have setup local ZCS repository should first update the local repository by following instructions in wiki

Install the Patch

  • Please make note that, installing zimbra-patch package only updates the Zimbra core packages.

8.8.10 Patch2 Packages

Below are the latest available packages:

Package Name                  Version
FOSS:
zimbra-patch              ->  8.8.10.1539936969.p2-1
zimbra-common-core-jar    ->  8.8.10.1539761282-1
zimbra-mbox-webclient-war ->  8.8.10.1538673683-1

NETWORK:
zimbra-patch              ->  8.8.10.1539936969.p2-2
zimbra-network-modules-ng ->  3.0.2.1539363424-1
zimbra-docs               ->  2.0.0.1539958161-1
zimbra-talk               ->  3.0.1.1539160425-1
zimbra-drive-ng           -> 1.0.0.1540561611-1

Please refer below steps for 8.8.10 Patch 2 installation on Redhat and Ubuntu platforms:

Redhat

1. Installing zimbra packages individually

Install/Upgrade zimbra-patch on mailstore node for FOSS and NETWORK

  • As root, install the patch. Type
yum clean metadata 
yum check-update 
yum install zimbra-patch
  • Switch to user zimbra
su – zimbra
  • ZCS must be restarted to changes to take effect. Type
zmcontrol restart

Install/Upgrade zimbra-chat for FOSS and NETWORK

  • As root, Type below command.
yum install zimbra-chat 
  • Switch to user zimbra
su – zimbra
  • Zimbra mailbox service must be restarted to changes to take effect. Type
zmmailboxdctl restart


Install/Upgrade zimbra-talk and zimbra-network-modules-ng (NETWORK Only)

  • As root, Type below command.
yum clean metadata 
yum check-update 
yum install zimbra-network-modules-ng
yum install zimbra-talk
  • Switch to user zimbra
su – zimbra
  • Zimbra mailbox service must be restarted to changes to take effect. Type
zmmailboxdctl restart


Install/Upgrade zimbra-docs (NETWORK Only)

  • As root, Type below command.
yum install zimbra-docs
  • Switch to user zimbra
su – zimbra
  • Zimbra mailbox service must be restarted to changes to take effect. Type
zmmailboxdctl restart


Install/Upgrade zimbra-drive-ng (NETWORK Only)

  • As root, Type below command.
yum install zimbra-drive-ng
  • Switch to user zimbra
su – zimbra
  • Zimbra mailbox service must be restarted to changes to take effect. Type
zmmailboxdctl restart

2. Installing zimbra packages with system package upgrades

  • As root, type below command to clear yum cache
yum clean metadata
  • As root, type below command first time so the server sees there is a new zimbra-patch package in the 8810 patch repository
yum check-update
  • As root, type below command to update most available packages.
yum update
  • Switch to user zimbra
su – zimbra
  • ZCS must be restarted to changes to take effect. Type
zmcontrol restart

Ubuntu

1. Installing zimbra packages individually

Install/Upgrade zimbra-patch on mailstore node for FOSS and NETWORK

  • As root, install the patch. Type
apt-get update
apt-get install zimbra-patch
  • Switch to user zimbra
su – zimbra
  • ZCS must be restarted to changes to take effect. Type
zmcontrol restart

Install/Upgrade zimbra-chat for FOSS and NETWORK

  • As root, Type below command.
apt-get install zimbra-chat 
  • Switch to user zimbra
su – zimbra
  • Zimbra mailbox service must be restarted to changes to take effect. Type
zmmailboxdctl restart

Install/Upgrade zimbra-talk and zimbra-network-modules-ng (NETWORK Only)

  • As root. Type below command.
apt-get update
apt-get install zimbra-network-modules-ng
apt-get install zimbra-talk
  • Switch to user zimbra
su – zimbra
  • Zimbra mailbox service must be restarted to changes to take effect. Type
zmmailboxdctl restart


Install/Upgrade zimbra-docs (NETWORK Only)

  • As root, Type below command.
apt-get install zimbra-docs
  • Switch to user zimbra
su – zimbra
  • Zimbra mailbox service must be restarted to changes to take effect. Type
zmmailboxdctl restart


Install/Upgrade zimbra-drive-ng (NETWORK Only)

  • As root, Type below command.
apt-get install zimbra-drive-ng
  • Switch to user zimbra
su – zimbra
  • Zimbra mailbox service must be restarted to changes to take effect. Type
zmmailboxdctl restart

2. Installing zimbra packages with system package upgrades

  • As root, type below command first time so the server sees there is a new zimbra-patch package in the 889 patch repository
apt-get update
  • As root, type below command to update most available packages
apt-get upgrade

OR

  • As root, type below command to update all available packages plus any kernel updates.
apt-get dist-upgrade
  • Switch to user zimbra
su – zimbra
  • ZCS must be restarted to changes to take effect. Type
zmcontrol restart
Jump to: navigation, search