DNS Check Error #2325
Replies: 2 comments 4 replies
-
If the problem is in the UI then you need to check If you know how to use browser developer tools then you may be able to see what the error is in the Network tab but its more likely that the correct log will have the information in. Regarding the problem, there is one setting which you might need to change postal/config/postal.defaults.yml Line 17 in a7dd19b |
Beta Was this translation helpful? Give feedback.
-
Just had a similar problem to this and it was driving me nuts. Considering @Ch4mpa9ne was running this with an internal resolver, it seems likely that this is the same problem. TL;DR Make sure your domains zone has DetailsPostal verifies the records by first getting the nameservers (not from whois) from DNS postal/app/lib/dns_resolver.rb Line 137 in fd3c7cc If you want to test to see if this is your issue, you can
That should return a resolver with the set nameservers looking something like this normally: After adding SuggestionDisplay an error if The error that gets displayed, "No SPF record exists for this domain", had me spending a bunch of time troubleshooting container DNS resolution. |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
When in DNS Setup for, After pressing the "Check my record" button, It always shows "There seems to be something wrong with your DNS records. Check below for information."
I checked all dns resolution in every container, used
docker exec -it -u 0 postal-web-1 /bin/bash; apt update; apt install dnsutils.
And Whether inside or outside the container, the DNS resolution is always correct. I SWEAR IT!
But it always shows "something wrong with your DNS records balabala". I really don't know what else to try to debug. Logs has nothing wrong.
I have try the things below add to
/opt/postal/config/postal.yml
, but no help.In addition, I am in an intranet environment, using a privately deployed DNS domain sever. But I'm sure that all the required dns fields have been resolved correctly, and I used dig to test repeatedly.
To Reproduce
Expected behaviour
Let it check it all correct.
Screenshots
Environment details
Additional information/context
I can't think of anything else to provide. After I press the button, I check the postal_ worker_ 1' s log is normal, and there is even no new record. Tell me directly if you need anything.
Beta Was this translation helpful? Give feedback.
All reactions