/etc/zarafa/archiver.cfg
.
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/certificate.pem sslkey_pass = zarafa
zarafa-archiver
uses one central MySQL database for managing deduplication of archived attachments. The MySQL settings can be configured like this:
mysql_host = localhost mysql_port = 3306 mysql_user = root mysql_password = mysql_socket = mysql_database = zarafa-archiver