4 |
- |
1 |
##############################################################
|
|
|
2 |
# ZARAFA MONITOR SETTINGS
|
|
|
3 |
|
|
|
4 |
# Server unix socket location
|
|
|
5 |
server_socket = file:///var/run/zarafa
|
|
|
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
|
|
|
11 |
run_as_user =
|
|
|
12 |
|
|
|
13 |
# drop privileges and run the process as this group
|
|
|
14 |
run_as_group =
|
|
|
15 |
|
|
|
16 |
# create a pid file for stopping the service via the init.d scripts
|
|
|
17 |
pid_file = /var/run/zarafa-monitor.pid
|
|
|
18 |
|
|
|
19 |
# run server in this path (when not using the -F switch)
|
|
|
20 |
running_path = /
|
|
|
21 |
|
|
|
22 |
##############################################################
|
|
|
23 |
# ZARAFA MONITOR LOG SETTINGS
|
|
|
24 |
|
|
|
25 |
# Logging method (syslog, file)
|
|
|
26 |
log_method = file
|
|
|
27 |
|
|
|
28 |
# Loglevel (0=no logging, 5=full logging)
|
|
|
29 |
log_level = 2
|
|
|
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 |
|
|
|
37 |
##############################################################
|
|
|
38 |
# MONITOR SSL LOGIN SETTINGS
|
|
|
39 |
#
|
|
|
40 |
# Note: server_socket must be set to https://servername:portname/zarafa
|
|
|
41 |
# to use this type of login method
|
|
|
42 |
|
|
|
43 |
# Login to the Zarafa server using this SSL Key
|
|
|
44 |
sslkey_file = /etc/zarafa/ssl/monitor.pem
|
|
|
45 |
|
|
|
46 |
# The password of the SSL Key
|
|
|
47 |
sslkey_pass = replace-with-monitor-cert-password
|
|
|
48 |
|
|
|
49 |
##############################################################
|
|
|
50 |
# ZARAFA MONITOR INTERVAL SETTINGS
|
|
|
51 |
|
|
|
52 |
# Quota check interval (in minutes)
|
|
|
53 |
quota_check_interval = 15
|
|
|
54 |
|
|
|
55 |
##############################################################
|
|
|
56 |
# ZARAFA MONITOR MAIL QUOTA SETTINGS
|
|
|
57 |
|
|
|
58 |
# Quota mail interval in days
|
|
|
59 |
mailquota_resend_interval = 1
|
|
|
60 |
|
|
|
61 |
# Templates to be used for quota emails which are send to the user
|
|
|
62 |
# when the various user quota levels have been exceeded.
|
|
|
63 |
userquota_warning_template = /etc/zarafa/quotamail/userwarning.mail
|
|
|
64 |
userquota_soft_template = /etc/zarafa/quotamail/usersoft.mail
|
|
|
65 |
userquota_hard_template = /etc/zarafa/quotamail/userhard.mail
|
|
|
66 |
|
|
|
67 |
# Templates to be used for quota emails which are send to the company administrators
|
|
|
68 |
# when the company quota level has been exceeded.
|
|
|
69 |
companyquota_warning_template = /etc/zarafa/quotamail/companywarning.mail
|