2016-10-28 00:41:27 +02:00
|
|
|
# Mailu main configuration file
|
2016-03-02 22:25:56 +02:00
|
|
|
#
|
|
|
|
# Most configuration variables can be modified through the Web interface,
|
|
|
|
# these few settings must however be configured before starting the mail
|
|
|
|
# server and require a restart upon change.
|
|
|
|
|
2016-08-21 15:53:00 +02:00
|
|
|
###################################
|
|
|
|
# Common configuration variables
|
|
|
|
###################################
|
2016-08-20 16:32:10 +02:00
|
|
|
|
2016-10-28 00:41:27 +02:00
|
|
|
# Set this to the path where Mailu data and configuration is stored
|
|
|
|
ROOT=/mailu
|
2016-08-20 16:32:10 +02:00
|
|
|
|
2016-10-28 00:41:27 +02:00
|
|
|
# Mailu version to run (stable, 1.0, 1.1, etc. or latest)
|
2016-08-20 16:52:44 +02:00
|
|
|
VERSION=stable
|
|
|
|
|
2016-03-02 22:25:56 +02:00
|
|
|
# Set to a randomly generated 16 bytes string
|
2016-08-20 14:35:42 +02:00
|
|
|
SECRET_KEY=ChangeMeChangeMe
|
2016-03-02 22:25:56 +02:00
|
|
|
|
2016-08-20 17:01:12 +02:00
|
|
|
# Address where listening ports should bind
|
|
|
|
BIND_ADDRESS=127.0.0.1
|
|
|
|
|
2016-03-02 22:25:56 +02:00
|
|
|
# Main mail domain
|
2016-10-28 00:41:27 +02:00
|
|
|
DOMAIN=mailu.io
|
2016-03-02 22:25:56 +02:00
|
|
|
|
2017-09-24 17:49:39 +02:00
|
|
|
# Hostnames for this server, separated with comas
|
2017-09-17 12:09:08 +02:00
|
|
|
HOSTNAMES=mail.mailu.io,alternative.mailu.io,yetanother.mailu.io
|
2016-03-02 22:25:56 +02:00
|
|
|
|
|
|
|
# Postmaster local part (will append the main mail domain)
|
|
|
|
POSTMASTER=admin
|
|
|
|
|
2017-09-17 11:55:12 +02:00
|
|
|
# Choose how secure connections will behave (value: letsencrypt, cert, notls)
|
|
|
|
TLS_FLAVOR=cert
|
2017-09-02 17:36:22 +02:00
|
|
|
|
2016-08-21 15:53:00 +02:00
|
|
|
###################################
|
|
|
|
# Optional features
|
|
|
|
###################################
|
|
|
|
|
2017-09-24 14:01:26 +02:00
|
|
|
# Expose the admin interface (value: true, false)
|
|
|
|
ADMIN=false
|
2016-08-21 14:17:00 +02:00
|
|
|
|
2016-09-03 14:10:42 +02:00
|
|
|
# Choose which webmail to run if any (values: roundcube, rainloop, none)
|
2016-08-20 16:48:29 +02:00
|
|
|
WEBMAIL=none
|
|
|
|
|
2016-11-30 15:02:36 +02:00
|
|
|
# Dav server implementation (value: radicale, none)
|
|
|
|
WEBDAV=none
|
|
|
|
|
2017-09-17 11:55:12 +02:00
|
|
|
# Antivirus solution (value: clamav, none)
|
|
|
|
ANTIVIRUS=none
|
2017-06-25 18:15:47 +02:00
|
|
|
|
2016-08-21 15:53:00 +02:00
|
|
|
###################################
|
|
|
|
# Mail settings
|
|
|
|
###################################
|
|
|
|
|
2016-09-25 01:46:10 +02:00
|
|
|
# Message size limit in bytes
|
|
|
|
# Default: accept messages up to 50MB
|
2016-10-02 09:48:52 +02:00
|
|
|
MESSAGE_SIZE_LIMIT=50000000
|
2016-09-25 01:46:10 +02:00
|
|
|
|
2016-03-02 22:25:56 +02:00
|
|
|
# Networks granted relay permissions, make sure that you include your Docker
|
|
|
|
# internal network (default to 172.17.0.0/16)
|
2016-04-20 21:17:43 +02:00
|
|
|
RELAYNETS=172.16.0.0/12
|
2016-05-29 15:57:21 +02:00
|
|
|
|
2016-08-18 16:08:36 +02:00
|
|
|
# Will relay all outgoing mails if configured
|
|
|
|
RELAYHOST=
|
|
|
|
|
2016-05-29 15:57:21 +02:00
|
|
|
# Fetchmail delay
|
2016-08-18 16:08:36 +02:00
|
|
|
FETCHMAIL_DELAY=600
|
2016-08-21 15:53:00 +02:00
|
|
|
|
2017-09-10 14:09:16 +02:00
|
|
|
# Recipient delimiter, character used to delimiter localpart from custom address part
|
|
|
|
# e.g. localpart+custom@domain;tld
|
|
|
|
RECIPIENT_DELIMITER=+
|
|
|
|
|
2017-09-10 19:28:59 +02:00
|
|
|
# DMARC rua and ruf email
|
|
|
|
DMARC_RUA=admin
|
|
|
|
DMARC_RUF=admin
|
|
|
|
|
2017-09-24 18:16:36 +02:00
|
|
|
###################################
|
|
|
|
# Web settings
|
|
|
|
###################################
|
|
|
|
|
|
|
|
# Path to the admin interface if enabled
|
|
|
|
WEB_ADMIN = /admin
|
|
|
|
|
|
|
|
# Path to the webmail if enabled
|
|
|
|
WEB_WEBMAIL = /webmail
|
|
|
|
|
2017-02-25 10:55:00 +02:00
|
|
|
###################################
|
2017-09-17 11:55:12 +02:00
|
|
|
# Advanced settings
|
2017-02-25 10:55:00 +02:00
|
|
|
###################################
|
|
|
|
|
2017-09-17 11:55:12 +02:00
|
|
|
# Docker-compose project name, this will prepended to containers names.
|
|
|
|
COMPOSE_PROJECT_NAME=mailu
|
|
|
|
|
|
|
|
# Default password scheme used for newly created accounts and changed passwords
|
|
|
|
# (value: SHA512-CRYPT, SHA256-CRYPT, MD5-CRYPT, CRYPT)
|
|
|
|
PASSWORD_SCHEME=SHA512-CRYPT
|
|
|
|
|