Update firststeps-dmarc_reporting.en.md
Adapt to changes in Rspamd
Dieser Commit ist enthalten in:
Ursprung
bf5e399356
Commit
d8203d8788
1 geänderte Dateien mit 7 neuen und 3 gelöschten Zeilen
|
@ -94,10 +94,14 @@ docker-compose exec rspamd-mailcow rspamadm dmarc_report
|
||||||
```
|
```
|
||||||
|
|
||||||
Validate that Rspamd has recorded data in Redis:
|
Validate that Rspamd has recorded data in Redis:
|
||||||
|
Change `20220428` to date which you interested in.
|
||||||
|
|
||||||
```
|
```
|
||||||
docker-compose exec redis-mailcow redis-cli KEYS 'dmarc;*'
|
docker-compose exec redis-mailcow redis-cli SMEMBERS "dmarc_idx;20220428"
|
||||||
docker-compose exec redis-mailcow redis-cli HGETALL "dmarc;example.com;20211231"
|
```
|
||||||
|
Take one of the lines from output you interested in and request it, f.e.:
|
||||||
|
```
|
||||||
|
docker-compose exec redis-mailcow redis-cli ZRANGE "dmarc_rpt;microsoft.com;mailto:d@rua.agari.com;20220428" 0 49
|
||||||
```
|
```
|
||||||
|
|
||||||
## Change DMARC reporting frequency
|
## Change DMARC reporting frequency
|
||||||
|
@ -122,4 +126,4 @@ To disable reporting:
|
||||||
|
|
||||||
2. Revert changes done in `docker-compose.override.yml` to `rspamd-mailcow` and `ofelia-mailcow`
|
2. Revert changes done in `docker-compose.override.yml` to `rspamd-mailcow` and `ofelia-mailcow`
|
||||||
|
|
||||||
3. Run `docker-compose up -d`
|
3. Run `docker-compose up -d`
|
||||||
|
|
Laden …
In neuem Issue referenzieren