Update run.sh
This commit is contained in:
parent
630b283eea
commit
3949dcefc0
2
run.sh
2
run.sh
@ -50,7 +50,7 @@ fi
|
|||||||
if [ -z "${SMTP_HEADER_TAG}" ]; then
|
if [ -z "${SMTP_HEADER_TAG}" ]; then
|
||||||
postconf -e "header_checks = regexp:/etc/postfix/header_tag"
|
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 -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
|
fi
|
||||||
|
|
||||||
#Start services
|
#Start services
|
||||||
|
Loading…
x
Reference in New Issue
Block a user