From 0aab4924e267f986eb751cc362482ed6b2c5e90d Mon Sep 17 00:00:00 2001 From: ENDRENCE LETERNET Date: Mon, 9 Jun 2025 11:09:48 +0600 Subject: [PATCH] Change MTA-STS policy mode from testing to enforce --- .well-known/mta-sts.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.well-known/mta-sts.txt b/.well-known/mta-sts.txt index 1e933e3..015552c 100644 --- a/.well-known/mta-sts.txt +++ b/.well-known/mta-sts.txt @@ -4,7 +4,7 @@ version: STSv1 # Policy version. Always 'STSv1' as per RFC 8461. -mode: testing +mode: enforce # Policy mode. Possible values: # enforce - Enforce the policy (recommended for production) # testing - Report violations but do not enforce (use for testing)