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-licensedserver_pipe_name = /var/run/zarafa-licensed# The URL on which we can contact zarafa-server# default: file:///var/run/zarafaserver_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 userrun_as_user = zarafa# drop privileges and run the process as this grouprun_as_group = zarafa# create a pid file for stopping the service via the init.d scriptspid_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 = 4# Log timestamp - prefix each log line with timestamp in 'file' logging modelog_timestamp = 1# Buffer logging in what sized blocks.# Bigger buffers is better for the performance but it gives lag# when running e.g. multitail or 'tail -f' on the log-file. If# you want to directly see what is happing, set this to e.g. 1.# So when debugging: make it a small value, else set it to# 4096 or more.log_buffer_size = 4096