|
|
|
# Mailu main configuration file
|
|
|
|
#
|
|
|
|
# This file is autogenerated by the configuration management wizard.
|
|
|
|
# For a detailed list of configuration variables, see the documentation at
|
|
|
|
# https://mailu.io
|
|
|
|
|
|
|
|
###################################
|
|
|
|
# Common configuration variables
|
|
|
|
###################################
|
|
|
|
|
|
|
|
# Set this to the path where Mailu data and configuration is stored
|
|
|
|
# This variable is now set directly in `docker-compose.yml by the setup utility
|
|
|
|
# ROOT={{ root }}
|
|
|
|
|
|
|
|
# Set to a randomly generated 16 bytes string
|
|
|
|
SECRET_KEY={{ secret(16) }}
|
|
|
|
|
|
|
|
# Address where listening ports should bind
|
|
|
|
# This variables are now set directly in `docker-compose.yml by the setup utility
|
|
|
|
# PUBLIC_IPV4= {{ bind4 }} (default: 127.0.0.1)
|
|
|
|
# PUBLIC_IPV6= {{ bind6 }} (default: ::1)
|
|
|
|
|
|
|
|
# Main mail domain
|
|
|
|
# DOMAIN={{ domain }}
|
|
|
|
|
|
|
|
# Mail address of the postmaster
|
|
|
|
POSTMASTER={{ postmaster or 'admin'}}
|
|
|
|
|
|
|
|
#Chose how secure connections will behave:
|
|
|
|
#TLS_FLAVOR={{ tls_flavor }}
|
|
|
|
|
|
|
|
# Hostnames for this server, separated with comas
|
|
|
|
HOSTNAMES={{ hostnames }}
|
|
|
|
|
|
|
|
# Authentication rate limit (per source IP address)
|
|
|
|
AUTH_RATELIMIT={{ auth_ratelimit }}
|
|
|
|
|
|
|
|
# Opt-out of statistics, replace with "True" to opt out
|
|
|
|
DISABLE_STATISTICS={{ disable_statistics or 'False' }}
|
|
|
|
|
|
|
|
###################################
|
|
|
|
# Optional features
|
|
|
|
###################################
|
|
|
|
|
|
|
|
#Expose the admin interface
|
|
|
|
ADMIN={{ admin_enabled or 'false' }}
|
|
|
|
|
|
|
|
#Chose which webmail to run if any
|
|
|
|
#WEBMAIL_ENABLED={{ webmail_enabled or 'false' }}
|
|
|
|
WEBMAIL={{ webmail_type or 'none' }}
|
|
|
|
|
|
|
|
#Antivirus solution
|
|
|
|
ANTIVIRUS={{ antivirus_enabled or 'none' }}
|
|
|
|
|
|
|
|
#Antispam solution
|
|
|
|
#ANTISPAM={{ antispam_enabled or 'none'}}
|
|
|
|
|
|
|
|
#Dav server implementation
|
|
|
|
WEBDAV={{ webdav_enabled or 'none' }}
|
|
|
|
|
|
|
|
###################################
|
|
|
|
# Server behavior
|
|
|
|
###################################
|
|
|
|
|
|
|
|
# Message size limit in bytes
|
|
|
|
# Default: accept messages up to 50MB
|
|
|
|
MESSAGE_SIZE_LIMIT={{ message_size_limit }}
|
|
|
|
|
|
|
|
# Networks granted relay permissions, make sure that you include your Docker
|
|
|
|
# internal network (default to 172.17.0.0/16)
|
|
|
|
RELAYNETS={{ relaynets }}
|
|
|
|
|
|
|
|
# Will relay all outgoing mails if configured
|
|
|
|
RELAYHOST={{ relayhost }}
|
|
|
|
|
|
|
|
# Fetchmail delay
|
|
|
|
FETCHMAIL_DELAY={{ fetchmail_delay }}
|
|
|
|
|
|
|
|
# Recipient delimiter, character used to delimiter localpart from custom address part
|
|
|
|
RECIPIENT_DELIMITER={{ recipient_delimiter }}
|
|
|
|
|
|
|
|
{% if dmarc_rua or dmarc_ruf %}
|
|
|
|
# DMARC rua and ruf email
|
|
|
|
{% if dmarc_rua %}DMARC_RUA={{ dmarc_rua }}{% endif %}
|
|
|
|
{% if dmarc_ruf %}DMARC_RUF={{ dmarc_ruf }}{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
{% if welcome_enabled %}
|
|
|
|
# Welcome email, enable and set a topic and body if you wish to send welcome
|
|
|
|
# emails to all users.
|
|
|
|
WELCOME={{ welcome_enable }}
|
|
|
|
WELCOME_SUBJECT={{ welcome_subject }}
|
|
|
|
WELCOME_BODY={{ welcome_body }}
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
{% if domain_registration %}
|
|
|
|
# Domain registration (remove to disable)
|
|
|
|
DOMAIN_REGISTRATION=true
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
###################################
|
|
|
|
# Web settings
|
|
|
|
###################################
|
|
|
|
|
|
|
|
# Path to the admin interface if enabled
|
|
|
|
WEB_ADMIN={{ admin_path }}
|
|
|
|
|
|
|
|
# Path to the webmail if enabled
|
|
|
|
WEB_WEBMAIL={{ webmail_path }}
|
|
|
|
|
|
|
|
# Website name
|
|
|
|
SITENAME={{ site_name }}
|
|
|
|
|
|
|
|
# Linked Website URL
|
|
|
|
WEBSITE={{ website }}
|
|
|
|
|
|
|
|
{% if recaptcha_public_key and recaptcha_private_key %}
|
|
|
|
# Registration reCaptcha settings (warning, this has some privacy impact)
|
|
|
|
# RECAPTCHA_PUBLIC_KEY={{ recaptcha_public_key }}
|
|
|
|
# RECAPTCHA_PRIVATE_KEY={{ recaptcha_private_key }}
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
###################################
|
|
|
|
# Advanced settings
|
|
|
|
###################################
|
|
|
|
|
|
|
|
{% if password_scheme %}
|
|
|
|
# Specific password storage scheme
|
|
|
|
PASSWORD_SCHEME={{ password_scheme }}
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
# Header to take the real ip from
|
|
|
|
REAL_IP_HEADER={{ real_ip_header }}
|
|
|
|
|
|
|
|
# IPs for nginx set_real_ip_from (CIDR list separated by commas)
|
|
|
|
REAL_IP_FROM={{ real_ip_from }}
|