Zimbra Suite Plus/Changelog: Difference between revisions

mNo edit summary
(29 intermediate revisions by 3 users not shown)
Line 6: Line 6:
   <li class="active">Changelog</li>
   <li class="active">Changelog</li>
</ol>
</ol>
__NOTOC__
__NOTOC__
<div class="col-md-12"><br /></div>
<div class="col-md-12"><br /></div>
Line 20: Line 21:
{| border="1" style="text-align:center;"
{| border="1" style="text-align:center;"
|'''Zimbra Suite Plus'''
|'''Zimbra Suite Plus'''
|'''Migration Tool'''
|-
|-
| {{ZSPVERSION}}
| {{ZSPVERSION}}
| {{ZSPVERSION}}
|}
|}
Line 29: Line 28:
{| border="1" style="text-align:center;"
{| border="1" style="text-align:center;"
|'''Zimbra Suite Plus'''
|'''Zimbra Suite Plus'''
|'''Migration Tool'''
 
|-
|-
| {{ZSPRELEASE}}
| {{ZSPRELEASE}}  
| {{ZSPRELEASE}}  
|}
|}


== Changelog ==
=== Version 3.0.7 ===
 
===== '''Backup+''' =====
Title: Invalid <tt>failedItems</tt> detection during backup path initialization<br/>
Description: When the Backup Path is being initialized, deleting an item from a mailbox when the engine is backing it up returned an "Item not found" message since the list of items is fetched by the <tt>AccountVisitor</tt> at the beginning of the process.
 
===== '''Mobile+''' =====
Title: Make optional the dump of actions and encoders in the <tt>sync.log</tt>.<br/>
Description: Added a new log level for both general NG logging and Account Loggers called trace, which is by all means equal to the pre-P7 debug level. The debug log level has been changed so that it avoids logging action and encoder information to make it more readable.<br/>
Note: To set the general NG Log Level to trace, run:<br/>
<tt>zxsuite config server $(zmhostname) attribute ZxCore_LogLevel value -1</tt>
 
Title: Zimbra account logger to debug won’t show any mobile actions.<br/>
Description: When enabling Zimbra’s own debug account logger for a single account, mobile actions weren’t logged as <tt>debug</tt>.
 
Title: Add 2 more items (16.0 and 16.1) to EAS protocol option<br/>
Description: With the addition of EAS 16.0/16.1 support, the relevant Admin Console drop-down selector must be updated accordingly
Notes: EAS16/16.1 is still in beta stage, so the default settings for all devices except for Samsungs remains EAS14.1
 
===== '''HSM+''' =====
Title: <tt>doMoveMailbox</tt> "Moved zimbra db items" always counts one item in excess<br/>
Description: A bug in the item counter caused it to be always 1 element off.
 
Title: <tt>RemoveOrphanedBlobs</tt> operation delete blobs of items in dumpster<br/>
Description: The <tt>doRemoveOrphanedBlobs</tt> operation treats the blobs of items in the dumpster as orphans, thus deleting those and causing "Missing BLOB" errors to appear when volumes are checked.
 
=== Version 3.0.5 ===
 
'''General'''
* This is the minimum version that should be used with 8.8.15p5 and later, for compatibility with the updated OpenJDK version.
 
'''HSM'''
* Fixed a bug that could cause the <tt>doMoveBlobs</tt> operation to not move some blobs and report a digest mismatch error.
 
=== Version 3.0.3 ===
 
'''General'''
* Full command start parameters are now included in all "Operation Started" notifications.
* Logging into the Admin Console will not enter a logic loop anymore if one or more servers in the infrastructure send an empty or badly formatted <tt>zimbraServiceEnabled</tt> list.
 
'''Backup'''
* Improved SmartScan error handling, especially when the Backup is being initialized. All write/permission errors are now considered blockers.
* The <tt>doFixOrhpans</tt> operation now fully supports Drive items.
 
'''Mobile'''
* The <tt>getDeviceInfo</tt> command now returns more information (on par with the Legacy Mobile module).
* Bad header detection has been improved, badly formatted items that used to cause errors such as <tt>"javax.mail.internet.ParseException: Expected parameter name, got ";" "</tt> should now be handled correctly.
* Fixed a bug that could cause a <tt>"java.lang.RuntimeException: Invalid Zimbra WeekOfMonth 5"</tt> error during calendar sync.
 
'''HSM'''
* The <tt>doMoveMailbox</tt> operation has been reworked to improve resource usage and lower its impact on the system's general performances.
* Fixed a bug that could cause the <tt>doMoveBlobs</tt> operation to only handle 10001 items for each run.
 
'''Admin'''
* Fixed an issue that caused Delegated Admin authentication to be logged twice, once as "Unknown" and once with the proper email address.
 
=== Version 3.0.2 ===
 
'''Backup'''
* Added a new <tt>force_as_external_restore</tt> option to the External Restore feature in order to improve Disaster Recovery usability.
* Improved Backup Purge to ignore errors triggered by the original item having an invalid locator field.
* The default value for the "Free Space Threshold" value has been changed to 2048Mb to improve usability.
* "lost+found" system folders within the Backup Path are now properly ignored, as those could have made the Purge operation to fail.
* Other minor bug fixes and improvements.
* Improved the <tt>AccountScan</tt> operation output to account for metadata changed by an "Empty Folder" action in the WebClient.
* Improved the <tt>doItemSearch</tt> command help (CLI).
* Improved the error management logic to avoid causing <tt>OutOfMemory</tt> errors during a SmartScan when many missing BLOBs are detected in any Zimbra volume.
* Improved the usability of the <tt>doFixShares</tt> command. It will now also work if the full path to the map file is entered.
* Fixed a bug that could cause a <tt>java.lang.Long cannot be cast to class java.lang.String</tt> error during the <tt>doCoherencyCheck</tt> operation.
* Fixed a bug that could cause purge operation to fail in case of items with no blob.
* Fixed a bug that could cause restore / undelete operations to fail when restoring a very old back-up.
 
'''Mobile'''
* The <tt>EmptyFolderContent</tt> EAS command is now only supported for the <tt>/Trash</tt> folder.
* Improved the compatibility with Blackberry UEM.
* Mobile log lines will now always include the original IP address of the client.
* The minimum value for the WindowSize setting is now 1, as 0 is not supposed to be used and could cause the sync to get stuck on some clients.
* Fixed a bug that could cause the "Content-type" header not to be properly updated when forwarding a message from a client that uses the SmartForward EAS feature.
 
'''HSM'''
* Improved performances on the HSM policy application when policies only contain time-based and/or size-based rules.
* Improved the performance of the <tt>doMoveBlobs</tt> operation (Apply HSM) thanks to new logic that makes it quicker to identify items that should be moved, especially on volumes with a very large number of items.
* Running the <tt>doCheckBlobs</tt> operation with the <tt>missing_blob_delete_item</tt> option will now also delete database entries of items with an invalid/nonexisting volume locator value.
* Swift buckets now support Auth v2.
* Ceph is now officially supported for both Primary and Secondary volumes.
** To create a volume on CEPH, use <tt>zxsuite powerstore docreatevolume Ceph <attributes></tt>.
** Added the <tt>read_error_threshold option</tt> to the <tt>doVolumeToVolumeMove</tt> operation.
* Fixed a bug that caused the <tt>doCheckBlobs</tt> operation to sometimes process only 100 items if the <tt>missing_blob_delete_item</tt> option was set to true.
* Fixed a bug that could cause a storage error when an IMAP client tried to save a message in the Sent folder if Centralized Storage was enabled.
* Fixed a bug that could increase disk usage during the HSM operation.
* Fixed a bug that caused import/export to fail when using primary remote storage.
 
'''Admin'''
* Minor bug fixes and improvements.
 
=== Version 2.16.2 ===
 
'''General'''
* This release is fully compatible with Zimbra 8.8.15
* Ports for internal communication on multi-mailbox environments can now be configured through the `configFdPort` and `configFdPortRange` global configuration properties
** use `zxsuite config global set` to change the values, then `zxsuite config doRestartService cluster` to apply
** `configFdPort` default value: 8730
** `configFdPortRange` default value: 5
 
'''Backup+'''
* Added a new attribute that allows to customize the number of ItemScan threads used during the SmartScan (min 2, max 32, formerly hardcoded to 5) - backupNumberThreadsForItems
* Added a new attribute that allows to customize the number of AccountScan threads used during the SmartScan (min 2, max 32, formerly hardcoded to 3) - backupNumberThreadsForAccounts
* Added a new check on all restore modes that will avoid interrupting the operation if an unexpected file with an invalid name is found among metadata files (e.g. rsync leftovers from interrupted commands)
* Fixed a bug that could cause tags to be lost when performing an External Restore twice on the same targets.
* Fixed a bug that could cause the `doCoherencyCheck` operation not to move corrupted metadata files to the appropriate directory
* Fixed a bug that could cause External Accounts to be restored as standard accounts due to a COS ID error
* Fixed a bug that could cause the full monitor command not to be diplayed when starting a restore from the Zimbra Admin Console
* Fixed a bug that could cause restores to fail on mailboxes whose main email address contained both lowercase and uppercase characters
 
'''Mobile+'''
* Fixed a bug that caused the `MIMETruncation` field of the EAS sync to be ignored
 
'''HSM+'''
* Improved the item selection and push logic in the doMoveBlobs operation when the target is a generic S3 volume to better handle storage solutions that are protected by connection throttling
* Fixed a bug that caused the "[object Object]" message to be displayed when removing a volume instead of the "Volume removed successfully" message
 
'''Admin+'''
* Mailbox loading logic has been reworked to optimize resource usage and avoid loading the entire account list when working on Delegated Admin mailboxes in the Zimbra Administration Console
 
=== Version 2.16.1 ===
 
'''Installer'''
* Fixed a bad link to the Compatibility List Wiki page.
 
'''Backup+'''
* Datasource restore behavior has been changed to avoid item duplication, with datasource contents will now always be restored on a dedicated directory called "Datasource [old datasource name]".
* The `restore_datasource` option has been added to the Restore on New Account and External Restore operations to expand the new datasource restore logic:
** Local datasource folder contents will be always restored (as described above).
** When set to TRUE (default), the datasource configuration will be restored and an empty folder will be created to sync remote data.
** When set to FALSE, no datasource configuration will be restored.
 
