Product SiteDocumentation Site

Chapter 9. Changes in 7.0.5

9.1. Configuration file changes
Please review the full changelog or JIRA version 7.0.5 for the extensive list of changes.
General changes
After the installation of 7.0.5 the primary key on tproperties table is changed to fix a performace issue introduced in ZCP-9130. The change will only be done on systems that are upgraded before 7.0.4 with the zarafa7-upgrade script.
The zarafa-dagent is in the 7.0.5 release enabled by default, so it will run in LMTP mode as this is the recommended delivery method.
Also the Zarafa Drag & Drop plugin is now compatible with latest Firefox 9.0.1.
Zarafa-contacts package
To support future WebApp releases, the ZCP backend is extended with a new addressbook provider. The addressbook provider will allow WebApp users to select which contact folders will be listed in the WebApp addressbook. The new provider is included in the package zarafa-contacts. The package will add a new directory /etc/mapi with the addressbook provider configuration file. It’s recommended to install the new package manually during the update, on new installs the package is included by default. There are no dependencies right now on this new package.
LDAP paging support
For performance optimizations LDAP page support is introduced in the 7.0.5. When the LDAP server returns a large number of object, these objects will be returned in pages. Paging support will reduce resources on client and server and will limit lower the network usage.
# Default ADS MaxPageSize is 1000
ldap_page_size = 1000

9.1. Configuration file changes

The server.cfg was changed for to improved the explanation of companyquota_warn
# The default Warning Quota Level for multitenant public stores. Set to 0 to disable this level.
The dagent.cfg changed the log location and timestamp
#change log_file in dagent.cfg to full patch instead of -.
log_file = /var/log/zarafa/dagent.log
# Log timestamp - prefix each log line with timestamp in 'file' logging mode
log_timestamp   =       1
The admin.cfg
#New example config file for the admin.cfg for multiserver setups.
The ldap.active-directory.cfg / ldap.openldap.cfg was altered
# Default ADS MaxPageSize is 1000.
ldap_page_size = 1000