/etc/zarafa/archiver.cfg
. If the default configuration file is not found, Archiver will try to work with default configuration settings, which will most probably fail. Archiver will display an error message like "Unable to open admin session on server https://192.168.1.10:237/zarafa" and close.
--config
. When such a configuration file is specified and cannot be found, Archiver will emit an error message like: "Unable to open configuration file /tmp/test.cfg" and close.
zarafa-archiver
needs to know where to connect to and how to authenticate. This is configured using the server_socket
, sslkey_file
and sslkey_pass
settings.
server_socket = file:///var/run/zarafa sslkey_file = /etc/zarafa/ssl/client.pem sslkey_pass = secret
zarafa-archiver
uses one central MySQL database for managing deduplication of archived attachments. MySQL settings can be configured like this:
mysql_host = localhost mysql_port = 3306 mysql_user = zarafa mysql_password = password mysql_socket = mysql_database = archiver
zarafa-server
is using and needs to be accessible over the network from each server running the zarafa-archiver
command.