Subversion Repositories configs

Rev

Rev 43 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 43 Rev 59
Line 4... Line 4...
4
# drop privileges and run the process as this user
4
# drop privileges and run the process as this user
5
run_as_user = 
5
#run_as_user = zarafa
6
 
6
 
7
# drop privileges and run the process as this group
7
# drop privileges and run the process as this group
8
run_as_group = 
8
#run_as_group = zarafa
9
 
9
 
10
# create a pid file for stopping the service via the init.d scripts
10
# create a pid file for stopping the service via the init.d scripts
11
pid_file = /var/run/zarafa-ical.pid
11
#pid_file = /var/run/zarafad/ical.pid
12
 
12
 
13
# run server in this path (when not using the -F switch)
13
# run server in this path (when not using the -F switch)
14
running_path = /
14
#running_path = /var/lib/zarafa
15
 
15
 
16
# IP Address to bind to (0.0.0.0 for ANY)
16
# IP Address to bind to (empty for ANY)
17
server_bind = 0.0.0.0
17
#server_bind =
18
 
18
 
19
# wether normal connections can be made to the ical server
19
# wether normal connections can be made to the ical server
20
ical_enable = yes
20
ical_enable = yes
21
 
21
 
22
# port which the ical server listens on for normal connections
22
# port which the ical server listens on for normal connections
Line 39... Line 39...
39
# ICAL LOG SETTINGS
39
# ICAL LOG SETTINGS
40
 
40
 
41
# Logging method (syslog, file)
41
# Logging method (syslog, file)
42
log_method = file
42
log_method = file
43
 
43
 
44
# Loglevel (0=no logging, 5=full logging)
44
# Loglevel (0(none), 1(crit), 2(err), 3(warn), 4(notice), 5(info), 6(debug))
45
log_level = 2
45
#log_level = 3
46
 
46
 
47
# Logfile for log_method = file, use '-' for stderr
47
# Logfile for log_method = file, use '-' for stderr
48
log_file = /var/log/zarafa/ical.log
48
log_file = /var/log/zarafa/ical.log
49
 
49
 
50
# Log timestamp - prefix each log line with timestamp in 'file' logging mode
50
# Log timestamp - prefix each log line with timestamp in 'file' logging mode
51
log_timestamp = 1
51
log_timestamp = 1
52
 
52
 
53
# Buffer logging in what sized blocks.
53
# Buffer logging in what sized blocks. 0 for line-buffered (syslog-style).
54
# Bigger buffers is better for the performance but it gives lag
-
 
55
# when running e.g. multitail or 'tail -f' on the log-file. If
-
 
56
# you want to directly see what is happing, set this to e.g. 1.
-
 
57
# So when debugging: make it a small value, else set it to
-
 
58
# 4096 or more.
-
 
59
log_buffer_size  = 4096
54
#log_buffer_size = 0
60
 
55
 
61
##############################################################
56
##############################################################
62
# ICAL SSL SETTINGS FOR INCOMING CONNECTIONS
57
# ICAL SSL SETTINGS FOR INCOMING CONNECTIONS
63
 
58
 
64
# File with RSA key for SSL
59
# File with RSA key for SSL