From 661f820ee1bca25ac789a6933f955edbc2e0c5ec Mon Sep 17 00:00:00 2001 From: cmharper <1422608+cmharper@users.noreply.github.com> Date: Wed, 17 Apr 2019 08:28:46 +0100 Subject: [PATCH] Increased max_age to 10368000 (120 days) --- setup/mail-postfix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/mail-postfix.sh b/setup/mail-postfix.sh index f117267f..4cfcbaa1 100755 --- a/setup/mail-postfix.sh +++ b/setup/mail-postfix.sh @@ -226,7 +226,7 @@ cat > /var/lib/mailinabox/mta-sts.txt << EOF version: STSv1 mode: enforce mx: $PRIMARY_HOSTNAME -max_age: 86400 +max_age: 10368000 EOF chmod a+r /var/lib/mailinabox/mta-sts.txt