From 3949dcefc00d383dfeac605c808fb044f4847e63 Mon Sep 17 00:00:00 2001 From: turboaaa Date: Sat, 26 Jan 2019 17:12:50 -0500 Subject: [PATCH] Update run.sh --- run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run.sh b/run.sh index 0dc5232..46763cb 100644 --- a/run.sh +++ b/run.sh @@ -46,11 +46,11 @@ if [ ! -f /etc/postfix/sasl_passwd ]; then fi fi -#Set header tag +#Set header tag if [ -z "${SMTP_HEADER_TAG}" ]; then postconf -e "header_checks = regexp:/etc/postfix/header_tag" echo -e "/^MIME-Version:/i PREPEND RelayTag: $SMTP_HEADER_TAG\n/^Content-Transfer-Encoding:/i PREPEND RelayTag: $SMTP_HEADER_TAG" > /etc/postfix/header_tag - echo "******** Header tag is $SMTP_HEADER_TAG *********" + echo "Setting configuration option SMTP_HEADER_TAG with value: ${SMTP_HEADER_TAG}" fi #Start services