Merge branch 'master' into feature-traefik

This commit is contained in:
kaiyou
2017-09-16 17:54:09 +02:00
27 changed files with 364 additions and 24 deletions

View File

@@ -55,6 +55,9 @@ EXPOSE_ADMIN=no
# Dav server implementation (value: radicale, none)
WEBDAV=none
# Antivirus solution (value: none, clamav)
ANTIVIRUS=clamav
###################################
# Mail settings
###################################
@@ -77,6 +80,10 @@ FETCHMAIL_DELAY=600
# e.g. localpart+custom@domain;tld
RECIPIENT_DELIMITER=+
# DMARC rua and ruf email
DMARC_RUA=admin
DMARC_RUF=admin
###################################
# Nginx settings
###################################