Subversion Repositories configs

Rev

Rev 43 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
##############################################################
2
# SERVER SETTINGS
3
 
4
# The socket that the license server will run on
59 - 5
# default: /var/run/zarafad/licensed.sock
6
server_pipe_name = /var/run/zarafad/licensed.sock
4 - 7
 
8
# The URL on which we can contact zarafa-server
59 - 9
# default: file:///var/run/zarafad/server.sock
10
server_socket = file:///var/run/zarafad/prio.sock
4 - 11
 
12
# Login to the Zarafa server using this SSL Key
23 - 13
#sslkey_file         = /etc/zarafa/ssl/licensed.pem
4 - 14
 
15
# The password of the SSL Key
23 - 16
#sslkey_pass         = replace-with-server-cert-password
4 - 17
 
18
# License path (should contain 'base' and CALs in other files)
19
license_path		= /etc/zarafa/license
20
 
21
# drop privileges and run the process as this user
59 - 22
#run_as_user		= zarafa
4 - 23
 
24
# drop privileges and run the process as this group
59 - 25
#run_as_group		= zarafa
4 - 26
 
27
# create a pid file for stopping the service via the init.d scripts
59 - 28
#pid_file		= /var/run/zarafad/licensed.pid
4 - 29
 
30
# run server in this path (when not using the -F switch)
59 - 31
#running_path = /var/lib/zarafa
4 - 32
 
33
##############################################################
34
# LOG SETTINGS
35
 
36
# Logging method (syslog, file)
37
log_method		= file
38
 
39
# Logfile (for log_method = file, '-' for stderr)
40
log_file		= /var/log/zarafa/licensed.log
41
 
59 - 42
# Loglevel (0(none), 1(crit), 2(err), 3(warn), 4(notice), 5(info), 6(debug))
43
#log_level = 4
4 - 44
 
45
# Log timestamp - prefix each log line with timestamp in 'file' logging mode
46
log_timestamp		= 1
43 - 47
 
59 - 48
# Buffer logging in what sized blocks. 0 for line-buffered (syslog-style).
49
#log_buffer_size = 0