- Timestamp:
- 11/30/17 00:15:29 (7 years ago)
- Branches:
- gcc484, master, perl-5.22
- Children:
- 94b5bc1
- Parents:
- 6165e17
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
npl/mailserver/kopano_conf/root/etc/kopano/monitor.cfg
r6165e17 r2c1b61a 2 2 # KOPANO MONITOR SETTINGS 3 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 = 4 9 5 10 # drop privileges and run the process as this user 6 run_as_user = kopano11 #run_as_user = kopano 7 12 8 13 # drop privileges and run the process as this group 9 run_as_group = kopano14 #run_as_group = kopano 10 15 16 # create a pid file for stopping the service via the init.d scripts 17 #pid_file = /var/run/kopano/monitor.pid 11 18 12 19 # run server in this path (when not using the -F switch) 13 running_path = / 20 #running_path = /var/lib/kopano 14 21 15 22 ############################################################## … … 19 26 log_method = file 20 27 21 # Loglevel (0 =no logging, 5=full logging)22 log_level = 2 28 # Loglevel (0(none), 1(crit), 2(err), 3(warn), 4(notice), 5(info), 6(debug)) 29 #log_level = 3 23 30 24 31 # Logfile for log_method = file, use '-' for stderr … … 28 35 log_timestamp = 1 29 36 37 # Buffer logging in what sized blocks. 0 for line-buffered (syslog-style). 38 #log_buffer_size = 0 39 30 40 ############################################################## 31 41 # MONITOR SSL LOGIN SETTINGS 32 42 # 33 # Note: server_socket must be set to https://servername:portname/ kopano43 # Note: server_socket must be set to https://servername:portname/ 34 44 # to use this type of login method 35 45 36 # Login to the Kopanoserver using this SSL Key37 sslkey_file = /etc/kopano/ssl/monitor.pem46 # Login to the storage server using this SSL Key 47 #sslkey_file = /etc/kopano/ssl/monitor.pem 38 48 39 49 # The password of the SSL Key 40 sslkey_pass = replace-with-monitor-cert-password 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 41 57 42 58 ############################################################## … … 46 62 mailquota_resend_interval = 1 47 63 48 # Template s to be used for quota emails which are sendto the user64 # Template to be used for quota emails which are sent to the user 49 65 # when the various user quota levels have been exceeded. 50 userquota_warning_template = /etc/kopano/quotamail/userwarning.mail 51 userquota_soft_template = /etc/kopano/quotamail/usersoft.mail 52 userquota_hard_template = /etc/kopano/quotamail/userhard.mail 66 userquota_warning_template = /etc/kopano/quotamail/userwarning.mail 53 67 54 # Templates to be used for quota emails which are send to the company administrators 55 # when the various company quota levels have been exceeded. 56 companyquota_warning_template = /etc/kopano/quotamail/companywarning.mail 57 companyquota_soft_template = /etc/kopano/quotamail/companysoft.mail 58 companyquota_hard_template = /etc/kopano/quotamail/companyhard.mail 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
Note: See TracChangeset
for help on using the changeset viewer.