elektrine-haraka/config/dns-list.ini
Maxfield Luke 67c1d41a0c
Some checks are pending
CI and deploy / Test (push) Waiting to run
CI and deploy / Build, push, and deploy (push) Blocked by required conditions
Initial commit on Forgejo
Fresh repository history for elektrine/elektrine-haraka hosted at
https://git.elektrine.com/elektrine/elektrine-haraka.
2026-07-29 04:43:42 -04:00

30 lines
679 B
INI

# DNS list plugin configuration (haraka-plugin-dns-list)
# IMPORTANT:
# - `dns-list` is currently commented out in inbound plugin profiles for incident mitigation.
# - If re-enabled, this file keeps DNSBL checks informational only (no SMTP hard reject).
[main]
# Explicit zone list to avoid plugin defaults that can include noisy lists.
zones=zen.spamhaus.org,bl.spamcop.net,b.barracudacentral.org
# Query all configured zones and log overlap for analysis.
search=all
periodic_checks=30
[stats]
enable=true
[zen.spamhaus.org]
type=block
reject=false
ipv6=false
[bl.spamcop.net]
type=block
reject=false
ipv6=false
[b.barracudacentral.org]
type=block
reject=false
ipv6=false