I’m seeing this error in my system status, but I can’t see what I’ve done wrong:
MTA-STS policy is present but has unexpected settings. [{'mx': ['post.madra.net'], 'version': 'STSv1', 'mode': 'testing', 'max_age': 86400}]
Here is my MTA-STS file:
https://mta-sts.madra.net/.well-known/mta-sts.txt
version: STSv1
mode: testing
mx: post.madra.net
max_age: 86400
Where’s the problem?