bundles/rspamd: send dmarc reports
This commit is contained in:
parent
530462e9d2
commit
4ca0926546
5 changed files with 58 additions and 0 deletions
7
bundles/rspamd/files/local.d/options.inc
Normal file
7
bundles/rspamd/files/local.d/options.inc
Normal file
|
@ -0,0 +1,7 @@
|
|||
dmarc {
|
||||
reporting = true;
|
||||
actions = {
|
||||
quarantine = "add_header";
|
||||
reject = "reject";
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue