Subversion Repositories configs

Rev

Rev 4 | Rev 43 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 23
Line 39... Line 39...
39
# 
39
# 
40
# Note: server_socket must be set to https://servername:portname/zarafa
40
# Note: server_socket must be set to https://servername:portname/zarafa
41
#       to use this type of login method
41
#       to use this type of login method
42
 
42
 
43
# Login to the Zarafa server using this SSL Key
43
# Login to the Zarafa server using this SSL Key
44
sslkey_file = /etc/zarafa/ssl/monitor.pem
44
#sslkey_file = /etc/zarafa/ssl/monitor.pem
45
 
45
 
46
# The password of the SSL Key
46
# The password of the SSL Key
47
sslkey_pass = replace-with-monitor-cert-password
47
#sslkey_pass = replace-with-monitor-cert-password
48
 
48
 
49
##############################################################
49
##############################################################
50
# ZARAFA MONITOR INTERVAL SETTINGS
50
# ZARAFA MONITOR INTERVAL SETTINGS
51
 
51
 
52
# Quota check interval (in minutes)
52
# Quota check interval (in minutes)
Line 56... Line 56...
56
# ZARAFA MONITOR MAIL QUOTA SETTINGS
56
# ZARAFA MONITOR MAIL QUOTA SETTINGS
57
 
57
 
58
# Quota mail interval in days
58
# Quota mail interval in days
59
mailquota_resend_interval = 1
59
mailquota_resend_interval = 1
60
 
60
 
61
# Templates to be used for quota emails which are send to the user
61
# Template to be used for quota emails which are send to the user
62
# when the various user quota levels have been exceeded.
62
# when the various user quota levels have been exceeded.
63
userquota_warning_template  =   /etc/zarafa/quotamail/userwarning.mail
63
userquota_warning_template = /etc/zarafa/quotamail/userwarning.mail
64
userquota_soft_template     =   /etc/zarafa/quotamail/usersoft.mail
-
 
65
userquota_hard_template     =   /etc/zarafa/quotamail/userhard.mail
-
 
66
 
64
 
67
# Templates to be used for quota emails which are send to the company administrators
65
# Templates to be used for quota emails which are send to the company administrators
68
# when the company quota level has been exceeded.
66
# when the company quota level has been exceeded.
69
companyquota_warning_template   =   /etc/zarafa/quotamail/companywarning.mail
67
companyquota_warning_template = /etc/zarafa/quotamail/companywarning.mail