From fccb0cc57f82f88235d3d10d58be4aff7762a483 Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Mon, 30 Aug 2021 17:16:41 +0200 Subject: [PATCH] Add a longer max_age (15days) --- docs/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index 92b208de..b5627743 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -383,7 +383,7 @@ Mailu can serve an `MTA-STS policy`_; To configure it you will need to: location ^~ /.well-known/mta-sts.txt { return 200 "version: STSv1 mode: enforce - max_age: 86401 + max_age: 1296000 mx: mailu.example.com\r\n"; }