elektrine-haraka/config/karma.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

36 lines
No EOL
525 B
INI

[redis]
host=redis
port=6379
[awards]
# Award points for passing checks
spf_pass=1
dkim_pass=2
fcrdns_pass=1
asn_all_good=1
[penalties]
# Penalize bad behavior
spf_fail=-5
dkim_fail=-3
fcrdns_fail=-1
# Heavy penalty for rapid connections
tarpit=-1
relaying=-10
[concurrency]
# Limit concurrent connections per IP
max=5
[disconnect]
# Disconnect when karma score drops below threshold
karma=-8
[limits]
# Limit messages per connection
message_max=10
[tarpit]
# Delay in seconds for IPs with negative karma
delay=5
max=15