Product SiteDocumentation Site

3.6. New Zarafa-admin changes

The Zarafa-admin tool could already list orphant mailbox and hook an orphant mailbox to a user. In ZCP 7.0 it’s also possible to unhook a store of a user.
zarafa-admin --unhook-store <username>
To publish the zarafa cache statistics to terminal and replacing the former SIGUSR1 signal, the statistics can now only be displayed by using:
zarafa-stats --system
The use of the SIGUSR2 signal was removed in favor of a new command in line with other administrative command structures, to clear the internal zarafa cache issue the command.
zarafa-admin --clear-cache
The new performance improvements in ZCP 7.0 will introduce a deferred updates table, which contains items before they are actually written to the properties table. To purge this defered table manually, the zarafa-admin tool can be executed with the following option.
zarafa-admin --purge-deferred
To get an easy overview of available and used subscriptions, the zarafa-admin is extended with the following option.
zarafa-admin --user-count
To force a full resync of an Outlook caching mode profile, the zarafa-admin is extended with the following option.
zarafa-admin --force-resync <username>
After executing this command all items on the server for this user will be downloaded again in the caching mode profile.