Subversion Repositories configs

Rev

Rev 43 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
##############################################################
2
# ZARAFA MONITOR SETTINGS
3
 
4
# Server unix socket location
59 - 5
#server_socket = file:///var/run/zarafad/server.sock
4 - 6
 
7
# in a multi-server environment, which servers to monitor (default all)
8
servers =
9
 
10
# drop privileges and run the process as this user
59 - 11
#run_as_user = zarafa
4 - 12
 
13
# drop privileges and run the process as this group
59 - 14
#run_as_group = zarafa
4 - 15
 
16
# create a pid file for stopping the service via the init.d scripts
59 - 17
#pid_file = /var/run/zarafad/monitor.pid
4 - 18
 
19
# run server in this path (when not using the -F switch)
59 - 20
#running_path = /var/lib/zarafa
4 - 21
 
22
##############################################################
23
# ZARAFA MONITOR LOG SETTINGS
24
 
25
# Logging method (syslog, file)
26
log_method	=	file
27
 
59 - 28
# Loglevel (0(none), 1(crit), 2(err), 3(warn), 4(notice), 5(info), 6(debug))
29
#log_level	=	3
4 - 30
 
31
# Logfile for log_method = file, use '-' for stderr
32
log_file	=	/var/log/zarafa/monitor.log
33
 
34
# Log timestamp - prefix each log line with timestamp in 'file' logging mode
35
log_timestamp	=	1
36
 
59 - 37
# Buffer logging in what sized blocks. 0 for line-buffered (syslog-style).
38
#log_buffer_size = 0
43 - 39
 
4 - 40
##############################################################
41
# MONITOR SSL LOGIN SETTINGS
42
#
43
# Note: server_socket must be set to https://servername:portname/zarafa
44
#       to use this type of login method
45
 
46
# Login to the Zarafa server using this SSL Key
23 - 47
#sslkey_file = /etc/zarafa/ssl/monitor.pem
4 - 48
 
49
# The password of the SSL Key
23 - 50
#sslkey_pass = replace-with-monitor-cert-password
4 - 51
 
52
##############################################################
53
# ZARAFA MONITOR INTERVAL SETTINGS
54
 
55
# Quota check interval (in minutes)
56
quota_check_interval = 15
57
 
58
##############################################################
59
# ZARAFA MONITOR MAIL QUOTA SETTINGS
60
 
61
# Quota mail interval in days
62
mailquota_resend_interval = 1
63
 
23 - 64
# Template to be used for quota emails which are send to the user
4 - 65
# when the various user quota levels have been exceeded.
23 - 66
userquota_warning_template = /etc/zarafa/quotamail/userwarning.mail
4 - 67
 
68
# Templates to be used for quota emails which are send to the company administrators
69
# when the company quota level has been exceeded.
23 - 70
companyquota_warning_template = /etc/zarafa/quotamail/companywarning.mail