add dmarc reporting

This commit is contained in:
psy 2024-04-20 15:59:58 +02:00
parent d3ede9d2e2
commit de5bf331f9
No known key found for this signature in database
GPG key ID: 30546501FF65B1A5
5 changed files with 105 additions and 9 deletions

View file

@ -2,6 +2,16 @@ rspamd:
redis: false
train_from_junk: false
local_configs: {}
dmarc_reporting:
enabled: false
report_local_controller: false
helo: 'rspamd.localhost'
smtp: '127.0.0.1'
smtp_port: 25
from_name: 'rspamd'
msgid_from: 'rspamd'
max_entries: 1000
keys_expire: 172800 # 2 days
rspamd_redis:
local_configs:
redis.conf: