Skip to content

Commit

Permalink
Changed map type
Browse files Browse the repository at this point in the history
  • Loading branch information
dimapin committed May 19, 2024
1 parent 32c2130 commit ef7b770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.postfix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN chmod +x /entrypoint.sh
ENV RELAY_HOST="[smtp.example.com]:587" \
SMTP_SASL_AUTH_ENABLE="yes" \
SMTP_SASL_SECURITY_OPTIONS="noanonymous" \
SMTP_SASL_PASSWORD_MAPS="hash:/etc/postfix/sasl_passwd" \
SMTP_SASL_PASSWORD_MAPS="lmdb:/etc/postfix/sasl_passwd" \
SMTPD_RECIPIENT_RESTRICTIONS="permit_sasl_authenticated,reject" \
SMTP_TLS_SECURITY_LEVEL="may" \
SMTP_TLS_CAFILE="/etc/ssl/certs/ca-certificates.crt" \
Expand Down

0 comments on commit ef7b770

Please sign in to comment.