Subversion Repositories configs

Rev

Rev 23 | Go to most recent revision | 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
5
# default: /var/run/zarafa-licensed
6
server_pipe_name = /var/run/zarafa-licensed
7
 
8
# The URL on which we can contact zarafa-server
9
# default: file:///var/run/zarafa
10
server_socket = file:///var/run/zarafa-prio
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
22
run_as_user		= zarafa
23
 
24
# drop privileges and run the process as this group
25
run_as_group		= zarafa
26
 
27
# create a pid file for stopping the service via the init.d scripts
28
pid_file		= /var/run/zarafa-licensed.pid
29
 
30
# run server in this path (when not using the -F switch)
31
running_path = /
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
 
42
# Loglevel (0=no logging, 5=full logging)
43 - 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
 
48
# Buffer logging in what sized blocks.
49
# Bigger buffers is better for the performance but it gives lag
50
# when running e.g. multitail or 'tail -f' on the log-file. If
51
# you want to directly see what is happing, set this to e.g. 1.
52
# So when debugging: make it a small value, else set it to
53
# 4096 or more.
54
log_buffer_size  = 4096