On 03.04.24 11:18, natan wrote:
Where in  pdns-recursor? I use pdns-recursor

/etc/powerdns/recursor.conf

W dniu 3.04.2024 o 13:17, Matus UHLAR - fantomas pisze:
This is not about pdns-recursor itself. It's about using own recursing DNS server

- you you don't use DNS server of your ISP, google(8.8.8.8/8.8.4.4),   cloudflare(1.1.1.1) or quad-nine (9.9.9.9)

look into your /etc/resolv.conf or SpamAssassin's configuration of "dns_server" (if there's none, /etc/resolv.conf is used).

On 03.04.24 14:34, natan wrote:
cat /etc/resolv.conf
nameserver 127.0.0.1

so apparently you only use locally installed DNS server which I assume is powerdns-recursor.

I guess your powerdns-recursor is not configured to forward lookups to other DNS servers but your ISP still may redirect DNS lookups to its servers.

How many mail does your machine process daily?
spamhaus limits to about 100k lookups daily.

according to SA docs:

https://cwiki.apache.org/confluence/display/SPAMASSASSIN/DnsBlocklists

since spamassassin 3.4 it should be enough to disable spamhaus lookups:

dns_query_restriction deny spamhaus.org

or probably split to these:

dns_query_restriction deny zen.spamhaus.org
dns_query_restriction deny dbl.spamhaus.org

(if you lates find out one of those would work)

--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
42.7 percent of all statistics are made up on the spot.

Reply via email to