Product SiteDocumentation Site

Chapter 10. Changes in 7.0.6

10.1. Configuration file changes
Please review the full changelog or JIRA version 7.0.6 for the extensive list of changes. An improvement has been added to detect and indicate non supported Outlook 2010 versions.
Zarafa-msr verify utility
ZCP 7.0.6 is extended with an verify utility to check whetever all data is successfully migrated by the zarafa-msr. The zarafa-msr-verify can be executed with the following command.
zarafa-msr-verify /etc/zarafa/msr.cfg
The verify utility will check if all folders and items are available in the source and destination store. If differences are detected, the zarafa-msr-verify can be started with --correct parameter, to resync the differences.
zarafa-msr-verify /etc/zarafa/msr.cfg --correct
LDIF schema file
As most recent distribution will ship OpenLDAP standard with a dynamic backend, the standard Zarafa LDAP schema file can’t be used. The 7.0.6 will now also include a LDIF schema file for dynamic backends. This LDIF can be found in the /usr/share/zarafa directory.

10.1. Configuration file changes

The server.cfg was changed with ZCP-8518 to allow setting minimum length for prefix searches.
# Minimum length of a search term in characters to enable prefix searching
index_services_prefix_chars = 3
The spooler.cfg changed with ZCP-9481 to catch high chars in messages that have no charset defined.
# The us-ascii charset will be upgraded to this charset, to allow more
# use of high-characters. Not used when always_send_utf8 is enabled.
charset_upgrade = windows-1252
The ldap.openldap.cfg was altered with ZCP-9554 to better suite an used default of the LDAP group members relation.
# LDAP: uid, matching users in ldap_loginname_attribute
ldap_groupmembers_relation_attribute = uid