zarafa-indexer(1) - Linux man page
Name
zarafa-indexer - Zarafa Indexer Service.
Synopsis
zarafa-indexer
Description
The zarafa-indexer daemon is used to index all messages for all users in the zarafa-server. Indexing messages greatly enhances the search performance of the zarafa-server.
After starting, the indexer will periodically update the store index files and will keep listening for connections on the configured TCP port and/or Unix socket for search requests from the zarafa-server.
Options
The Zarafa server program takes the following configuration options:
--config, -c file
- Specify the location of the configuration file.
Default: /etc/zarafa/indexer.cfg
- --foreground, -F
- Run in the foreground. Normally the indexer will daemonize and run in the background.
- --host, -h path
- Connect to the Zarafa server through path, e.g. file:///path/to/socket. Default: file:///var/run/zarafa.
- -V
- Print the version and exit.
- When invoked with no options, the indexer will search for a configuration file in /etc/zarafa/indexer.cfg. If no configuration file is found, default values
are used. See zarafa-indexer.cfg(5) for all configuration options and their default values.
Options for Windows NT/XP/2003 only:
-v
- Check the version of the installed Windows service.
- -i
- Register the Windows service.
- -u
- Deregister the Windows service.
Usage
Starting the indexer with an alternative configuration:
zarafa-indexer -c /path/to/indexer.cfg
You may also use the init.d scripts:
/etc/init.d/zarafa-indexer [start| stop| restart| reload]
Author
Written by Zarafa.
See Also
zarafa-server(1) zarafa-indexer.cfg(5)