-
Notifications
You must be signed in to change notification settings - Fork 135
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
[Possible bugs] Errors on a new deploy #279
Comments
Does your resolver works correctly with DNSSEC? cf https://mailu.io/1.9/faq.html#the-admin-container-won-t-start-and-its-log-says-critical-your-dns-resolver-isn-t-doing-dnssec-validation |
Thanks for the suggestion, I have indeed noticed issues with this when migrating my previous mailu 1.8 setup. laptop -> pihole upstream dns (with DNSSEC enabled)
mailu-dovecot -> coredns (k3s dns, which forwards to pihole)
After posting this issue, maybe related I noticed connection issues to the upstream dnsbl servers in the logs of
But I still see stuff like this in logs:
When writing this up, a thought struck my mind: should a working dns setup be able to
Corefile (coredns v1.9.4)
|
Hum, I'll use the basis of #326 and make the option available for all containers, that should allow you to fix it with a workaround on any containers, as needed |
This is a bad idea. The RBLs are blocking @fiskhest because he uses a shared resolver upstream and they receive too many queries from it. It has nothing to do with DNSSEC. The right fix is to run your own recursive resolver. The postfix warning is the only worrying one here... and odds are this is due to the upstream recursive resolver that sometimes doesn't do DNSSEC recursion (maybe when the entry is cached or when it's under high-load?). The fix is the same though: do not rely on a recursive resolver you do not control; run your own. |
Describe the bug
mailu-postfix
sporadically reports:mailu-dovecot
sporadically reports:Environment
Additional context
These two errors pop up in logs occasionally. I however am not seeing anything actually being broken, any use case I test is working and I cannot discern what operations within the setup is causing them or by what pattern in workloads.
Are they safe to disregard or should they be cause for concern?
The text was updated successfully, but these errors were encountered: