Subversion Repositories configs

Rev

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

Rev 45 Rev 59
Line 2... Line 2...
2
# GATEWAY SETTINGS
2
# GATEWAY SETTINGS
3
 
3
 
4
server_bind	=	0.0.0.0
4
#server_bind	=
5
 
5
 
6
# Please refer to the administrator manual or manpage why HTTP is used rather than the UNIX socket.
6
# Please refer to the administrator manual or manpage why HTTP is used rather than the UNIX socket.
7
server_socket	=	http://localhost:236/zarafa
7
#server_socket = http://localhost:236/zarafa
8
 
8
 
9
# Set this value to a name to show in the logon greeting to clients.
9
# Set this value to a name to show in the logon greeting to clients.
10
# Leave empty to use DNS to find this name.
10
# Leave empty to use DNS to find this name.
11
#server_hostname = homeserver.ujsoftware.com
-
 
12
server_hostname = 
11
server_hostname = 
13
 
12
 
14
# Whether to show the hostname in the logon greeting to clients.
13
# Whether to show the hostname in the logon greeting to clients.
15
server_hostname_greeting = no
14
server_hostname_greeting = no
16
 
15
 
17
# drop privileges and run the process as this user
16
# drop privileges and run the process as this user
18
run_as_user = zarafa
17
#run_as_user = zarafa
19
 
18
 
20
# drop privileges and run the process as this group
19
# drop privileges and run the process as this group
21
run_as_group = zarafa
20
#run_as_group = zarafa
22
 
21
 
23
# create a pid file for stopping the service via the init.d scripts
22
# create a pid file for stopping the service via the init.d scripts
24
pid_file = /var/run/zarafa-gateway.pid
23
#pid_file = /var/run/zarafad/gateway.pid
25
 
24
 
26
# run server in this path (when not using the -F switch)
25
# run server in this path (when not using the -F switch)
27
running_path = /
26
#running_path = /var/lib/zarafa
28
 
27
 
29
# create memory coredumps upon crash in the running_path directory
28
# create memory coredumps upon crash in the running_path directory
30
coredump_enabled = no
29
coredump_enabled = no
31
 
30
 
32
# enable/disable POP3, and POP3 listen port
31
# enable/disable POP3, and POP3 listen port
Line 107... Line 106...
107
# GATEWAY LOG SETTINGS
106
# GATEWAY LOG SETTINGS
108
 
107
 
109
# Logging method (syslog, file)
108
# Logging method (syslog, file)
110
log_method	=	file
109
log_method	=	file
111
 
110
 
112
# Loglevel (0=no logging, 5=full logging)
111
# Loglevel (0(none), 1(crit), 2(err), 3(warn), 4(notice), 5(info), 6(debug))
113
log_level	=	2
112
#log_level	=	3
114
 
113
 
115
# Logfile for log_method = file, use '-' for stderr
114
# Logfile for log_method = file, use '-' for stderr
116
log_file	=	/var/log/zarafa/gateway.log
115
log_file	=	/var/log/zarafa/gateway.log
117
 
116
 
118
# Log timestamp - prefix each log line with timestamp in 'file' logging mode
117
# Log timestamp - prefix each log line with timestamp in 'file' logging mode
119
log_timestamp	=	1
118
log_timestamp	=	1
120
 
119
 
121
# Buffer logging in what sized blocks.
120
# Buffer logging in what sized blocks. 0 for line-buffered (syslog-style).
122
# Bigger buffers is better for the performance but it gives lag
-
 
123
# when running e.g. multitail or 'tail -f' on the log-file. If
-
 
124
# you want to directly see what is happing, set this to e.g. 1.
-
 
125
# So when debugging: make it a small value, else set it to
-
 
126
# 4096 or more.
-
 
127
log_buffer_size  = 4096
121
#log_buffer_size = 0