Initial commit on Forgejo
Some checks are pending
CI and deploy / Test (push) Waiting to run
CI and deploy / Build, push, and deploy (push) Blocked by required conditions

Fresh repository history for elektrine/elektrine-haraka hosted at
https://git.elektrine.com/elektrine/elektrine-haraka.
This commit is contained in:
Maxfield Luke 2026-07-29 04:43:42 -04:00
commit 67c1d41a0c
82 changed files with 8713 additions and 0 deletions

30
config/dns-list.ini Normal file
View file

@ -0,0 +1,30 @@
# 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