Compare commits

..

No commits in common. "2a78800ecab956400cdfbfcc898024f87660da2d" and "7e9afbe2bc6458242109248309ba9336a73c14d9" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -47,6 +47,6 @@ CMD [ "/usr/sbin/postfix", "start-fg" ]
# set parameters, vendor, version and build-date labels
LABEL org.label-schema.docker.params="TZ=Etc/UTC, HOSTNAME=(container hostname), DOMAINNAME=(derived from hostname), LOCAL_ENCRYPTION=false|optional|true, SMARTHOST=..., SMARTHOST_PORT=587, SMARTHOST_USERNAME=..., SMARTHOST_PASSWORD=..., SMARTHOST_ENCRYPTION=optional|false|true"
LABEL org.label-schema.vendor="Alpine 3.13, Postfix 3.5.10-r0"
LABEL org.label-schema.version="1.0"
LABEL org.label-schema.version="0.9"
ARG BUILD_DATE
LABEL org.label-schema.build-date=${BUILD_DATE}

View File

@ -14,7 +14,7 @@ relayhost = [{SMARTHOST}]:{SMARTHOST_PORT}
#smtpd_tls_chain_files = /certs/privkey.pem, /certs/fullchain.pem
#smtpd_tls_mandatory_ciphers = high
#smtpd_tls_mandatory_exclude_ciphers = aNULL, MD5
#smtpd_tls_mandatory_protocols = >=TLSv1.2, <=TLSv1.3
#smtpd_tls_mandatory_protocols = >=TLSv1.2
#smtpd_tls_security_level = {LOCAL_ENCRYPTION}
smtp_tls_security_level = {SMARTHOST_ENCRYPTION}