Hi
Before the 2025-09 update, I had configured Mailcow to use MTA-STS in this way:
mailcow.conf:
MAILCOW_HOSTNAME=mail.tiboxs.com
...
ADDITIONAL_SAN=mail.boubou.me,mail.climspeed.com,mta-sts.*,autoconfig.*,autodiscover.*
...
AUTODISCOVER_SAN=y
...
ADDITIONAL_SERVER_NAMES=mail.boubou.me,mail.climspeed.com,mta-sts.*
Then I created a file named “mta-sts.txt” in:
/opt/mailcow-dockerized/data/web/.well-known
version: STSv1
mode: enforce
max_age: 604800
mx: mail.tiboxs.com
mx: *.tiboxs.com
This file was accessible before the update from any domain, example:
https://mta-sts.tiboxs.com/.well-known/mta-sts.txt
But since the update this page is nowhere to be found.
Is there a way to configure MTA-STS specifically after this update?
Thanks