Subversion Repositories configs

Rev

Rev 43 | Blame | Compare with Previous | Last modification | View Log | RSS feed

##############################################################
# ZARAFA MONITOR SETTINGS

# Server unix socket location
#server_socket = file:///var/run/zarafad/server.sock

# in a multi-server environment, which servers to monitor (default all)
servers =

# drop privileges and run the process as this user
#run_as_user = zarafa

# drop privileges and run the process as this group
#run_as_group = zarafa

# create a pid file for stopping the service via the init.d scripts
#pid_file = /var/run/zarafad/monitor.pid

# run server in this path (when not using the -F switch)
#running_path = /var/lib/zarafa

##############################################################
# ZARAFA MONITOR LOG SETTINGS

# Logging method (syslog, file)
log_method      =       file

# Loglevel (0(none), 1(crit), 2(err), 3(warn), 4(notice), 5(info), 6(debug))
#log_level      =       3

# Logfile for log_method = file, use '-' for stderr
log_file        =       /var/log/zarafa/monitor.log

# Log timestamp - prefix each log line with timestamp in 'file' logging mode
log_timestamp   =       1

# Buffer logging in what sized blocks. 0 for line-buffered (syslog-style).
#log_buffer_size = 0

##############################################################
# MONITOR SSL LOGIN SETTINGS
# 
# Note: server_socket must be set to https://servername:portname/zarafa
#       to use this type of login method

# Login to the Zarafa server using this SSL Key
#sslkey_file = /etc/zarafa/ssl/monitor.pem

# The password of the SSL Key
#sslkey_pass = replace-with-monitor-cert-password

##############################################################
# ZARAFA MONITOR INTERVAL SETTINGS

# Quota check interval (in minutes)
quota_check_interval = 15

##############################################################
# ZARAFA MONITOR MAIL QUOTA SETTINGS

# Quota mail interval in days
mailquota_resend_interval = 1

# Template to be used for quota emails which are send to the user
# when the various user quota levels have been exceeded.
userquota_warning_template = /etc/zarafa/quotamail/userwarning.mail

# Templates to be used for quota emails which are send to the company administrators
# when the company quota level has been exceeded.
companyquota_warning_template = /etc/zarafa/quotamail/companywarning.mail