Update mailserver.env

This commit is contained in:
Brennan Kinney 2025-06-02 19:11:14 +12:00 committed by GitHub
parent 1a31384f4e
commit a3e83ab07e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,16 +9,13 @@
# --- General Section ---------------------------
# -----------------------------------------------
# empty => uses the `hostname` command to get the mail server's canonical hostname
# => Specify a fully-qualified domainname to serve mail for. This is used for many of the config features so
# if you can't set your hostname (e.g. you're in a container platform that doesn't let you) specify it in
# this environment variable.
# **WARNING**: Setting OVERRIDE_HOSTNAME can have difficult to predict side effects.
# **empty** => Internally uses the `hostname --fqdn` command to get the canonical hostname assigned to the DMS container.
# => Specify an FQDN (fully-qualified domain name) to serve mail for. The hostname is required for DMS to function correctly
#
# **WARNING**: Setting OVERRIDE_HOSTNAME can have difficult to predict side effects:
# https://docker-mailserver.github.io/docker-mailserver/latest/config/environment/#override_hostname
OVERRIDE_HOSTNAME=
# REMOVED in version v11.0.0! Use LOG_LEVEL instead.
DMS_DEBUG=0
# Set the log level for DMS.
# This is mostly relevant for container startup scripts and change detection event feedback.
#