-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot Receive e-mail & various issues mx host domain.tld does not match enforced mta-sts policy with hosts mail.domain.tld #261
Comments
I eventually made some more changes to DNS/settings and found the solution for receiving emails. Plus in mox.conf I needed to add the IPV6 address to the list of IP's allowed to validate SPF (and avoid one of the extra warnings thrown by the mox webserver) Again, I'm simply amazed by the features packed into 1 single binary. Thanks for building this. :) |
Hi @LordPraslea, thanks for reporting.
mta-sts works by fetching a policy for a domain, and checking it for future
This is about not having the records of your domain DNSSEC-signed right? In
There is CoreDNS. I think it's popular in the kubernetes world. I haven't
Indeed, that record should not be shown in this situation. There is a check |
Hi There
I just installed and configured mox on a VPS hosted at Linode for the domain subl.im. After fiddling around I managed to setup most DNS records, migrated from the OLD mailserver. DNSSEC is not available on linode, so that keeps giving errors.
I can send emails and it does get into spam in yahoo, and gmail.
However, I cannot seem to be able to RECEIVE any form of EMAIL.
When I send from the subl.im domain to myself (alias) I get the following "error" and it's retried/requeued at infinity
I managed to go from the 172-232-47-121.ip.linodeusercontent.com error to mail.subl.im by simply renaming the mtasts.db
Don't know what you might require to debug this, let me know which files I should copy/paste for debugging purposes.
I did have other issues which I think(hope) i managed to solve, there seems to be some weird errors on
http://localhost:8080/admin/#domains/subl.im/dnscheck
Such as a REVERSE IP which has nothing to do with the mail.subl.im domain. Granted, subl.im domain, plus another subdomains are hosted on other VPSes but this VPS only has the mail system.
Should I have a domain with 0 subdomains/domains ? I don;t think this would matter too much.
None of the IPs that mx "mail.subl.im." points to is ours: [2600:3c07::f03c:95ff:fe26:60af 139.162.131.xxx]
Questions
Would it provide issues if I don't have DNSSEC and keep using linode's DNS? My previous mail provider did not have such a high success rate on the dns veriffications either but it worked flawlessly.
Do you know any good GOlang based DNS Server which is low overhead and easy to configure?
Seems redundant as I already have mail.subl.im setup as A/AAAA and of course adding a cname won't work..
Thanks for the great work, love how much more easy it was to setup than the old style servers.
The text was updated successfully, but these errors were encountered: