add dmarc reporting
This commit is contained in:
parent
d3ede9d2e2
commit
de5bf331f9
5 changed files with 105 additions and 9 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue