1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-08 23:06:49 +02:00

cleaned up >/dev/nulls in Dockerfile and replaced em dashes with normal dashes (#2024)

This commit is contained in:
Georg Lauterbach
2021-06-08 03:20:20 +02:00
committed by GitHub
parent ac450f641f
commit e7b88d865b
13 changed files with 151 additions and 151 deletions

View File

@ -1,13 +1,13 @@
# –––––––––––––––––––––––––––––––––––––––––––––––
# ––– Mailserver Environment Variables ––––––––––
# –––––––––––––––––––––––––––––––––––––––––––––––
# -----------------------------------------------
# --- Mailserver Environment Variables ----------
# -----------------------------------------------
# DOCUMENTATION FOR THESE VARIABLES IS FOUND UNDER
# https://docker-mailserver.github.io/docker-mailserver/edge/config/environment/
# –––––––––––––––––––––––––––––––––––––––––––––––
# ––– General Section –––––––––––––––––––––––––––
# –––––––––––––––––––––––––––––––––––––––––––––––
# -----------------------------------------------
# --- 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.
@ -227,9 +227,9 @@ REPORT_INTERVAL=daily
# Note: More details in http://www.postfix.org/postconf.5.html#inet_protocols
POSTFIX_INET_PROTOCOLS=all
# –––––––––––––––––––––––––––––––––––––––––––––––
# ––– SpamAssassin Section ––––––––––––––––––––––
# –––––––––––––––––––––––––––––––––––––––––––––––
# -----------------------------------------------
# --- SpamAssassin Section ----------------------
# -----------------------------------------------
ENABLE_SPAMASSASSIN=0
@ -251,18 +251,18 @@ SA_KILL=6.31
# add tag to subject if spam detected
SA_SPAM_SUBJECT=***SPAM*****
# –––––––––––––––––––––––––––––––––––––––––––––––
# ––– Fetchmail Section –––––––––––––––––––––––––
# –––––––––––––––––––––––––––––––––––––––––––––––
# -----------------------------------------------
# --- Fetchmail Section -------------------------
# -----------------------------------------------
ENABLE_FETCHMAIL=0
# The interval to fetch mail in seconds
FETCHMAIL_POLL=300
# –––––––––––––––––––––––––––––––––––––––––––––––
# ––– LDAP Section ––––––––––––––––––––––––––––––
# –––––––––––––––––––––––––––––––––––––––––––––––
# -----------------------------------------------
# --- LDAP Section ------------------------------
# -----------------------------------------------
# A second container for the ldap service is necessary (i.e. https://github.com/osixia/docker-openldap)
# For preparing the ldap server to use in combination with this container this article may be helpful: http://acidx.net/wordpress/2014/06/installing-a-mailserver-with-postfix-dovecot-sasl-ldap-roundcube/
@ -308,9 +308,9 @@ LDAP_QUERY_FILTER_ALIAS=
# => Specify how ldap should be asked for domains
LDAP_QUERY_FILTER_DOMAIN=
# –––––––––––––––––––––––––––––––––––––––––––––––
# ––– Dovecot Section –––––––––––––––––––––––––––
# –––––––––––––––––––––––––––––––––––––––––––––––
# -----------------------------------------------
# --- Dovecot Section ---------------------------
# -----------------------------------------------
# empty => no
# yes => LDAP over TLS enabled for Dovecot
@ -331,9 +331,9 @@ DOVECOT_MAILBOX_FORMAT=maildir
# https://wiki.dovecot.org/AuthDatabase/LDAP/AuthBinds
DOVECOT_AUTH_BIND=
# –––––––––––––––––––––––––––––––––––––––––––––––
# ––– Postgrey Section ––––––––––––––––––––––––––
# –––––––––––––––––––––––––––––––––––––––––––––––
# -----------------------------------------------
# --- Postgrey Section --------------------------
# -----------------------------------------------
ENABLE_POSTGREY=0
# greylist for N seconds
@ -345,9 +345,9 @@ POSTGREY_TEXT=Delayed by Postgrey
# whitelist host after N successful deliveries (N=0 to disable whitelisting)
POSTGREY_AUTO_WHITELIST_CLIENTS=5
# –––––––––––––––––––––––––––––––––––––––––––––––
# ––– SASL Section ––––––––––––––––––––––––––––––
# –––––––––––––––––––––––––––––––––––––––––––––––
# -----------------------------------------------
# --- SASL Section ------------------------------
# -----------------------------------------------
ENABLE_SASLAUTHD=0
@ -424,9 +424,9 @@ SASLAUTHD_LDAP_AUTH_METHOD=
# Any value => Fills the `ldap_mech` option
SASLAUTHD_LDAP_MECH=
# –––––––––––––––––––––––––––––––––––––––––––––––
# ––– SRS Section –––––––––––––––––––––––––––––––
# –––––––––––––––––––––––––––––––––––––––––––––––
# -----------------------------------------------
# --- SRS Section -------------------------------
# -----------------------------------------------
# envelope_sender => Rewrite only envelope sender address (default)
# header_sender => Rewrite only header sender (not recommended)
@ -447,9 +447,9 @@ SRS_EXCLUDE_DOMAINS=
# rotate and expire keys
SRS_SECRET=
# –––––––––––––––––––––––––––––––––––––––––––––––
# ––– Default Relay Host Section ––––––––––––––––
# –––––––––––––––––––––––––––––––––––––––––––––––
# -----------------------------------------------
# --- Default Relay Host Section ----------------
# -----------------------------------------------
# Setup relaying all mail through a default relay host
#
@ -457,9 +457,9 @@ SRS_SECRET=
# default host and optional port to relay all mail through
DEFAULT_RELAY_HOST=
# –––––––––––––––––––––––––––––––––––––––––––––––
# ––– Multi-Domain Relay Section ––––––––––––––––
# –––––––––––––––––––––––––––––––––––––––––––––––
# -----------------------------------------------
# --- Multi-Domain Relay Section ----------------
# -----------------------------------------------
# Setup relaying for multiple domains based on the domain name of the sender
# optionally uses usernames and passwords in postfix-sasl-password.cf and relay host mappings in postfix-relaymap.cf