I can’t seem to get my mta-sts page working with cloudflare workers. I am using code from this gtihub source in the worker (I can’t seem to post my full code because it doesn’t allow me ‘more than 4 links’ on this post for some reason)
I’ve also added the correct DNS for Workspace:
_smtp._tls with content: v=TLSRPTv1;rua=mailto:smtp-tls-reports@…
_mta-sts with content: v=STSv1;id=1711021083411;
The Worker also created its own DNS for the page of the worker.
Type: Worker, Name: mta-sts.siteelevatedsolutions.com, Target: mta-sts-siteelevatedsolutions-tld, Proxy status: Proxied, TTL: Auto
I am pretty new to this process and I can’t seem to get the page working with this ““Domain Name” is not defined in the mta-sts worker” error coming back when I access the page at https://mta-sts.siteelevatedsolutions.com/.well-known/mta-sts.txt. I think that everything else is setup properly but for some reason the script isn’t getting the address correctly but like I said I am new to this and am not understanding it fully. Any help is appreciated, thanks in advance.