From 7d6c7b66106573881911a9b391f2594846701085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sp=C3=B6ttel?= <1682504+fspoettel@users.noreply.github.com> Date: Sat, 3 Oct 2020 01:27:21 +0000 Subject: [PATCH] Increase mta-sts max_age to one week (#1829) This aligns the policy with the example policy found in the spec see https://tools.ietf.org/html/rfc8461#section-3.2 --- conf/mta-sts.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/mta-sts.txt b/conf/mta-sts.txt index 376102bc..26acc015 100644 --- a/conf/mta-sts.txt +++ b/conf/mta-sts.txt @@ -1,4 +1,4 @@ version: STSv1 mode: MODE mx: PRIMARY_HOSTNAME -max_age: 86400 \ No newline at end of file +max_age: 604800