Initial commit on Forgejo
Fresh repository history for elektrine/elektrine-haraka hosted at https://git.elektrine.com/elektrine/elektrine-haraka.
This commit is contained in:
commit
67c1d41a0c
82 changed files with 8713 additions and 0 deletions
30
config/dns-list.ini
Normal file
30
config/dns-list.ini
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue