Fresh repository history for elektrine/elektrine-haraka hosted at https://git.elektrine.com/elektrine/elektrine-haraka.
30 lines
679 B
INI
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
|