mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-25 13:15:39 +02:00
remove warning
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
parent
2f1948031b
commit
70dd5abcd8
@ -31,6 +31,10 @@ fi
|
|||||||
if [ "$SASL_AUTH" ]; then
|
if [ "$SASL_AUTH" ]; then
|
||||||
# setup tls
|
# setup tls
|
||||||
echo -e "smtp_sasl_auth_enable = yes\nsmtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd\nsmtp_sasl_security_options = noanonymous\nsmtp_use_tls = yes" >> /etc/postfix/main.cf
|
echo -e "smtp_sasl_auth_enable = yes\nsmtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd\nsmtp_sasl_security_options = noanonymous\nsmtp_use_tls = yes" >> /etc/postfix/main.cf
|
||||||
|
|
||||||
|
# Avoid warning: smtputf8_enable is true, but EAI support is not compiled in
|
||||||
|
echo "smtputf8_enable = no" >> /etc/postfix/main.cf
|
||||||
|
|
||||||
# generate the SASL password map
|
# generate the SASL password map
|
||||||
cat > /etc/postfix/sasl_passwd <<- EOF
|
cat > /etc/postfix/sasl_passwd <<- EOF
|
||||||
$RELAY $SASL_AUTH
|
$RELAY $SASL_AUTH
|
||||||
|
Loading…
x
Reference in New Issue
Block a user