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

housekeeping

This commit is contained in:
Georg Lauterbach
2020-11-06 14:04:23 +01:00
parent 2f840d7da5
commit ed7106b04d
20 changed files with 184 additions and 181 deletions

View File

@ -175,9 +175,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
@ -199,18 +199,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/
@ -256,9 +256,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
@ -279,9 +279,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
@ -293,9 +293,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
@ -349,9 +349,9 @@ SASLAUTHD_LDAP_TLS_CHECK_PEER=
# string => `/etc/postfix/sasl_passwd` will be created with the string as password
SASL_PASSWD=
# -----------------------------------------------------------------------------------------------------------------------------
# ---------------- SRS section --------------------------------------------------------------------------------------------
# -----------------------------------------------------------------------------------------------------------------------------
# –––––––––––––––––––––––––––––––––––––––––––––––
# ––– SRS Section –––––––––––––––––––––––––––––––
# –––––––––––––––––––––––––––––––––––––––––––––––
# envelope_sender => Rewrite only envelope sender address (default)
# header_sender => Rewrite only header sender (not recommended)
@ -372,9 +372,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
#
@ -382,9 +382,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