1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-30 04:30:49 +02:00

Add a longer max_age (15days)

This commit is contained in:
Florent Daigniere 2021-08-30 17:16:41 +02:00
parent 67db72d774
commit fccb0cc57f

View File

@ -383,7 +383,7 @@ Mailu can serve an `MTA-STS policy`_; To configure it you will need to:
location ^~ /.well-known/mta-sts.txt { location ^~ /.well-known/mta-sts.txt {
return 200 "version: STSv1 return 200 "version: STSv1
mode: enforce mode: enforce
max_age: 86401 max_age: 1296000
mx: mailu.example.com\r\n"; mx: mailu.example.com\r\n";
} }