'''Mobile+'''
* Added a protocol compliant workaround to allow clients to initiate a sync even when HTTP OPTIONS requests are blocked by network rules.
* Fixed a bug that could prevent Shared Folders to sync properly to mobile devices.
* Fixed a bug that could cause an appointment scheduled for the last work day of every month to appear on every work day instead.
* Fixed a bug that could cause a Null Pointer Exception when new data was notified to the client.
 
'''HSM+'''
* Improved resource management in the Check Blobs operation to close unused files more aggressively.
* Added an acknowlegement output to the doCreateVolume CLI command when the volume has been created correctly.
* Fixed a bug that could cause the fix_incorrect_compressed_digest function of the Check Blobs operation not to work as intended.
* Fixed a bug that could cause the doMailboxMove operation to fail if the same operation previously failed. Only affected mailboxes with files stored in Zextras Drive.
 
'''Admin+'''
* Fixed a bug that made the `account_limit` parameter mandatory when issuing the `setDomainSettings` command albeit the option itself being reported as optional. The parameter is now optional as intended.
 
=== Version 2.16.0 ===
 
'''General'''
 
* This version is fully compatible with '''Zimbra 8.8.12'''
** Starting from this version, all new releases will only be compatible with '''Zimbra 8.6''' and higher.
* '''New installer logic!''' Starting from this release, the Zimbra Suite Plus installer will detect the Zimbra version and automatically download the appropriate ZSP Core, Zimlet and collaterals.
** ''Zimbra 8.0.x - 8.5.x:'' The new installer will download the latest 2.14 core on these Zimbra releases. Because they are out of official development and don't receive security patches, we strongly suggest upgrading to Zimbra 8.8.x as soon as possible.
 
'''Backup+'''
* File permission errors are not considered blockers anymore in the "Backup Server Customizations" step of the SmartScan.
* Fixed a bug that could cause the mailbox.log to grow abnormally in size due to an item loop during the SmartScan in case of missing item revision(s).
 
'''Mobile+'''
* Added a workaround for an issue that affects Samsung devices which might send unmatched tags in the sync request.
 
'''HSM+'''
* The Amazon S3 Intelligent-Tiering storage class is now supported.
* Some item operations, such as IMAP moves, will now create hard links instead of new copies of the same item thus further optimizing disk space usage and performance.
* Multipart uploads of files larger than 5Mb to external stores have been optimized. This will prevent some corner cases from creating a deadlock thus hanging the operation.
* Fixed a bug that could cause the operation error counter not to be reset after an operation terminated its run (whether successful or not).
 
=== Version 2.14.1 ===
 
'''Backup+'''
* Fixed a bug that caused the "DoFixShares" operation to fail on a multiserver node when no mailboxes for a domain were hosted on that node.
 
'''Mobile+'''
* Added a workaround to avoid Outlook entering a FolderSync loop when synchronizing an item with parent id set to 11 (Inbox).
 
=== Version 2.14.0 ===
 
'''Backup+'''
* The External Restore now also restores all folders' sync settings.
* Customization backup has been updated to include all files that have been moved from /opt/zimbra/conf/ to /opt/zimbra/commons/. 
 
'''Mobile+'''
* Fixed a bug that could cause recurring appointments to be shifted 1 hour forward
 
'''HSM+'''
* Fixed a bug that could cause an operation to be interrupted when writing an empty file.
* Fixed a logic issue that could cause a Mailbox Move to fail if the dumpster of the moved mailbox was purged during the move process.
* Fixed a logic issue that could cause a Mailbox Move to fail if the mailbox had never been accessed.
 
'''Administration Zimlet'''
* Fixed a bug that prevented S3 buckets to be validated via GUI.
* Fixed a bug that could cause the confirmation message of all Restore wizards to appear garbled and to report wrong information.
 
=== Version 2.12.3 ===
 
'''Backup+'''
* Improved External Restore in order to avoid non-existent COS IDs causing the operation to fail.
* Fixed an issue in the RealTime Scanner.
 
'''HSM+'''
* Fixed an issue that could cause some attachments to be indexed poorly.
 
=== Version 2.12.1 ===
 
'''General'''
* This release is compatible with Zimbra 8.8.11.
 
'''Backup+'''
* Fixed an issue that could cause the final step of the External Restore to be interrupted if a user deleted a restored Contact Group while the restore was running.
* Fixed an issue that caused the Restore on New Account to check the account limit against the Default COS instead of the appropriate COS.
* Fixed a bug that could cause the Backup Threshold to be ignored.
 
'''Mobile+'''
* Added a workaround to avoid custom contact fields named after EAS reserved words to stop the synchronization.
 
'''HSM+'''
* Fixed an issue that caused Scality volume creation to fail due to bad handling of the "server_prefix" property.
* Both the "Cache" and "Incoming" paths can now be set from the Admin Console.
* Added a check to make sure that the "Incoming" directory is properly set before creating a new Primary Volume on external storage.
 
'''Chat'''
 
