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