Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
165 - 1
##############################################################
2
# CONNECTION TO ZARAFA SERVER
3
 
4
# Socket to find the connection to the Zarafa server.
5
# Use https to reach servers over the network
6
#server_socket = file:///var/run/zarafad/server.sock
7
 
8
# Login to the Zarafa server using this SSL Key
9
#sslkey_file         = /etc/zarafa/ssl/search.pem
10
 
11
# The password of the SSL Key
12
#sslkey_pass         = replace-with-server-cert-password
13
 
14
##############################################################
15
# LOG SETTINGS
16
 
17
# Logging method (syslog, file)
18
log_method          =   file
19
 
20
# Loglevel (critical, error, warning, info, debug)
21
log_level           =   debug
22
 
23
# Logfile for log_method = file, use '-' for stderr
24
log_file            =   /var/log/zarafa/backup.log
25
 
26
##############################################################
27
# PERFORMANCE
28
 
29
# maximum number of stores to backup in parallel
30
worker_processes	=   1