From e2447bd299faea6bacaf898889d1ee494335422c Mon Sep 17 00:00:00 2001 From: "A. Schippers" Date: Fri, 8 May 2020 08:25:10 +0200 Subject: [PATCH] Update setup/web.sh Co-authored-by: Daniel Mabbett --- setup/web.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup/web.sh b/setup/web.sh index 3885e50b..089de290 100755 --- a/setup/web.sh +++ b/setup/web.sh @@ -129,7 +129,7 @@ chmod a+r /var/lib/mailinabox/mozilla-autoconfig.xml cat conf/mta-sts.txt \ | sed "s/MODE/$MTA_STS/" \ - | sed "s/PRIMARY_HOSTNAME/$PRIMARY_HOSTNAME/" \ + | sed "s/PRIMARY_HOSTNAME/$PUNY_PRIMARY_HOSTNAME/" \ > /var/lib/mailinabox/mta-sts.txt chmod a+r /var/lib/mailinabox/mta-sts.txt @@ -148,4 +148,3 @@ restart_service php7.2-fpm # Open ports. ufw_allow http ufw_allow https -