* Fixed a critical security vulnerability. ([https://bugzilla.zimbra.com/show_bug.cgi?id=109093 Bug 109093])
 
'''Admin Zimlet Improvements'''
 
* Fixed an issue that could cause any time selection input box to be empty instead of displaying the "00" string.
* Fixed a bug that could prevent to change a volume from Primary to Secondary (and vice-versa).
* Fixed a bug that could cause commands directed to a single server to be broadcast to all servers.
 
=== Version 2.10.2 ===
 
'''Backup+'''
* Fixed an issue that could cause concurrent mailbox locking issues on Backup operations.
* Fixed an issue that could cause the RealTime Scanner to be unable to switch to new redologs.
 
'''Mobile+'''
* Fixed an issue that caused the official Microsoft Connectivity Test to fail as well as some third-party MDM products to be unable to connect to Zextras Mobile.
 
'''Admin'''
* An error message is now shown when a Global Admin tries to give Delegated Admin rights to another Global Admin.
* Fixed an issue that could cause an error when deleting Index volumes.
 
=== Version 2.10.1 ===
 
'''Backup+'''
 
* Fixed an Admin Zimlet issue that allowed to set an end date of a restore occurring earlier than the start date.
* Fixed an issue that could cause high CPU usage when the Backup module or the RealTime Scanner are disabled.
* Logging has been improved to better handle missing BLOBs.
 
'''HSM+'''
 
* Index volumes can now be created and managed on the Zextras Administration Zimlet.
* The output and logging of the doDeduplicate operation have been improved and tidied up.
 
'''Chat'''
 
* Fixed an Admin Zimlet issue that could cause no information to appear in the ZxChat section of a Domain's configuration.
* Fixed an issue that could cause a wrong Update Notice to appear mentioning a zimlet version with a long micro release number.
 
 
=== Version 2.10.0 ===
 
'''New Features'''
 
* Several new third-party storage solutions are natively supported by the Zimbra Drive module.
* All available third-party storage solutions such as Amazon S3 can now be used to host Primary volumes as well as Secondary volumes.
* Multiple mailbox servers can now use a common bucket to store their data in order to greatly speed up Mailbox Moves (BETA)
* A new Allow/Block/Quarantine security feature is available in the Mobile module.
 
'''General'''
 
* Zimbra Suite Plus 2.10.0 is fully compatible with Zimbra 8.8.10.
* Added a warning in the Admin Console to notify if any mailbox server is running a version of the core incompatible with the Zextras Administration Zimlet installed in LDAP.
* Polling in multi-mailbox environment has been reworked to be parallel instead of sequential: this will greatly improve the Administration Zimlet performances in large multi-mailbox environments and solves a set of issues related to request timeouts in large environments.
* Several Administration Zimlet calls have been reworked and optimized to generate a lower number of requests to the server.
* Fixed a missing sentence in the "Module not running" banner.
* Fixed an issue that could cause double clicks not to open the proper "edit" window in the Delegated Admin and Device List sections of the Admin Console.
* Fixed an issue that caused Mobile and Backup properties settings in mobile/backup modules' UI to need a refresh in order to display the correct values after an edit.
* Fixed an issue that could cause a pop-up notification for each mailbox server when accessing the Admin Console instead of displaying just one.
* Fixed an issue that could cause the notification count in the Admin Console to be incorrect.
 
'''Backup+'''
 
* Added full Backup and Restore support for Dynamic Distribution Lists.
* Added full support to Briefcase item revisions.
* Added a dialog to inform that operations are being stopped after using the "Stop all Operations" button in the Admin Console.
* Improved `doCheckBlobs` logic to better handle items referring to multiple BLOBs over different revisions.
* Improved SmartScan logging so that irrelevant errors that are unavoidable and don't affect the operation itself are now only displayed when the log level is set to Debug.
* Fixed an inconsistency in the “doCoherencyCheck“ command's help message.
* Fixed a bug that could cause the "doCoherencyCheck" operation not to stop when issuing a Stop All Operations command.
* Fixed a bug that could cause the search feature to return partial result sets in the External Restore wizard.
* Fixed a bug that could cause the "Select All" button in the External Restore wizard not to properly empty out the list of available accounts.
* Fixed a bug that could cause the "Undelete Account" wizard to remain open after the operation was correctly queued.
* Fixed a bug that could cause the account list in an External Restore to appear empty even if there are eligible mailboxes in the import path.
* Fixed a bug that could cause calendar appointments with multiple statuses to cause the restore to fail.
* Fixed a bug that could cause an External Restore to silently fail when running it from the CLI and restoring multiple accounts.
* Fixed a glitch that could cause the Scanned Accounts counter in the "AccountScan" operation not to increment properly for accounts that took less than one second to scan.
 
'''Mobile+'''
 
* Added a workaround to ensure that the Wipe Device feature works on the latest versions of Samsung's Android implementation.
* Added a workaround that forces the organizer of an appointment to be the same as the EAS user creating it on Android devices to ensure compatibility with the latest Gmail stock client.
* Added a workaround that forces an event's timezone to the local one to avoid bad timezone assignment on certain iOS and Android version caused by a bug in the OS' calendaring libraries.
* Fixed an issue that could cause OutOfOffice messages to be handled wrongly by mobile devices.
* Fixed an issue that could cause the "Suspend", "Resume" and "Wipe" UI buttons not to work right after an upgrade.
* Fixed a bug that could cause passwords with accented letters to be unusable for EAS authentication.
* Fixed a bug that could cause attachments to return an invalid value in the "EstimatedDataSize" field of the synchronisation causing the client to loop.
* Fixed a bug that could cause attachment retrieval to fail if the client sent a bad status code.
* Fixed a bug that could cause deletion of shared appointments not to synchronise correctly from iOS devices to the server.
 
'''HSM+'''
 
* Available Amazon S3 regions have been updated to the currently available ones.
* The Remove Orphaned Blobs operation now correctly handles items stored on another volume.
* The Mailbox Move operation now has a per-mailbox error threshold instead of a global one, meaning that if the threshold is hit when moving a mailbox and multiple mailboxes are being moved the module will now only skip the affected mailbox instead of stopping the whole operation.
* The Mailbox Move operation now fully supports the dumpster feature.
* Improved Mailbox Move logics in order to handle multiple briefcase file revisions.
* Improved Mailbox Move logics in order to retry moving an item should the first try fail.
* Improved Mailbox Move logics to improve performances when dealing with items that have several states stored in the backup.
* Improved Mailbox Move logics for better connection handling.
* Several exception types have been added to the Mailbox Move feature to better handle errors.
* Mailbox Move commands can now be queued up.
* New parameters available in the Mailbox Move command:
** accounts- a list of mailboxes to move, separated by ";"
** domain - to move an entire domain
** input_file - path to a file containin one email address per line
* Improved "RemoveOrphanedBlobsOperation" logics in order to remove items on different volumes (e.g. because of item duplication).
* Added a new optional boolean parameter to the "doCheckBlobs" operation, "fix_incorrect_compressed_digests" to allow fixing blob digest in the DB when the stored digest and the actual one are not consistent due to compression.
* Added a failsafe to the "Add Volume" wizard to prevent the user to progress if a valid volume name has been entered.
* Fixed an issue that could cause the "doDeduplicate" operation to report 1 less item than the actual total in the "Operation Completed" notification and in the logs.
* Fixed an issue that could cause the "doCheckBlobs" to log a blob as "found" instead of "expected" in case of a digest mismatch.
* Fixed an issue that could cause the emptyness check to be skipped when trying to remove a remote volume (e.g. S3).
* Fixed an issue that could cause a "Volume Added Successfully" message to appear when adding a new primary volume failed.
* Fixed an issue that could cause the "Cancel" button not to appear in the "Edit Volume" dialog.
* Fixed an issue that could cause an empty dialog to appear when exiting the "Delete Volume" dialog.
* Fixed an issue that could cause a nested exception situation when checking the validity of the cache directory that caused the original exception not to be shown.
* Fixed a bug that could cause the "Deduplicate Volume" wizard to remain open after the operation was correctly queued.
* Fixed a bug that could cause items not to be moved by the Move Blobs operation if the items' compressed and uncompressed size was exactly the same.
 
'''Admin'''
 
* Improved error handling when dealing with accounts that are both Delegated Admins and Global Admins.
* Fixed an issue that could cause an error on the creation of the `/opt/zimbra/conf/zextras/zxadmin` directory after a migration due to concurrent directory creation on a fresh installation.
* Fixed an issue that caused the "Delete all Delegation Settings" feature to fail if no valid license was present.
* Fixed an issue that could cause a Delegated Admin to be unable to login to a specific domain's Admin Console when rights over multiple domains have been granted.
 
'''Chat'''
 
* Chat History is now available within the appropriate chat windows instead of the "Chats" mail folder.
* Old and unsafe ciphers for XMPP connections have been deprecated.
* Fixed a compatibility issue with the AnyMeeting zimlet.
* Fixed an issue that caused multiple whitespaces to be trimmed from chat messages.
* Improved focus management and window resize handling.
 
===Version 2.6.7===
'''General'''
* This is a compatibility release - Zimbra 8.8.9 is now fully supported.
 
'''Backup+'''
* No changes
 
'''Mobile+'''
* No changes
 
'''HSM+'''
* Sensitive S3 volume information is not displayed in the logs anymore.
* Fixed a bug that could cause S3 volumes to become unavailable without a valid license.
 
'''Admin+'''
* No changes
 
'''Chat'''
* No changes
 
===Version 2.6.6===
'''General'''
* This is a bugfix release, upgrading is highly suggested.
 
'''Backup+'''
* Fixed an issue that could cause messages in the Chats folder not to be properly restored.
 
'''Mobile+'''
* No changes
 
'''HSM+'''
* No changes
 
'''Admin+'''
* Fixed a bug that could cause a "NO_SUCH_ACCOUNT" error when migrating to the new ACL system (affects infrastructures recently updated from Zextras Suite 2.2 and lower).
 
'''Chat'''
* Zextras Chat Zimlet 2.3 compatiblilty.
 
===Zextras Suite 2.6.5===
'''General'''
* This is a bugfix release.
 
'''Backup+'''
* Fixed an issue that could cause multiple "com.zextras.lib.Error.UnableToCreateItemError: Unable to create ZEItem" errors during a restore.
* Fixed an issue that could cause items not to be restored because of a bad data cast on the "ais" property.
 
'''Mobile+'''
* Fixed an issue that could cause the download of attachments contained in a shared folder to fail.
 
'''HSM+'''
* No changes.
 
'''Admin+'''
* Fixed a bug that could cause the "/opt/zimbra/conf/zextras/zxadmin" directory not to be properly created.
 
'''Zextras Migration Tool'''
* Not released.
 
===Zextras Suite 2.6.4===
 
'''General'''
* This is a compatibility release - Zimbra 8.8.8 is now fully supported.
 
'''Backup+'''
* No changes.
 
'''Mobile+'''
*I No changes
 
'''HSM+'''
* When running a "doDeduplicate" operation in dry-run mode, all duplicated item information will be logged instead of just the number of duplicated items.
 
'''Admin+'''
* When upgrading from a pre-2.4 version, the migration to the new Admin datastore is now asynchronous. This means that the Admin services won't need to wait for the datastore migration to end to be functional.
 
'''Zextras Migration Tool'''
* No changes.
 
===Version 2.6.3===
'''General'''
* This release is fully compatible with Zimbra 8.8.7.
* This is a bugfix release, upgrading is highly suggested.
 
'''Backup+'''
* The LDAP Backup feature now supports LDAPs setups (SSL and TLS).
 
'''Mobile+'''
* Fixed a bug that could cause contacts notes not to properly synchronise on devices using EAS v2.5.
* Improved error detection and response for badly formatter ServerIDs in mobile requests.
* Added a new logic to the MIME Parser to allow the correct parsing of emails where Content-Disposition assignments are empty, missed the appropriate field quotes or contained illegal characters.
* Unhandled Exchange ActiveSync exceptions now return the appropriate HTTP error code (>= 400) instead of returning
* Fixed an issue that caused attachment downloads to fail for emails stored in a shared folder.
* Fixed an issue that caused synchronisation requests to "dead" mountpoints (e.g. folders shared by a deleted account) to return errors and cause performance issues on low-end servers.
 
'''HSM+'''
* Changed the deletion logic for items in third-party secondary volumes to an asynchronous model to improve performances and reliability.
* It's now possible to queue a MailboxMove operation when another operation of the same type is running.
* Added notifications to the DoPurgeMailboxes command and renamed the "force" parameter to "ignore_retention".
* DoMailboxMove now accepts some new parameters: accounts (a list of email addresses separated by ";"), domain and input_file (path to a file containing a list of email addresses, one for each line).
 
'''Admin+'''
* No changes
 
 
===Version 2.6.2===
'''General'''
* This release is fully compatible with Zimbra 8.8.6.
* This is a bugfix release, upgrading is highly suggested.
 
'''Backup+'''
* Fixed an error in the CoherencyCheck operation which caused objects to be treated as corrupted when their parent directory was not in the backup.
 
'''Mobile+'''
* "conv" type folders are now supported
* Improved error handling when the parsing of a badly formatted date fails
* Fixed a bug affecting Android devices that caused Invitations to be sent without proper organizer data
* X-Originating-IP header for Active sync emails now complies to the zimbraSmtpSendAddOriginatingIP setting
* When the organizer edits appointment from a mobile device all attendees' status is now reset to "awaiting response"
* Added a workaround to properly handle broken emails with bad root Content-Transfer-Encoding
* The mobile ping logic has been improved to avoid the current ping to fail when a calendar item gets deleted during the synchronization
* Inline attachments from original message on SmartReply action are now included
* The "completed" flag is now properly handled (synchronize as complete on other active sync devices, remove flag on Zimbra)
 
'''HSM+'''
* Fixed an issue that could cause the scheduled "Apply HSM" option to fail when Zextras Backup is not licensed
* Fixed a bug in the deletion of s3 stores from web ui and CLI
 
'''Admin+'''
* Fixed an issue that could prevent the "View Mail" feature to be properly displayed by Delegated Admins
 
 
===Version 2.6.1===
'''General'''
* The doMailboxMove command has undergone significant changes. Namely, he source mailbox is not deleted from the source server after the move anymore and remains dormant.
** Two new CLI commands have been added to respectively show and delete "leftover" mailboxes (see below).
 
'''Backup+'''
* Fixed a server configuration backup issue that could cause the operation to crash when parsing unexpected files.
* Fixed an issue that could cause a "NullPointer Exception" error when dealing with "searchFolder" items.
 
'''Mobile+'''
* Recurring appointments based on the "N-th day of the month" are now supported.
* Several behaviours and actions regarding Shared Folders have been normalised and improved, now working as intended:
** Creating a subfolder of remote folder works as expected
** Moving a mountpoint's subfolder to the same mountpoint works as expected
** Moving a mountpoint properly moves it in the local mailbox.
** Moving a mountpoint's subfolder to another mountpoint (even on same mailbox) returns an error.
** Renaming s mountpoint's subfolder works as expected.
** Renaming a mountpoint properly renames the mountpoint in the local mailbox.
** Deleting a mountpoint disables the mobile synchronization for that mountpoint.
** Deleting a mountpoint's subfolder returns an error.
* Fixed an issue that could cause item moves from a shared to a local folder to fail.
* Fixed an issue that could prevent the deletion of a contact's image to fail.
* Fixed an issue that could cause an unexpected behaviour when forwarding meeting invites.
* Fixed an issue that could cause forwarded recurring meeting invitations to sync only the first meeting instance.
* Fixed a workflow inconsistency that could prevent iOS 11 devices to be able to reply to emails.
* Fixed an issue that could cause invitations to a single instance of a recurring appointment not to send the invitation email.
* Several small issues and corner cases with a very low chance of affecting real-life environments have been fixed.
 
'''HSM+'''
* HSM+ is now forcibly disabled should a third-party storage manager be detected.
* Moving a mailbox to another server won't delete the mailbox from the source server anymore.
** Added the `getMovedMailboxes` command to show a list of "orphaned" moved mailboxes.
** Added the `doPurgeMailbox` to remove "orphaned" moved mailboxes.
 
'''Admin'''
* Autocomplete is now available when adding a COS in the "Edit Domain" dialog.
* Several small issues and UI glitches with a very medium-to-low chance of affecting real-life environments have been fixed.
 
===Version 2.6.0===
'''New Features'''
* The new "Mailbox Move" feature has been added to the HSM+ module, allowing to move mailboxes between servers in multiserver environments.
* The "LDAP Backup" feature has been added to the SmartScan: at the end of the execution, all LDAP data and configuration will be backed up in the "server" directory of the backup path.
 
'''General'''
*Starting from this release, new versions of Zimbra Suite Plus will only be compatible with Zimbra 8+.
*Fixed a XSS vulnerability in the COS and Account view.
*Improved the stability of the built-in configuration manager.
*All communication between servers belonging to the same infrastructure are now both encrypted and authenticated.
 
'''Backup+'''
*Fixed an issue that could cause a blocking "Null Pointer Exception" when restoring shared items.
*Fixed a bug that could cause the restore of folders shared through a distribution list to fail when doing incremental migrations.
 
'''Mobile+'''
*Any relevant UI element will now properly be blocked or hidden if the module is disabled.
*The code for ICS-to-EAS conversion for recurring items has been rewritten to be much more reliable when dealing with badly formatted recurrences.
*Items in EAS folders can now be moved to Local folders (only on clients that support this feature).
*Fixed a bug that could cause Task and Calendar items not to be properly updated when the item contained HTML code.
*Fixed a bug that could cause tasks created via SOAP API not to be synchronised.
 
'''HSM+'''
*It's now impossible to create any S3 volume if the proper S3 cache directory doesn't exist.
*Fixed a glitch that could cause the "New" volume button to become unclickable.
 
'''Admin'''
No changes here
 
===Version 2.4.9===
'''New Features'''
* Zimbra Collaboration Suite 8.7.9 is now supported.
** Due to its "non-GA" status, Zimbra Collaboration Suite 8.7.8 is not supported by Zimbra Suite Plus nor it will be in the future.
 
'''General'''
* This is a "bugfix and compatibility" release.
 
'''Backup+'''
* Fixed an issue with the "Server customizations backup" sub-operation: in case of an error, the wrong exception was displayed.
 
'''Mobile+'''
* Fixed an issue that could cause iOS devices to ignore meeting changes until those are accepted.
* Fixed an issue that could cause forwarding or replying to an email on mobile devices if the "include original message" option was selected on the client.
 
'''HSM+'''
* Fixed a parsing issue for pdf document that could, in some very specific and hard to reproduce cases, to cause mailboxd OOM errors.
* Fixed a possible deadlock that could happen when using an S3 bucket as a secondary volume.
 
'''Admin+'''
* Fixed an issue that could cause an Admin+ operation to fail returning a "Generic Error: Remove Delegation Setting Operationfailed. Admin settings may be in an inconsistent state." error if the Zimbra Suite Plus Administration Zimlet was not properly installed.
 
 
===Version 2.4.8===
'''New Features'''
* Zimbra Collaboration Suite 8.7.6 is now supported.
 
'''IMPORTANT INFORMATION FOR ZIMBRA 8.7.6 USERS'''
 
'''Zimbra 8.7.6 includes a technical preview of the Chat and Drive Zimbra component, powered by Zextras.'''
 
* '''The ZAL version used by chat and drive has a known issue that has been solved in version 1.11.7+. To fix the issue, copy the ''zal.jar'' package from ''/opt/zimbra/lib/ext/zextras/ to /opt/zimbra/lib/ext/zimbradrive/'' and ''/opt/zimbra/lib/ext/openchat/''. Then, restart the mailboxd for the appropriate ZAL versions to be loaded.'''
 
'''General'''
* This is a "bugfix and compatibility" release.
 
'''Mobile+'''
* Fixed an issue that blocks synchronization from the webclient to iOS caused by wrong PARTSTAT(participant status).
 
'''Admin+'''
* Fixed an issue that causes the Admin Migration operation to fail.
 
===Version 2.4.7===
'''New Features'''
* Zimbra Collaboration Suite 8.7.5 is now supported.
 
'''Mobile+'''
* Fixed an issue that could cause some appointments not to be displayed as “accepted” on iOS if they have been accepted from web interface.
 
===Version 2.4.6===
'''New Features'''
* Zimbra Collaboration Suite 8.7.4 is now supported.
 
'''General'''
* This is a "bugfix and compatibility" release.
* Fixed an issue that could cause the corruption of gzip files downloaded from a briefcase.
 
'''Backup+'''
* Fixed an issue which could cause restores to end abruptly when dealing with some large or complex items (such as recurring events with attachments and several edits)
 
'''Mobile+'''
Hooray, no fixes here!
 
'''HSM+'''
* Fixed a "Null Pointer Exception" error that could appear during the HSM Move.
 
'''Admin'''
* Hooray, no fixes here!
 
===Version 2.4.5===
'''New Features'''
* Zimbra Collaboration Suite 8.7.3 is now supported.
 
'''Backup+'''
* Fixed an issue which could prevent tags and buddies not to be properly restored.
* Fixed a bug which caused the Delegated Admin status not to be restored during External Restores.
 
'''Mobile+'''
* Improved folder management code to avoid the synchronization to fail on accounts with a large number of folders (over 200).
* Added a workaround to generate proper calendar invites when Outlook 203/2016 send an empty invitation.
 
'''HSM+'''
* Hooray, no fixes here!
 
'''Admin'''
* Fixed a trivial bug which caused some rights not to be removed when revoking Delegated Admin rights from a user.
* Added some missing group rights.
 
===Version 2.4.4===
'''General'''
* Zimbra Collaboration Suite 8.7.2 is now supported.
* Backup Plus's External Restore can now restore multiple accounts at the same time, improving restore speed by up to 4 times. This feature is only available via CLI through the "concurrent_accounts" parameter of the doExternalRestore command.
* Access to configuration for core features, Mobile Plus on multistore infrastructures has been improved, especially when one of the mailboxd fails.
* Administration Plus Zimlet: Fixed some drag&drop issues on Zimbra 8.7.x.
* Fixed a bug that caused small UI issues in the Zimbra Suite Plus Administration Zimlet on multistore environments.
* Fixed a bug that could cause the all modules in the Zimbra Suite Plus Administration Zimlet to be grayed out after adding a new mailboxd server to the infrastructure.
* Fixed a bug which lead to unexcepted errors in SOAP which affects only 8.6.0p7 and 8.6.0p8.
* Fixed a bug which prevented the user to use the Zimbra Suite Plus Account View or Zimbra Suite Plus COS View.
 
'''Backup+'''
* Improved RealTime Scanner's "slowdown" detection.
* Signature Length and Maximum Number of Contacts will now be ignored when restoring an account.
* Fixed an issue that wrongly caused some BLOBs to be reported as missing by the SmartScan if the doMoveBlobs Zimbra Suite Plus Powerstore operation was running during the SmartScan.
* Fixed a bug that could cause Restore On New operations to fail if the "Apply HSM Policies" was selected and the current secondary volume was an S3 Volume.
* Fixed a bug that could cause tag colors not to be properly restored.
* Changed the way skipped items are counted on restore logs/notifications to avoid reporting as skipped a restored folder which contains an item whose itemID is lower than the folder's itemID itself.
 
'''Mobile+'''
* Fixed a bug that could cause "Nine for Android" clients not to properly sync calendars.
* Added several information to the output of the "getDeviceInfo" CLI command.
* Fixed a bug which prevented the user to update appointments created via CalDav, from mobile devices.
 
'''Powerstore'''
* Fixed a bug which could cause to use incorrect encoding in html email previews.
 
'''Admin'''
* Fixed a bug which could cause a Delegated Admin to be unable to delete mailboxes on multistore environments if the target mailbox was hosted on a different server than the the one the DA was logged into.
 
===Version 2.4.2===
'''New Features'''
* Zimbra Collaboration Suite 8.7.1 is now supported.
 
===Version 2.4.1===
===Version 2.4.1===
'''New Features'''
'''New Features'''

Revision as of 16:17, 27 February 2020





Zimbra Suite Plus - Changelog

Product Information

Latest Version:

Zimbra Suite Plus
3.1.4

Release Date:

Zimbra Suite Plus
July 14, 2020

Version 3.0.7

Backup+

Title: Invalid failedItems detection during backup path initialization
Description: When the Backup Path is being initialized, deleting an item from a mailbox when the engine is backing it up returned an "Item not found" message since the list of items is fetched by the AccountVisitor at the beginning of the process.

Mobile+

Title: Make optional the dump of actions and encoders in the sync.log.
Description: Added a new log level for both general NG logging and Account Loggers called trace, which is by all means equal to the pre-P7 debug level. The debug log level has been changed so that it avoids logging action and encoder information to make it more readable.
Note: To set the general NG Log Level to trace, run:
zxsuite config server $(zmhostname) attribute ZxCore_LogLevel value -1

Title: Zimbra account logger to debug won’t show any mobile actions.
Description: When enabling Zimbra’s own debug account logger for a single account, mobile actions weren’t logged as debug.

Title: Add 2 more items (16.0 and 16.1) to EAS protocol option
Description: With the addition of EAS 16.0/16.1 support, the relevant Admin Console drop-down selector must be updated accordingly Notes: EAS16/16.1 is still in beta stage, so the default settings for all devices except for Samsungs remains EAS14.1

HSM+

Title: doMoveMailbox "Moved zimbra db items" always counts one item in excess
Description: A bug in the item counter caused it to be always 1 element off.

Title: RemoveOrphanedBlobs operation delete blobs of items in dumpster
Description: The doRemoveOrphanedBlobs operation treats the blobs of items in the dumpster as orphans, thus deleting those and causing "Missing BLOB" errors to appear when volumes are checked.

Version 3.0.5

General

  • This is the minimum version that should be used with 8.8.15p5 and later, for compatibility with the updated OpenJDK version.

HSM

  • Fixed a bug that could cause the doMoveBlobs operation to not move some blobs and report a digest mismatch error.

Version 3.0.3

General

  • Full command start parameters are now included in all "Operation Started" notifications.
  • Logging into the Admin Console will not enter a logic loop anymore if one or more servers in the infrastructure send an empty or badly formatted zimbraServiceEnabled list.

Backup

  • Improved SmartScan error handling, especially when the Backup is being initialized. All write/permission errors are now considered blockers.
  • The doFixOrhpans operation now fully supports Drive items.

Mobile

  • The getDeviceInfo command now returns more information (on par with the Legacy Mobile module).
  • Bad header detection has been improved, badly formatted items that used to cause errors such as "javax.mail.internet.ParseException: Expected parameter name, got ";" " should now be handled correctly.
  • Fixed a bug that could cause a "java.lang.RuntimeException: Invalid Zimbra WeekOfMonth 5" error during calendar sync.

HSM

  • The doMoveMailbox operation has been reworked to improve resource usage and lower its impact on the system's general performances.
  • Fixed a bug that could cause the doMoveBlobs operation to only handle 10001 items for each run.

Admin

  • Fixed an issue that caused Delegated Admin authentication to be logged twice, once as "Unknown" and once with the proper email address.

Version 3.0.2

Backup

  • Added a new force_as_external_restore option to the External Restore feature in order to improve Disaster Recovery usability.
  • Improved Backup Purge to ignore errors triggered by the original item having an invalid locator field.
  • The default value for the "Free Space Threshold" value has been changed to 2048Mb to improve usability.
  • "lost+found" system folders within the Backup Path are now properly ignored, as those could have made the Purge operation to fail.
  • Other minor bug fixes and improvements.
  • Improved the AccountScan operation output to account for metadata changed by an "Empty Folder" action in the WebClient.
  • Improved the doItemSearch command help (CLI).
  • Improved the error management logic to avoid causing OutOfMemory errors during a SmartScan when many missing BLOBs are detected in any Zimbra volume.
  • Improved the usability of the doFixShares command. It will now also work if the full path to the map file is entered.
  • Fixed a bug that could cause a java.lang.Long cannot be cast to class java.lang.String error during the doCoherencyCheck operation.
  • Fixed a bug that could cause purge operation to fail in case of items with no blob.
  • Fixed a bug that could cause restore / undelete operations to fail when restoring a very old back-up.

Mobile

  • The EmptyFolderContent EAS command is now only supported for the /Trash folder.
  • Improved the compatibility with Blackberry UEM.
  • Mobile log lines will now always include the original IP address of the client.
  • The minimum value for the WindowSize setting is now 1, as 0 is not supposed to be used and could cause the sync to get stuck on some clients.
  • Fixed a bug that could cause the "Content-type" header not to be properly updated when forwarding a message from a client that uses the SmartForward EAS feature.

HSM

  • Improved performances on the HSM policy application when policies only contain time-based and/or size-based rules.
  • Improved the performance of the doMoveBlobs operation (Apply HSM) thanks to new logic that makes it quicker to identify items that should be moved, especially on volumes with a very large number of items.
  • Running the doCheckBlobs operation with the missing_blob_delete_item option will now also delete database entries of items with an invalid/nonexisting volume locator value.
  • Swift buckets now support Auth v2.
  • Ceph is now officially supported for both Primary and Secondary volumes.
    • To create a volume on CEPH, use zxsuite powerstore docreatevolume Ceph <attributes>.
    • Added the read_error_threshold option to the doVolumeToVolumeMove operation.
  • Fixed a bug that caused the doCheckBlobs operation to sometimes process only 100 items if the missing_blob_delete_item option was set to true.
  • Fixed a bug that could cause a storage error when an IMAP client tried to save a message in the Sent folder if Centralized Storage was enabled.
  • Fixed a bug that could increase disk usage during the HSM operation.
  • Fixed a bug that caused import/export to fail when using primary remote storage.

Admin

  • Minor bug fixes and improvements.

Version 2.16.2

General

  • This release is fully compatible with Zimbra 8.8.15
  • Ports for internal communication on multi-mailbox environments can now be configured through the `configFdPort` and `configFdPortRange` global configuration properties
    • use `zxsuite config global set` to change the values, then `zxsuite config doRestartService cluster` to apply
    • `configFdPort` default value: 8730
    • `configFdPortRange` default value: 5

Backup+

  • Added a new attribute that allows to customize the number of ItemScan threads used during the SmartScan (min 2, max 32, formerly hardcoded to 5) - backupNumberThreadsForItems
  • Added a new attribute that allows to customize the number of AccountScan threads used during the SmartScan (min 2, max 32, formerly hardcoded to 3) - backupNumberThreadsForAccounts
  • Added a new check on all restore modes that will avoid interrupting the operation if an unexpected file with an invalid name is found among metadata files (e.g. rsync leftovers from interrupted commands)
  • Fixed a bug that could cause tags to be lost when performing an External Restore twice on the same targets.
  • Fixed a bug that could cause the `doCoherencyCheck` operation not to move corrupted metadata files to the appropriate directory
  • Fixed a bug that could cause External Accounts to be restored as standard accounts due to a COS ID error
  • Fixed a bug that could cause the full monitor command not to be diplayed when starting a restore from the Zimbra Admin Console
  • Fixed a bug that could cause restores to fail on mailboxes whose main email address contained both lowercase and uppercase characters

Mobile+

  • Fixed a bug that caused the `MIMETruncation` field of the EAS sync to be ignored

HSM+

  • Improved the item selection and push logic in the doMoveBlobs operation when the target is a generic S3 volume to better handle storage solutions that are protected by connection throttling
  • Fixed a bug that caused the "[object Object]" message to be displayed when removing a volume instead of the "Volume removed successfully" message

Admin+

  • Mailbox loading logic has been reworked to optimize resource usage and avoid loading the entire account list when working on Delegated Admin mailboxes in the Zimbra Administration Console

Version 2.16.1

Installer

  • Fixed a bad link to the Compatibility List Wiki page.

Backup+

  • Datasource restore behavior has been changed to avoid item duplication, with datasource contents will now always be restored on a dedicated directory called "Datasource [old datasource name]".
  • The `restore_datasource` option has been added to the Restore on New Account and External Restore operations to expand the new datasource restore logic:
    • Local datasource folder contents will be always restored (as described above).
    • When set to TRUE (default), the datasource configuration will be restored and an empty folder will be created to sync remote data.
    • When set to FALSE, no datasource configuration will be restored.

Mobile+

  • Added a protocol compliant workaround to allow clients to initiate a sync even when HTTP OPTIONS requests are blocked by network rules.
  • Fixed a bug that could prevent Shared Folders to sync properly to mobile devices.
  • Fixed a bug that could cause an appointment scheduled for the last work day of every month to appear on every work day instead.
  • Fixed a bug that could cause a Null Pointer Exception when new data was notified to the client.

HSM+

  • Improved resource management in the Check Blobs operation to close unused files more aggressively.
  • Added an acknowlegement output to the doCreateVolume CLI command when the volume has been created correctly.
  • Fixed a bug that could cause the fix_incorrect_compressed_digest function of the Check Blobs operation not to work as intended.
  • Fixed a bug that could cause the doMailboxMove operation to fail if the same operation previously failed. Only affected mailboxes with files stored in Zextras Drive.

Admin+

  • Fixed a bug that made the `account_limit` parameter mandatory when issuing the `setDomainSettings` command albeit the option itself being reported as optional. The parameter is now optional as intended.

Version 2.16.0

General

  • This version is fully compatible with Zimbra 8.8.12
    • Starting from this version, all new releases will only be compatible with Zimbra 8.6 and higher.
  • New installer logic! Starting from this release, the Zimbra Suite Plus installer will detect the Zimbra version and automatically download the appropriate ZSP Core, Zimlet and collaterals.
    • Zimbra 8.0.x - 8.5.x: The new installer will download the latest 2.14 core on these Zimbra releases. Because they are out of official development and don't receive security patches, we strongly suggest upgrading to Zimbra 8.8.x as soon as possible.

Backup+

  • File permission errors are not considered blockers anymore in the "Backup Server Customizations" step of the SmartScan.
  • Fixed a bug that could cause the mailbox.log to grow abnormally in size due to an item loop during the SmartScan in case of missing item revision(s).

Mobile+

  • Added a workaround for an issue that affects Samsung devices which might send unmatched tags in the sync request.

HSM+

  • The Amazon S3 Intelligent-Tiering storage class is now supported.
  • Some item operations, such as IMAP moves, will now create hard links instead of new copies of the same item thus further optimizing disk space usage and performance.
  • Multipart uploads of files larger than 5Mb to external stores have been optimized. This will prevent some corner cases from creating a deadlock thus hanging the operation.
  • Fixed a bug that could cause the operation error counter not to be reset after an operation terminated its run (whether successful or not).

Version 2.14.1

Backup+

  • Fixed a bug that caused the "DoFixShares" operation to fail on a multiserver node when no mailboxes for a domain were hosted on that node.

Mobile+

  • Added a workaround to avoid Outlook entering a FolderSync loop when synchronizing an item with parent id set to 11 (Inbox).

Version 2.14.0

Backup+

  • The External Restore now also restores all folders' sync settings.
  • Customization backup has been updated to include all files that have been moved from /opt/zimbra/conf/ to /opt/zimbra/commons/.

Mobile+

  • Fixed a bug that could cause recurring appointments to be shifted 1 hour forward

HSM+

  • Fixed a bug that could cause an operation to be interrupted when writing an empty file.
  • Fixed a logic issue that could cause a Mailbox Move to fail if the dumpster of the moved mailbox was purged during the move process.
  • Fixed a logic issue that could cause a Mailbox Move to fail if the mailbox had never been accessed.

Administration Zimlet

  • Fixed a bug that prevented S3 buckets to be validated via GUI.
  • Fixed a bug that could cause the confirmation message of all Restore wizards to appear garbled and to report wrong information.

Version 2.12.3

Backup+

  • Improved External Restore in order to avoid non-existent COS IDs causing the operation to fail.
  • Fixed an issue in the RealTime Scanner.

HSM+

  • Fixed an issue that could cause some attachments to be indexed poorly.

Version 2.12.1

General

  • This release is compatible with Zimbra 8.8.11.

Backup+

  • Fixed an issue that could cause the final step of the External Restore to be interrupted if a user deleted a restored Contact Group while the restore was running.
  • Fixed an issue that caused the Restore on New Account to check the account limit against the Default COS instead of the appropriate COS.
  • Fixed a bug that could cause the Backup Threshold to be ignored.

Mobile+

  • Added a workaround to avoid custom contact fields named after EAS reserved words to stop the synchronization.

HSM+

  • Fixed an issue that caused Scality volume creation to fail due to bad handling of the "server_prefix" property.
  • Both the "Cache" and "Incoming" paths can now be set from the Admin Console.
  • Added a check to make sure that the "Incoming" directory is properly set before creating a new Primary Volume on external storage.

Chat

  • Fixed a critical security vulnerability. (Bug 109093)

Admin Zimlet Improvements

  • Fixed an issue that could cause any time selection input box to be empty instead of displaying the "00" string.
  • Fixed a bug that could prevent to change a volume from Primary to Secondary (and vice-versa).
  • Fixed a bug that could cause commands directed to a single server to be broadcast to all servers.

Version 2.10.2

Backup+

  • Fixed an issue that could cause concurrent mailbox locking issues on Backup operations.
  • Fixed an issue that could cause the RealTime Scanner to be unable to switch to new redologs.

Mobile+

  • Fixed an issue that caused the official Microsoft Connectivity Test to fail as well as some third-party MDM products to be unable to connect to Zextras Mobile.

Admin

  • An error message is now shown when a Global Admin tries to give Delegated Admin rights to another Global Admin.
  • Fixed an issue that could cause an error when deleting Index volumes.

Version 2.10.1

Backup+

  • Fixed an Admin Zimlet issue that allowed to set an end date of a restore occurring earlier than the start date.
  • Fixed an issue that could cause high CPU usage when the Backup module or the RealTime Scanner are disabled.
  • Logging has been improved to better handle missing BLOBs.

HSM+

  • Index volumes can now be created and managed on the Zextras Administration Zimlet.
  • The output and logging of the doDeduplicate operation have been improved and tidied up.

Chat

  • Fixed an Admin Zimlet issue that could cause no information to appear in the ZxChat section of a Domain's configuration.
  • Fixed an issue that could cause a wrong Update Notice to appear mentioning a zimlet version with a long micro release number.


Version 2.10.0

New Features

  • Several new third-party storage solutions are natively supported by the Zimbra Drive module.
  • All available third-party storage solutions such as Amazon S3 can now be used to host Primary volumes as well as Secondary volumes.
  • Multiple mailbox servers can now use a common bucket to store their data in order to greatly speed up Mailbox Moves (BETA)
  • A new Allow/Block/Quarantine security feature is available in the Mobile module.

General

  • Zimbra Suite Plus 2.10.0 is fully compatible with Zimbra 8.8.10.
  • Added a warning in the Admin Console to notify if any mailbox server is running a version of the core incompatible with the Zextras Administration Zimlet installed in LDAP.
  • Polling in multi-mailbox environment has been reworked to be parallel instead of sequential: this will greatly improve the Administration Zimlet performances in large multi-mailbox environments and solves a set of issues related to request timeouts in large environments.
  • Several Administration Zimlet calls have been reworked and optimized to generate a lower number of requests to the server.
  • Fixed a missing sentence in the "Module not running" banner.
  • Fixed an issue that could cause double clicks not to open the proper "edit" window in the Delegated Admin and Device List sections of the Admin Console.
  • Fixed an issue that caused Mobile and Backup properties settings in mobile/backup modules' UI to need a refresh in order to display the correct values after an edit.
  • Fixed an issue that could cause a pop-up notification for each mailbox server when accessing the Admin Console instead of displaying just one.
  • Fixed an issue that could cause the notification count in the Admin Console to be incorrect.

Backup+

  • Added full Backup and Restore support for Dynamic Distribution Lists.
  • Added full support to Briefcase item revisions.
  • Added a dialog to inform that operations are being stopped after using the "Stop all Operations" button in the Admin Console.
  • Improved `doCheckBlobs` logic to better handle items referring to multiple BLOBs over different revisions.
  • Improved SmartScan logging so that irrelevant errors that are unavoidable and don't affect the operation itself are now only displayed when the log level is set to Debug.
  • Fixed an inconsistency in the “doCoherencyCheck“ command's help message.
  • Fixed a bug that could cause the "doCoherencyCheck" operation not to stop when issuing a Stop All Operations command.
  • Fixed a bug that could cause the search feature to return partial result sets in the External Restore wizard.
  • Fixed a bug that could cause the "Select All" button in the External Restore wizard not to properly empty out the list of available accounts.
  • Fixed a bug that could cause the "Undelete Account" wizard to remain open after the operation was correctly queued.
  • Fixed a bug that could cause the account list in an External Restore to appear empty even if there are eligible mailboxes in the import path.
  • Fixed a bug that could cause calendar appointments with multiple statuses to cause the restore to fail.
  • Fixed a bug that could cause an External Restore to silently fail when running it from the CLI and restoring multiple accounts.
  • Fixed a glitch that could cause the Scanned Accounts counter in the "AccountScan" operation not to increment properly for accounts that took less than one second to scan.

Mobile+

  • Added a workaround to ensure that the Wipe Device feature works on the latest versions of Samsung's Android implementation.
  • Added a workaround that forces the organizer of an appointment to be the same as the EAS user creating it on Android devices to ensure compatibility with the latest Gmail stock client.
  • Added a workaround that forces an event's timezone to the local one to avoid bad timezone assignment on certain iOS and Android version caused by a bug in the OS' calendaring libraries.
  • Fixed an issue that could cause OutOfOffice messages to be handled wrongly by mobile devices.
  • Fixed an issue that could cause the "Suspend", "Resume" and "Wipe" UI buttons not to work right after an upgrade.
  • Fixed a bug that could cause passwords with accented letters to be unusable for EAS authentication.
  • Fixed a bug that could cause attachments to return an invalid value in the "EstimatedDataSize" field of the synchronisation causing the client to loop.
  • Fixed a bug that could cause attachment retrieval to fail if the client sent a bad status code.
  • Fixed a bug that could cause deletion of shared appointments not to synchronise correctly from iOS devices to the server.

HSM+

  • Available Amazon S3 regions have been updated to the currently available ones.
  • The Remove Orphaned Blobs operation now correctly handles items stored on another volume.
  • The Mailbox Move operation now has a per-mailbox error threshold instead of a global one, meaning that if the threshold is hit when moving a mailbox and multiple mailboxes are being moved the module will now only skip the affected mailbox instead of stopping the whole operation.
  • The Mailbox Move operation now fully supports the dumpster feature.
  • Improved Mailbox Move logics in order to handle multiple briefcase file revisions.
  • Improved Mailbox Move logics in order to retry moving an item should the first try fail.
  • Improved Mailbox Move logics to improve performances when dealing with items that have several states stored in the backup.
  • Improved Mailbox Move logics for better connection handling.
  • Several exception types have been added to the Mailbox Move feature to better handle errors.
  • Mailbox Move commands can now be queued up.
  • New parameters available in the Mailbox Move command:
    • accounts- a list of mailboxes to move, separated by ";"
    • domain - to move an entire domain
    • input_file - path to a file containin one email address per line
  • Improved "RemoveOrphanedBlobsOperation" logics in order to remove items on different volumes (e.g. because of item duplication).
  • Added a new optional boolean parameter to the "doCheckBlobs" operation, "fix_incorrect_compressed_digests" to allow fixing blob digest in the DB when the stored digest and the actual one are not consistent due to compression.
  • Added a failsafe to the "Add Volume" wizard to prevent the user to progress if a valid volume name has been entered.
  • Fixed an issue that could cause the "doDeduplicate" operation to report 1 less item than the actual total in the "Operation Completed" notification and in the logs.
  • Fixed an issue that could cause the "doCheckBlobs" to log a blob as "found" instead of "expected" in case of a digest mismatch.
  • Fixed an issue that could cause the emptyness check to be skipped when trying to remove a remote volume (e.g. S3).
  • Fixed an issue that could cause a "Volume Added Successfully" message to appear when adding a new primary volume failed.
  • Fixed an issue that could cause the "Cancel" button not to appear in the "Edit Volume" dialog.
  • Fixed an issue that could cause an empty dialog to appear when exiting the "Delete Volume" dialog.
  • Fixed an issue that could cause a nested exception situation when checking the validity of the cache directory that caused the original exception not to be shown.
  • Fixed a bug that could cause the "Deduplicate Volume" wizard to remain open after the operation was correctly queued.
  • Fixed a bug that could cause items not to be moved by the Move Blobs operation if the items' compressed and uncompressed size was exactly the same.

Admin

  • Improved error handling when dealing with accounts that are both Delegated Admins and Global Admins.
  • Fixed an issue that could cause an error on the creation of the `/opt/zimbra/conf/zextras/zxadmin` directory after a migration due to concurrent directory creation on a fresh installation.
  • Fixed an issue that caused the "Delete all Delegation Settings" feature to fail if no valid license was present.
  • Fixed an issue that could cause a Delegated Admin to be unable to login to a specific domain's Admin Console when rights over multiple domains have been granted.

Chat

  • Chat History is now available within the appropriate chat windows instead of the "Chats" mail folder.
  • Old and unsafe ciphers for XMPP connections have been deprecated.
  • Fixed a compatibility issue with the AnyMeeting zimlet.
  • Fixed an issue that caused multiple whitespaces to be trimmed from chat messages.
  • Improved focus management and window resize handling.

Version 2.6.7

General

  • This is a compatibility release - Zimbra 8.8.9 is now fully supported.

Backup+

  • No changes

Mobile+

  • No changes

HSM+

  • Sensitive S3 volume information is not displayed in the logs anymore.
  • Fixed a bug that could cause S3 volumes to become unavailable without a valid license.

Admin+

  • No changes

Chat

  • No changes

Version 2.6.6

General

  • This is a bugfix release, upgrading is highly suggested.

Backup+

  • Fixed an issue that could cause messages in the Chats folder not to be properly restored.

Mobile+

  • No changes

HSM+

  • No changes

Admin+

  • Fixed a bug that could cause a "NO_SUCH_ACCOUNT" error when migrating to the new ACL system (affects infrastructures recently updated from Zextras Suite 2.2 and lower).

Chat

  • Zextras Chat Zimlet 2.3 compatiblilty.

Zextras Suite 2.6.5

General

  • This is a bugfix release.

Backup+

  • Fixed an issue that could cause multiple "com.zextras.lib.Error.UnableToCreateItemError: Unable to create ZEItem" errors during a restore.
  • Fixed an issue that could cause items not to be restored because of a bad data cast on the "ais" property.

Mobile+

  • Fixed an issue that could cause the download of attachments contained in a shared folder to fail.

HSM+

  • No changes.

Admin+

  • Fixed a bug that could cause the "/opt/zimbra/conf/zextras/zxadmin" directory not to be properly created.

Zextras Migration Tool

  • Not released.

Zextras Suite 2.6.4

General

  • This is a compatibility release - Zimbra 8.8.8 is now fully supported.

Backup+

  • No changes.

Mobile+

  • I No changes

HSM+

  • When running a "doDeduplicate" operation in dry-run mode, all duplicated item information will be logged instead of just the number of duplicated items.

Admin+

  • When upgrading from a pre-2.4 version, the migration to the new Admin datastore is now asynchronous. This means that the Admin services won't need to wait for the datastore migration to end to be functional.

Zextras Migration Tool

  • No changes.

Version 2.6.3

General

  • This release is fully compatible with Zimbra 8.8.7.
  • This is a bugfix release, upgrading is highly suggested.

Backup+

  • The LDAP Backup feature now supports LDAPs setups (SSL and TLS).

Mobile+

  • Fixed a bug that could cause contacts notes not to properly synchronise on devices using EAS v2.5.
  • Improved error detection and response for badly formatter ServerIDs in mobile requests.
  • Added a new logic to the MIME Parser to allow the correct parsing of emails where Content-Disposition assignments are empty, missed the appropriate field quotes or contained illegal characters.
  • Unhandled Exchange ActiveSync exceptions now return the appropriate HTTP error code (>= 400) instead of returning
  • Fixed an issue that caused attachment downloads to fail for emails stored in a shared folder.
  • Fixed an issue that caused synchronisation requests to "dead" mountpoints (e.g. folders shared by a deleted account) to return errors and cause performance issues on low-end servers.

HSM+

  • Changed the deletion logic for items in third-party secondary volumes to an asynchronous model to improve performances and reliability.
  • It's now possible to queue a MailboxMove operation when another operation of the same type is running.
  • Added notifications to the DoPurgeMailboxes command and renamed the "force" parameter to "ignore_retention".
  • DoMailboxMove now accepts some new parameters: accounts (a list of email addresses separated by ";"), domain and input_file (path to a file containing a list of email addresses, one for each line).

Admin+

  • No changes


Version 2.6.2

General

  • This release is fully compatible with Zimbra 8.8.6.
  • This is a bugfix release, upgrading is highly suggested.

Backup+

  • Fixed an error in the CoherencyCheck operation which caused objects to be treated as corrupted when their parent directory was not in the backup.

Mobile+

  • "conv" type folders are now supported
  • Improved error handling when the parsing of a badly formatted date fails
  • Fixed a bug affecting Android devices that caused Invitations to be sent without proper organizer data
  • X-Originating-IP header for Active sync emails now complies to the zimbraSmtpSendAddOriginatingIP setting
  • When the organizer edits appointment from a mobile device all attendees' status is now reset to "awaiting response"
  • Added a workaround to properly handle broken emails with bad root Content-Transfer-Encoding
  • The mobile ping logic has been improved to avoid the current ping to fail when a calendar item gets deleted during the synchronization
  • Inline attachments from original message on SmartReply action are now included
  • The "completed" flag is now properly handled (synchronize as complete on other active sync devices, remove flag on Zimbra)

HSM+

  • Fixed an issue that could cause the scheduled "Apply HSM" option to fail when Zextras Backup is not licensed
  • Fixed a bug in the deletion of s3 stores from web ui and CLI

Admin+

  • Fixed an issue that could prevent the "View Mail" feature to be properly displayed by Delegated Admins


Version 2.6.1

General

  • The doMailboxMove command has undergone significant changes. Namely, he source mailbox is not deleted from the source server after the move anymore and remains dormant.
    • Two new CLI commands have been added to respectively show and delete "leftover" mailboxes (see below).

Backup+

  • Fixed a server configuration backup issue that could cause the operation to crash when parsing unexpected files.
  • Fixed an issue that could cause a "NullPointer Exception" error when dealing with "searchFolder" items.

Mobile+

  • Recurring appointments based on the "N-th day of the month" are now supported.
  • Several behaviours and actions regarding Shared Folders have been normalised and improved, now working as intended:
    • Creating a subfolder of remote folder works as expected
    • Moving a mountpoint's subfolder to the same mountpoint works as expected
    • Moving a mountpoint properly moves it in the local mailbox.
    • Moving a mountpoint's subfolder to another mountpoint (even on same mailbox) returns an error.
    • Renaming s mountpoint's subfolder works as expected.
    • Renaming a mountpoint properly renames the mountpoint in the local mailbox.
    • Deleting a mountpoint disables the mobile synchronization for that mountpoint.
    • Deleting a mountpoint's subfolder returns an error.
  • Fixed an issue that could cause item moves from a shared to a local folder to fail.
  • Fixed an issue that could prevent the deletion of a contact's image to fail.
  • Fixed an issue that could cause an unexpected behaviour when forwarding meeting invites.
  • Fixed an issue that could cause forwarded recurring meeting invitations to sync only the first meeting instance.
  • Fixed a workflow inconsistency that could prevent iOS 11 devices to be able to reply to emails.
  • Fixed an issue that could cause invitations to a single instance of a recurring appointment not to send the invitation email.
  • Several small issues and corner cases with a very low chance of affecting real-life environments have been fixed.

HSM+

  • HSM+ is now forcibly disabled should a third-party storage manager be detected.
  • Moving a mailbox to another server won't delete the mailbox from the source server anymore.
    • Added the `getMovedMailboxes` command to show a list of "orphaned" moved mailboxes.
    • Added the `doPurgeMailbox` to remove "orphaned" moved mailboxes.

Admin

  • Autocomplete is now available when adding a COS in the "Edit Domain" dialog.
  • Several small issues and UI glitches with a very medium-to-low chance of affecting real-life environments have been fixed.

Version 2.6.0

New Features

  • The new "Mailbox Move" feature has been added to the HSM+ module, allowing to move mailboxes between servers in multiserver environments.
  • The "LDAP Backup" feature has been added to the SmartScan: at the end of the execution, all LDAP data and configuration will be backed up in the "server" directory of the backup path.

General

  • Starting from this release, new versions of Zimbra Suite Plus will only be compatible with Zimbra 8+.
  • Fixed a XSS vulnerability in the COS and Account view.
  • Improved the stability of the built-in configuration manager.
  • All communication between servers belonging to the same infrastructure are now both encrypted and authenticated.

Backup+

  • Fixed an issue that could cause a blocking "Null Pointer Exception" when restoring shared items.
  • Fixed a bug that could cause the restore of folders shared through a distribution list to fail when doing incremental migrations.

Mobile+

  • Any relevant UI element will now properly be blocked or hidden if the module is disabled.
  • The code for ICS-to-EAS conversion for recurring items has been rewritten to be much more reliable when dealing with badly formatted recurrences.
  • Items in EAS folders can now be moved to Local folders (only on clients that support this feature).
  • Fixed a bug that could cause Task and Calendar items not to be properly updated when the item contained HTML code.
  • Fixed a bug that could cause tasks created via SOAP API not to be synchronised.

HSM+

  • It's now impossible to create any S3 volume if the proper S3 cache directory doesn't exist.
  • Fixed a glitch that could cause the "New" volume button to become unclickable.

Admin No changes here

Version 2.4.9

New Features

  • Zimbra Collaboration Suite 8.7.9 is now supported.
    • Due to its "non-GA" status, Zimbra Collaboration Suite 8.7.8 is not supported by Zimbra Suite Plus nor it will be in the future.

General

  • This is a "bugfix and compatibility" release.

Backup+

  • Fixed an issue with the "Server customizations backup" sub-operation: in case of an error, the wrong exception was displayed.

Mobile+

  • Fixed an issue that could cause iOS devices to ignore meeting changes until those are accepted.
  • Fixed an issue that could cause forwarding or replying to an email on mobile devices if the "include original message" option was selected on the client.

HSM+

  • Fixed a parsing issue for pdf document that could, in some very specific and hard to reproduce cases, to cause mailboxd OOM errors.
  • Fixed a possible deadlock that could happen when using an S3 bucket as a secondary volume.

Admin+

  • Fixed an issue that could cause an Admin+ operation to fail returning a "Generic Error: Remove Delegation Setting Operationfailed. Admin settings may be in an inconsistent state." error if the Zimbra Suite Plus Administration Zimlet was not properly installed.


Version 2.4.8

New Features

  • Zimbra Collaboration Suite 8.7.6 is now supported.

IMPORTANT INFORMATION FOR ZIMBRA 8.7.6 USERS

Zimbra 8.7.6 includes a technical preview of the Chat and Drive Zimbra component, powered by Zextras.

  • The ZAL version used by chat and drive has a known issue that has been solved in version 1.11.7+. To fix the issue, copy the zal.jar package from /opt/zimbra/lib/ext/zextras/ to /opt/zimbra/lib/ext/zimbradrive/ and /opt/zimbra/lib/ext/openchat/. Then, restart the mailboxd for the appropriate ZAL versions to be loaded.

General

  • This is a "bugfix and compatibility" release.

Mobile+

  • Fixed an issue that blocks synchronization from the webclient to iOS caused by wrong PARTSTAT(participant status).

Admin+

  • Fixed an issue that causes the Admin Migration operation to fail.

Version 2.4.7

New Features

  • Zimbra Collaboration Suite 8.7.5 is now supported.

Mobile+

  • Fixed an issue that could cause some appointments not to be displayed as “accepted” on iOS if they have been accepted from web interface.

Version 2.4.6

New Features

  • Zimbra Collaboration Suite 8.7.4 is now supported.

General

  • This is a "bugfix and compatibility" release.
  • Fixed an issue that could cause the corruption of gzip files downloaded from a briefcase.

Backup+

  • Fixed an issue which could cause restores to end abruptly when dealing with some large or complex items (such as recurring events with attachments and several edits)

Mobile+ Hooray, no fixes here!

HSM+

  • Fixed a "Null Pointer Exception" error that could appear during the HSM Move.

Admin

  • Hooray, no fixes here!

Version 2.4.5

New Features

  • Zimbra Collaboration Suite 8.7.3 is now supported.

Backup+

  • Fixed an issue which could prevent tags and buddies not to be properly restored.
  • Fixed a bug which caused the Delegated Admin status not to be restored during External Restores.

Mobile+

  • Improved folder management code to avoid the synchronization to fail on accounts with a large number of folders (over 200).
  • Added a workaround to generate proper calendar invites when Outlook 203/2016 send an empty invitation.

HSM+

  • Hooray, no fixes here!

Admin

  • Fixed a trivial bug which caused some rights not to be removed when revoking Delegated Admin rights from a user.
  • Added some missing group rights.

Version 2.4.4

General

  • Zimbra Collaboration Suite 8.7.2 is now supported.
  • Backup Plus's External Restore can now restore multiple accounts at the same time, improving restore speed by up to 4 times. This feature is only available via CLI through the "concurrent_accounts" parameter of the doExternalRestore command.
  • Access to configuration for core features, Mobile Plus on multistore infrastructures has been improved, especially when one of the mailboxd fails.
  • Administration Plus Zimlet: Fixed some drag&drop issues on Zimbra 8.7.x.
  • Fixed a bug that caused small UI issues in the Zimbra Suite Plus Administration Zimlet on multistore environments.
  • Fixed a bug that could cause the all modules in the Zimbra Suite Plus Administration Zimlet to be grayed out after adding a new mailboxd server to the infrastructure.
  • Fixed a bug which lead to unexcepted errors in SOAP which affects only 8.6.0p7 and 8.6.0p8.
  • Fixed a bug which prevented the user to use the Zimbra Suite Plus Account View or Zimbra Suite Plus COS View.

Backup+

  • Improved RealTime Scanner's "slowdown" detection.
  • Signature Length and Maximum Number of Contacts will now be ignored when restoring an account.
  • Fixed an issue that wrongly caused some BLOBs to be reported as missing by the SmartScan if the doMoveBlobs Zimbra Suite Plus Powerstore operation was running during the SmartScan.
  • Fixed a bug that could cause Restore On New operations to fail if the "Apply HSM Policies" was selected and the current secondary volume was an S3 Volume.
  • Fixed a bug that could cause tag colors not to be properly restored.
  • Changed the way skipped items are counted on restore logs/notifications to avoid reporting as skipped a restored folder which contains an item whose itemID is lower than the folder's itemID itself.

Mobile+

  • Fixed a bug that could cause "Nine for Android" clients not to properly sync calendars.
  • Added several information to the output of the "getDeviceInfo" CLI command.
  • Fixed a bug which prevented the user to update appointments created via CalDav, from mobile devices.

Powerstore

  • Fixed a bug which could cause to use incorrect encoding in html email previews.

Admin

  • Fixed a bug which could cause a Delegated Admin to be unable to delete mailboxes on multistore environments if the target mailbox was hosted on a different server than the the one the DA was logged into.

Version 2.4.2

New Features

  • Zimbra Collaboration Suite 8.7.1 is now supported.

Version 2.4.1

New Features

  • Official support for Dell-EMC's ECS storage (S3 compatible)

General

  • Uninstalling Zimbra Suite Plus now undeploys the Client Zimlet as well.

Backup Plus

  • Fixed a bug that could cause an External Restore to fail with a "no such domain" error.
  • Fixed a bug that could cause the "getItem" CLI command to fail when using a target different from the current Backup Path.
  • Fixed a bug that could cause tags not to be properly restored when importing a Zimbra 7.x dataset into Zimbra 8.x.
  • Logging has been improved to reduce backup messages on the mailbox.log file when deleting a mailbox.
  • Operation queue improvement: if a Restore on New Account is running, subsequent operations of the same type with the same source won't be queued anymore.

Mobile Plus

  • Added several server-side workarounds for calendar issues affecting the stock client in iOS 10.x.
  • Added a server-side workaround to solve some clients' issues with appointment forwarding.
  • Fixed an issue that could cause a timezone error when creating appointments from an EAS client.
  • Fixed a bug that could cause emails sent through Zimbra Mobile+ to have a broken message preview in the Zimbra Web Client.

HSM Plus

  • Fixed a logic loophole that caused HSM Plus to override Zimbra's default storage classes even when the module was unlicensed/disabled. This caused issues with the "zmhsm", "zmblobchk" and "zmmboxmove" commands, now those commands work properly if HSM+ is unlicensed or disabled, while if the module is licensed and enabled you can use the HSM+ equivalents, "zxsuite hsm doMoveBlobs" and "zxsuite hsm doCheckBlobs".
  • Fixed a bug that caused some items not to be properly deleted from an S3 bucket when a mailbox was deleted.
  • Fixed a bug that could cause the Volume Deduplication operation not to detect and delete all duplicate files.
  • Several UI fixes and input santitization.
  • The behaviour of all HSM+ CLI commands has been standardized and now volume names can be used everywhere instead of volumeIDs.
  • All HSM+ operations now properly support dumpster folders.
  • The "Compression Threshold" value can now be set to "0".
  • The S3 caching engine has been optimized to remove a delay that was briefly affecting performances right after lowering the cache value.

Admin Plus

  • Fixed a bug that could cause an error when setting a quota value to "Unlimited" in Delegated Admins and Domain Limits.
  • Delegated admins can now see Alias Domain information for the domains they manage.


Version 2.4.0

Zimbra Suite Plus

General

  • Nailgun has been removed, now the Zimbra Suite Plus CLI uses a custom built engine which is way faster and more responsive.
    • The "--offline" option is being refactored, thus it has been removed and will be added back when the refactoring is completed.
  • Several wizards have been expanded and improved by adding an additional step at the beginning that fully explains the operation's functioning and options.
  • Licensing Notice: any license created on or after September 8th 2016 is only compatible with Zimbra Suite Plus 2.4.0 and higher.

Zimbra Backup Plus

  • Noticeable performance improvements in the RealTime Scanner and External Backup features.
  • Concurrency has been improved, allowing more backup operations to run together.
  • Fixed a bug that caused a licensing error to appear when trying to add a new account on a limited domain when the limit has been reached, now the appropriate error is shown.

Zimbra Mobile Plus

  • Free/busy support extended to any mobile client that supports this feature (ResolveRecipient Exchange ActiveSync command).
  • Expanded the workaround for the incorrect date displayed by emails sent from Yahoo to include more cases.
  • Fixed a bug that could cause synchronization issues if one or more address books under the "Email Contacts" folders exist.

Zimbra HSM Plus

  • S3 support: now Secondary volumes can be hosted on Amazon S3 buckets.
  • Attachment indexing.
  • Noticeable performance improvements in any operation that moves BLOBs (HSM and Volume to Volume move)
  • Changed the write error threshold to a percentage value (5%) instead of a fixed value.

Zimbra Admin Plus

  • The Zimbra Admin Plus module can now be used on Zimbra Network Edition 8.6 and higher instead of Zimbra's own ACL management system.
  • New distributed configuration backend to heavily reduce the response time of the module.

Version 2.2.5

Zimbra Suite Plus

General

  • This is the first stable Zimbra Suite Plus release compatible with Zimbra Collaboration 8.7.0. Yaaaaay!
  • Fixed a bug that could cause "wrong target" error to appear several times in the log when a node when a node isn't reachable for more than a minute.
  • Improved proxying recovery when a mailboxd server goes down in a 5-10+ mailboxd environment, now Zimbra Suite Plus will take less time to detect the server when it comes back up.

Zimbra Backup Plus

  • Fixed a UI bug that caused the wrong date to be displayed in "Restore on New Account" and "Undelete" wizards when the "Use least date available" option was selected.
  • Fixed a bug that could cause tags with numeric names not to be properly imported when migrating from Zimbra 7.x to Zimbra 8.x

Zimbra Mobile Plus

  • Fixed a harmless bug that could cause "ping" command responses to have duplicate http headers.
  • Added a workaround for an Outlook 2013/2016 issue that could cause calendar items to "flicker" (vanish and re-appear randomly) in the main Calendar window.
  • Added a workaround for an iOS issue that could cause sent emails to include an empty "Text/Plain" section before the actual content.
  • Added a workaround to make sure that emails with bad encoding are synchronized and displayed in Android and WP10.
  • Added a workaround to avoid an issue with dates reported on emails sent by Yahoo addresses and synchronized with Outlook 2013/2016.
  • Added a workaround to make sure that emails containing only an attachment (no other mime sections) are synchronized and displayed properly in Android.
  • Added a workaround to an incorrect behaviour of Microsoft Outlook which sends emails encoded with the gb2312 charset containing characters from the gb18030, which are now properly displayed.
  • Added a workaround to avoid the creation of "no duration" appointments (same Start and End date/time) to avoid issues in the Zimbra WebClient and in some EAS implementations.

Zimbra HSM Plus

  • Added a default value of 4096 bytes to the "Compression Threshold" valule in "New Volume" GUI.

Zimbra Admin Plus

  • Hooray, no fixes here!

Zimbra Suite Migration Tool

  • This is the first stable Zimbra Suite Migration Tool release compatible with Zimbra Collaboration 8.7.0.

Zimbra Suite Plus Resources

Here you can find useful resources for your Zimbra Suite Plus environment



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »

Jump to: navigation, search