Today, the 76.76.10.0 & the 76.76.2.0 went crazy and were not resolving for more than 13 hours, at least not for me. Could not make head or tail of it, as this was the result of it:
exim paniclog /var/log/exim4/paniclog on panel.domain has non-zero size, mail system might be broken. Up to 10 lines are quoted below.
2026-02-21 22:39:27 daemon_notifier_socket bind: Address already in use
This is odd. Never received such issue earlier. Port was not being used by other than Exim AFAIK.
curl -fsSLm10 https://7j.gg/chksph2 | bash -s -- 76.76.2.0
Test 01: Listed by XBL, see https://check.spamhaus.org/query/ip/127.0.0.4
Test 02: Listed by XBL, see https://check.spamhaus.org/query/ip/127.0.0.4
Test 03: Listed by XBL, see https://check.spamhaus.org/query/ip/127.0.0.4
Test 04: Listed by XBL, see https://check.spamhaus.org/query/ip/127.0.0.4
Test 05: Listed by XBL, see https://check.spamhaus.org/query/ip/127.0.0.4
Test 06: Listed by XBL, see https://check.spamhaus.org/query/ip/127.0.0.4
Test 07: Listed by XBL, see https://check.spamhaus.org/query/ip/127.0.0.4
Test 08: Listed by XBL, see https://check.spamhaus.org/query/ip/127.0.0.4
Test 09: Listed by XBL, see https://check.spamhaus.org/query/ip/127.0.0.4
Test 10: Listed by XBL, see https://check.spamhaus.org/query/ip/127.0.0.4
Result is good, Spamhaus works fine with the DNS Resolver 76.76.2.0
curl -fsSLm10 https://7j.gg/chksph2 | bash -s -- 76.76.10.0
Test 01: Listed by XBL, see https://check.spamhaus.org/query/ip/127.0.0.4
Test 02: Listed by XBL, see https://check.spamhaus.org/query/ip/127.0.0.4
Test 03: Listed by XBL, see https://check.spamhaus.org/query/ip/127.0.0.4
Test 04: Listed by XBL, see https://check.spamhaus.org/query/ip/127.0.0.4
Test 05: Listed by XBL, see https://check.spamhaus.org/query/ip/127.0.0.4
Test 06: Listed by XBL, see https://check.spamhaus.org/query/ip/127.0.0.4
Test 07: Listed by XBL, see https://check.spamhaus.org/query/ip/127.0.0.4
Test 08: Listed by XBL, see https://check.spamhaus.org/query/ip/127.0.0.4
Test 09: Listed by XBL, see https://check.spamhaus.org/query/ip/127.0.0.4
Test 10: Listed by XBL, see https://check.spamhaus.org/query/ip/127.0.0.4
Result is good, Spamhaus works fine with the DNS Resolver 76.76.10.0
So just to give a small background. I had done the checks, logs, DNS resolver, but nothing was working. I was getting the following:
Then I switched the DNS resolver to one of the other 76/77/78.X series, but this error continued.
My own Netcup DNS resolvers are filled with SPAM, so I never use them. Finally currently (even though I do not wish to use it), I am stuck with 1.X resolver from foogle.
I switched to 76.X series again, as it seems to be working once more (for me at least). @sahsanu i have given the details above as requested. Also, I guess I will have to keep some resolvers readily available.
Or else I will have to host my own resolvers somehow.
After the restart you didn’t get more messages so looks like socket is created again. You can empty the paniclog file:
:> /var/log/exim4/paniclog
I use them for some personal computers and I haven’t had any issues. Maybe a blocked IP in your ipsets affected them…
For servers, I use my own DNS resolver (pdns-recursor). But if you’re already using Bind in Hestia, you can configure it to act as a DNS resolver as well.
But that is odd, as the server it was was unable to communicate with the outbound network connection, and all of a sudden. I housekeep once a week, and when this happened, the housekeep was not even anywhere near. I had not touched it at all in 3-4 days.
Not exactly sure why it could not connect at all.
Power DNS. I had Technitium DNS, but now I have forgotten how I had done it earlier (it was 7 years ago). I do wanna have my own ADNS.
How do I do this with Hestia please? I have just 1 IP btw, and my NS1 & NS2 both point to this same IP.
Or I can use the other (second) server IP which also has Hestia installed with Bind.
It works on the second try because it attempts IPv6 first and has issues resolving. You need to modify the bind startup options to use only IPv4.
Edit /etd/default/named and in OPTIONS, add the argument -4:
OPTIONS="-u bind -4"
After that, restart the service systemctl restart named and it should work always at first try.
No. This is only for your server to act as its own DNS resolver; it is not related to the name servers (NS) used by your domains. You just need to modify /etc/resolv.conf or use the appropriate tool to assign DNS resolvers to your server (not your domains).