Hi everyone,
I’d really appreciate some help. I’m running into issues with the DNSBL blocklists I’m using in Exim.
I suspect the problem is related to the fact that I’m relying on public DNS resolvers.
My /etc/resolv.conf currently looks like this:
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
# 127.0.0.53 is the systemd-resolved stub resolver.
# run "resolvectl status" to see details about the actual nameservers.
nameserver 1.1.1.1
nameserver 8.8.8.8
I’ve seen several threads recommending Unbound for DNSBL queries, but I already have BIND9 installed.
Has anyone here set this up with BIND9 and could share some guidance or a working example? I’m a bit hesitant to change things and accidentally break my mail flow.
Another (admittedly hacky) idea I had was to use some paid DNS resolvers that aren’t throttled or blocked by the DNSBL providers, but that feels like a band-aid.
Thanks in advance for any advice!