Compare commits

...

2 Commits

Author SHA1 Message Date
Asif Bacchus 2a78800eca chore: bump version number 2021-05-13 22:21:12 -06:00
Asif Bacchus 3d50335227 fix(configs): fix postfix server protocol list 2021-05-13 15:58:18 -06:00
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="0.9"
LABEL org.label-schema.version="1.0"
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
#smtpd_tls_mandatory_protocols = >=TLSv1.2, <=TLSv1.3
#smtpd_tls_security_level = {LOCAL_ENCRYPTION}
smtp_tls_security_level = {SMARTHOST_ENCRYPTION}