Subversion Repositories configs

Rev

Rev 43 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 43 Rev 59
Line 6... Line 6...
6
 
6
 
7
# Port number for outgoing mailserver
7
# Port number for outgoing mailserver
8
smtp_port = 25
8
smtp_port = 25
9
 
9
 
10
# Server unix socket location
10
# Server unix socket location
11
server_socket	=	file:///var/run/zarafa
11
#server_socket = file:///var/run/zarafad/server.sock
12
 
12
 
13
# drop privileges and run the process as this user
13
# drop privileges and run the process as this user
14
run_as_user = zarafa
14
#run_as_user = zarafa
15
 
15
 
16
# drop privileges and run the process as this group
16
# drop privileges and run the process as this group
17
run_as_group = zarafa
17
#run_as_group = zarafa
18
 
18
 
19
# create a pid file for stopping the service via the init.d scripts
19
# create a pid file for stopping the service via the init.d scripts
20
pid_file = /var/run/zarafa-spooler.pid
20
#pid_file = /var/run/zarafad/spooler.pid
21
 
21
 
22
# run server in this path (when not using the -F switch)
22
# run server in this path (when not using the -F switch)
23
running_path = /
23
#running_path = /var/lib/zarafa
24
 
24
 
25
# create memory coredumps upon crash in the running_path directory
25
# create memory coredumps upon crash in the running_path directory
26
coredump_enabled = no
26
coredump_enabled = no
27
 
27
 
28
# for temporary files
28
# for temporary files
Line 34... Line 34...
34
# SPOOLER LOG SETTINGS
34
# SPOOLER LOG SETTINGS
35
 
35
 
36
# Logging method (syslog, file)
36
# Logging method (syslog, file)
37
log_method	=	file
37
log_method	=	file
38
 
38
 
39
# Loglevel (0=no logging, 5=full logging)
39
# Loglevel (0(none), 1(crit), 2(err), 3(warn), 4(notice), 5(info), 6(debug))
40
log_level	=	3
40
#log_level	=	3
41
 
41
 
42
# Logfile for log_method = file, use '-' for stderr
42
# Logfile for log_method = file, use '-' for stderr
43
log_file	=	/var/log/zarafa/spooler.log
43
log_file	=	/var/log/zarafa/spooler.log
44
 
44
 
45
# Log timestamp - prefix each log line with timestamp in 'file' logging mode
45
# Log timestamp - prefix each log line with timestamp in 'file' logging mode
46
log_timestamp	=	1
46
log_timestamp	=	1
47
 
47
 
48
# Buffer logging in what sized blocks.
48
# Buffer logging in what sized blocks. 0 for line-buffered (syslog-style).
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
49
#log_buffer_size = 0
55
 
-
 
56
 
50
 
57
##############################################################
51
##############################################################
58
# SPOOLER SSL LOGIN SETTINGS
52
# SPOOLER SSL LOGIN SETTINGS
59
# 
53
# 
60
# Note: server_socket must be set to https://servername:portname/zarafa
54
# Note: server_socket must be set to https://servername:portname/zarafa