In case you have come across the “MTA-STS policyis missing: STSFetchResult.NONE” command while using online tools, you have come to the right place. Today we are going to discuss how to fix this error message and get rid of it by incorporating anMTA-STSpolicy for your domain. Simple...
if ($PolicyExists) { if ($StsPolicyAnalysis.Version -ne 'STSv1') { $ValidationFails.Add("Version must be STSv1 - found $($StsPolicyEntry.Value)") | Out-Null } if ($StsPolicyAnalysis.Version -eq '') { $ValidationFails.Add('Version is missing from policy') | Out-Null ...
Exchange Team Blog You Had Me at EHLO. japikle Copper Contributor Jul 26, 2022 GerryHatTrick No, it is not allowed to use HTTP redirects. The RFC states: Policies fetched via HTTPS are only valid if the HTTP response code is 200 (OK). HTTP 3xx redirects MUST NOT be...