aports/config/rspamd/modules/dmarc.conf

9 lines
118 B
Plaintext
Raw Normal View History

2021-01-10 03:44:49 +00:00
dmarc {
reporting = true;
send_reports = false;
actions = {
quarantine = "add_header";
reject = "reject";
}
}