Ignore:
Timestamp:
11/30/17 00:15:29 (7 years ago)
Author:
Edwin Eefting <edwin@datux.nl>
Branches:
gcc484, master, perl-5.22
Children:
94b5bc1
Parents:
6165e17
Message:

migrated settings to new default configs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • npl/mailserver/kopano_conf/root/etc/kopano/monitor.cfg

    r6165e17 r2c1b61a  
    22# KOPANO MONITOR SETTINGS
    33
     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 =
    49
    510# drop privileges and run the process as this user
    6 run_as_user = kopano
     11#run_as_user = kopano
    712
    813# drop privileges and run the process as this group
    9 run_as_group = kopano
     14#run_as_group = kopano
    1015
     16# create a pid file for stopping the service via the init.d scripts
     17#pid_file = /var/run/kopano/monitor.pid
    1118
    1219# run server in this path (when not using the -F switch)
    13 running_path = /
     20#running_path = /var/lib/kopano
    1421
    1522##############################################################
     
    1926log_method      =       file
    2027
    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
    2330
    2431# Logfile for log_method = file, use '-' for stderr
     
    2835log_timestamp   =       1
    2936
     37# Buffer logging in what sized blocks. 0 for line-buffered (syslog-style).
     38#log_buffer_size = 0
     39
    3040##############################################################
    3141# MONITOR SSL LOGIN SETTINGS
    3242#
    33 # Note: server_socket must be set to https://servername:portname/kopano
     43# Note: server_socket must be set to https://servername:portname/
    3444#       to use this type of login method
    3545
    36 # Login to the Kopano server using this SSL Key
    37 sslkey_file = /etc/kopano/ssl/monitor.pem
     46# Login to the storage server using this SSL Key
     47#sslkey_file = /etc/kopano/ssl/monitor.pem
    3848
    3949# 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)
     56quota_check_interval = 15
    4157
    4258##############################################################
     
    4662mailquota_resend_interval = 1
    4763
    48 # Templates to be used for quota emails which are send to the user
     64# Template to be used for quota emails which are sent to the user
    4965# 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
     66userquota_warning_template = /etc/kopano/quotamail/userwarning.mail
    5367
    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.
     70companyquota_warning_template = /etc/kopano/quotamail/companywarning.mail
Note: See TracChangeset for help on using the changeset viewer.