From 5af67558d312e840e40053d70425ec1c52fac1d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sp=C3=B6ttel?= <1682504+fspoettel@users.noreply.github.com> Date: Fri, 2 Oct 2020 11:26:31 +0200 Subject: [PATCH] Increase mta-sts max_age to one week 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