Update Mailu to 1.6

This commit is contained in:
Paul-Henri Froidmont 2019-05-01 01:34:02 +02:00
parent 373ff937df
commit 71e7cc6477
2 changed files with 90 additions and 64 deletions

View file

@ -8,18 +8,16 @@
# Common configuration variables
###################################
# Set this to the path where Mailu data and configuration is stored
ROOT=/var/lib/mailu
# Mailu version to run (stable, 1.0, 1.1, etc. or latest)
VERSION=1.5
VERSION=1.6
# Set to a randomly generated 16 bytes string
SECRET_KEY={{mailu_secret_key}}
# Address where listening ports should bind
BIND_ADDRESS4=0.0.0.0
BIND_ADDRESS6=::
# Subnet of the docker network. This should not conflict with any networks to which your system is connected. (Internal and external!
SUBNET=172.22.0.0/16
# Main mail domain
DOMAIN=banditlair.com
@ -61,10 +59,11 @@ ANTIVIRUS=none
# Message size limit in bytes
# Default: accept messages up to 50MB
# Max attachment size will be 33% smaller
MESSAGE_SIZE_LIMIT=50000000
# Networks granted relay permissions, make sure that you include your Docker
# internal network (default to 172.17.0.0/16)
# Networks granted relay permissions
# Use this with care, all hosts in this networks will be able to send mail without authentication!
RELAYNETS=172.22.0.0/16
# Will relay all outgoing mails if configured
@ -93,6 +92,9 @@ WELCOME_BODY=Welcome to your new email account, if you can read this, then it is
# Web settings
###################################
# Path to redirect / to
WEBROOT_REDIRECT=/webmail
# Path to the admin interface if enabled
WEB_ADMIN=/admin
@ -100,7 +102,7 @@ WEB_ADMIN=/admin
WEB_WEBMAIL=/webmail
# Website name
SITENAME=Emails management
SITENAME=Banditlair mails
# Linked Website URL
WEBSITE=https://banditlair.com
@ -114,4 +116,22 @@ 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
PASSWORD_SCHEME=BLF-CRYPT
# Header to take the real ip from
REAL_IP_HEADER=
# IPs for nginx set_real_ip_from (CIDR list separated by commas)
REAL_IP_FROM=
# choose wether mailu bounces (no) or rejects (yes) mail when recipient is unknown (value: yes, no)
REJECT_UNLISTED_RECIPIENT=
# Log level threshold in start.py (value: CRITICAL, ERROR, WARNING, INFO, DEBUG, NOTSET)
LOG_LEVEL=WARNING
###################################
# Database settings
###################################
DB_FLAVOR=sqlite