|
|
@ -33,7 +33,8 @@ POSTMASTER={{ postmaster or 'admin'}}
|
|
|
|
HOSTNAMES={{ hostnames }}
|
|
|
|
HOSTNAMES={{ hostnames }}
|
|
|
|
|
|
|
|
|
|
|
|
# Authentication rate limit (per source IP address)
|
|
|
|
# Authentication rate limit (per source IP address)
|
|
|
|
AUTH_RATELIMIT={{ auth_ratelimit }}
|
|
|
|
AUTH_RATELIMIT={% if auth_ratelimit_pm %}{{ auth_ratelimit_pm }}/minute;{% endif %}
|
|
|
|
|
|
|
|
{% if auth_ratelimit_ph %}{{ auth_ratelimit_ph }}/hour{% endif %}
|
|
|
|
|
|
|
|
|
|
|
|
# Opt-out of statistics, replace with "True" to opt out
|
|
|
|
# Opt-out of statistics, replace with "True" to opt out
|
|
|
|
DISABLE_STATISTICS={{ disable_statistics or 'False' }}
|
|
|
|
DISABLE_STATISTICS={{ disable_statistics or 'False' }}
|
|
|
@ -43,20 +44,20 @@ DISABLE_STATISTICS={{ disable_statistics or 'False' }}
|
|
|
|
###################################
|
|
|
|
###################################
|
|
|
|
|
|
|
|
|
|
|
|
#Expose the admin interface
|
|
|
|
#Expose the admin interface
|
|
|
|
ADMIN={{ admin_enabled or 'false' }}
|
|
|
|
#ADMIN={{ admin_enabled or 'false' }}
|
|
|
|
|
|
|
|
|
|
|
|
#Chose which webmail to run if any
|
|
|
|
#Chose which webmail to run if any
|
|
|
|
#WEBMAIL_ENABLED={{ webmail_enabled or 'false' }}
|
|
|
|
#WEBMAIL_ENABLED={{ webmail_enabled or 'false' }}
|
|
|
|
WEBMAIL={{ webmail_type or 'none' }}
|
|
|
|
#WEBMAIL={{ webmail_type or 'none' }}
|
|
|
|
|
|
|
|
|
|
|
|
#Antivirus solution
|
|
|
|
#Antivirus solution
|
|
|
|
ANTIVIRUS={{ antivirus_enabled or 'none' }}
|
|
|
|
#ANTIVIRUS={{ antivirus_enabled or 'none' }}
|
|
|
|
|
|
|
|
|
|
|
|
#Antispam solution
|
|
|
|
#Antispam solution
|
|
|
|
#ANTISPAM={{ antispam_enabled or 'none'}}
|
|
|
|
#ANTISPAM={{ antispam_enabled or 'none'}}
|
|
|
|
|
|
|
|
|
|
|
|
#Dav server implementation
|
|
|
|
#Dav server implementation
|
|
|
|
WEBDAV={{ webdav_enabled or 'none' }}
|
|
|
|
#WEBDAV={{ webdav_enabled or 'none' }}
|
|
|
|
|
|
|
|
|
|
|
|
###################################
|
|
|
|
###################################
|
|
|
|
# Server behavior
|
|
|
|
# Server behavior
|
|
|
|