From 70dd5abcd8b327963721c96d58b5fa4b701192e2 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Wed, 11 Jan 2017 18:09:49 -0800 Subject: [PATCH] remove warning Signed-off-by: Jess Frazelle --- postfix/service/postfix/run | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/postfix/service/postfix/run b/postfix/service/postfix/run index 2cbc239..b99e082 100755 --- a/postfix/service/postfix/run +++ b/postfix/service/postfix/run @@ -31,6 +31,10 @@ fi if [ "$SASL_AUTH" ]; then # 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 + + # 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 cat > /etc/postfix/sasl_passwd <<- EOF $RELAY $SASL_AUTH