I set up an MTA-STS policy and a TLS-RPT entry, and the configuration is processed successfully by Google:
{
"organization-name": "Google Inc.",
"date-range": {
"start-datetime": "2024-11-08T00:00:00Z",
"end-datetime": "2024-11-08T23:59:59Z"
},
"contact-info": "smtp-tls-reporting@google.com",
"report-id": "2024-11-08T00:00:00Z_eden.one",
"policies": [
{
"policy": {
"policy-type": "sts",
"policy-string": [
"version: STSv1",
"mode: testing",
"mx: mail.eden.one",
"max_age: 86400"
],
"policy-domain": "eden.one",
"mx-host": [
"mail.eden.one"
]
},
"summary": {
"total-successful-session-count": 1,
"total-failure-session-count": 0
}
}
]
}
Microsoft, however, reports a sts-policy-fetch-error:
{
"organization-name": "Microsoft Corporation",
"date-range": {
"start-datetime": "2024-11-07T00:00:00Z",
"end-datetime": "2024-11-07T23:59:59Z"
},
"contact-info": "tlsrpt-noreply@microsoft.com",
"report-id": "133755676493963779+eden.one",
"policies": [
{
"policy": {
"policy-type": "sts",
"policy-domain": "eden.one"
},
"summary": {
"total-successful-session-count": 0,
"total-failure-session-count": 2
},
"failure-details": [
{
"result-type": "sts-policy-fetch-error",
"failed-session-count": 2
}
]
}
]
}
The mta_sts.txt is served correctly at https://mta-sts.eden.one/.well-known/mta-sts.txt (as confirmed by Google's report) – what could cause the issue with Microsoft?