Rev 23 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
##############################################################
# SERVER SETTINGS
# The socket that the license server will run on
# default: /var/run/zarafa-licensed
server_pipe_name = /var/run/zarafa-licensed
# The URL on which we can contact zarafa-server
# default: file:///var/run/zarafa
server_socket = file:///var/run/zarafa-prio
# Login to the Zarafa server using this SSL Key
sslkey_file = /etc/zarafa/ssl/licensed.pem
# The password of the SSL Key
sslkey_pass = replace-with-server-cert-password
# License path (should contain 'base' and CALs in other files)
license_path = /etc/zarafa/license
# drop privileges and run the process as this user
run_as_user = zarafa
# drop privileges and run the process as this group
run_as_group = zarafa
# create a pid file for stopping the service via the init.d scripts
pid_file = /var/run/zarafa-licensed.pid
# run server in this path (when not using the -F switch)
running_path = /
##############################################################
# LOG SETTINGS
# Logging method (syslog, file)
log_method = file
# Logfile (for log_method = file, '-' for stderr)
log_file = /var/log/zarafa/licensed.log
# Loglevel (0=no logging, 5=full logging)
log_level = 2
# Log timestamp - prefix each log line with timestamp in 'file' logging mode
log_timestamp = 1