Rev 43 | Blame | Compare with Previous | Last modification | View Log | RSS feed
##############################################################
# SERVER SETTINGS
# The socket that the license server will run on
# default: /var/run/zarafad/licensed.sock
server_pipe_name = /var/run/zarafad/licensed.sock
# The URL on which we can contact zarafa-server
# default: file:///var/run/zarafad/server.sock
server_socket = file:///var/run/zarafad/prio.sock
# 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/zarafad/licensed.pid
# run server in this path (when not using the -F switch)
#running_path = /var/lib/zarafa
##############################################################
# 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(none), 1(crit), 2(err), 3(warn), 4(notice), 5(info), 6(debug))
#log_level = 4
# Log timestamp - prefix each log line with timestamp in 'file' logging mode
log_timestamp = 1
# Buffer logging in what sized blocks. 0 for line-buffered (syslog-style).
#log_buffer_size = 0