Skip to content

Commit

Permalink
docu update
Browse files Browse the repository at this point in the history
  • Loading branch information
A. Schulze committed Dec 18, 2023
1 parent 378b9d0 commit 20f390a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,11 @@ These map is used as [transport_map](https://www.postfix.org/postconf.5.html#tra
inline:{sender@example=dmarc_dsn_processor}
${default_database_type}:${config_directory}/dmarc_discard
```

Monitor you log and confirm messages are discarded. Setup a cron job to call
`build_postfix_discard_table.py` and `postmap` daily. You do not need
`postfix reload`. Postfix will notice the changed transport_map.

Now, you receive no dsn for, say `example.org` and the file `/path/to/data_dir/domains/example.org`
get older. If it's older then 30 days, `build_postfix_discard_table.py` no longer
create an entry to discard messages to that specific domain's DMARC report receiver.

0 comments on commit 20f390a

Please sign in to comment.