source: npl/mailserver/kopano_conf/root/etc/kopano/monitor.cfg

Last change on this file was 2c1b61a, checked in by Edwin Eefting <edwin@datux.nl>, 7 years ago

migrated settings to new default configs

  • Property mode set to 100644
File size: 2.2 KB
Line 
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)
8servers =
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)
26log_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
32log_file        =       /var/log/kopano/monitor.log
33
34# Log timestamp - prefix each log line with timestamp in 'file' logging mode
35log_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)
56quota_check_interval = 15
57
58##############################################################
59# KOPANO MONITOR MAIL QUOTA SETTINGS
60
61# Quota mail interval in days
62mailquota_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.
66userquota_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.
70companyquota_warning_template = /etc/kopano/quotamail/companywarning.mail
Note: See TracBrowser for help on using the repository browser.