Update firststeps-dmarc_reporting.md
Dieser Commit ist enthalten in:
Ursprung
f86aed6d89
Commit
6ef4a3099c
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
|
@ -47,9 +47,9 @@ Do not add this option to `dmarc.conf` till bug https://github.com/rspamd/rspamd
|
||||||
|
|
||||||
## DMARC Force actions
|
## DMARC Force actions
|
||||||
This module also allows to enable force actions based on sender DMARC policy to reject or quarantine emails which has failed policy.
|
This module also allows to enable force actions based on sender DMARC policy to reject or quarantine emails which has failed policy.
|
||||||
This good from security point, but not allow whitelist broken senders. This up to your choice enable it or not.
|
This good from security point, but not allow whitelist broken senders. Better avoid using this option.
|
||||||
|
|
||||||
To enable it, add to end of `data/conf/rspamd/local.d/dmarc.conf`:
|
If you still want to enable it, add to end of `data/conf/rspamd/local.d/dmarc.conf`:
|
||||||
```
|
```
|
||||||
actions {
|
actions {
|
||||||
quarantine = "add_header";
|
quarantine = "add_header";
|
||||||
|
|
Laden …
In neuem Issue referenzieren