Hello

I have two debian boxes, one is running unbound for dns resolver, another is running systemd-resolve.

As you see the first,

udp 0 0 127.0.0.1:53 0.0.0.0:* 290152/unbound


The second,

udp 0 0 127.0.0.53:53 0.0.0.0:* 268/systemd-resolve


Checking for RBL on first node is successful:

$  dig 17.39.33.194.zen.spamhaus.org +short
127.0.0.3


But second is not:

$ dig 17.39.33.194.zen.spamhaus.org

; <<>> DiG 9.16.1-Ubuntu <<>> 17.39.33.194.zen.spamhaus.org
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 24980
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 65494
;; QUESTION SECTION:
;17.39.33.194.zen.spamhaus.org. IN      A

;; Query time: 35 msec
;; SERVER: 127.0.0.53#53(127.0.0.53)
;; WHEN: Mon Apr 10 09:12:15 HKT 2023
;; MSG SIZE  rcvd: 58


Can you tell me why?

Thank you.
Tom
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to