configpolicy/roles/postfix/templates
Dustin 0e46599fbc r/postfix: Support rewriting recipient addresses
The *postfix* role will now generate configuration and a lookup table
for [canonical address mapping][0] of email recipients.  To configure
the mapping, the `postfix_recipient_canonical_map` must be a dictionary
of source-target addresses, e.g.:

```yaml
postfix_recipient_canonical_map:
  my.bad.email@fake.test: my.real.email@example.com
```

[0]: https://www.postfix.org/ADDRESS_REWRITING_README.html#canonical
2024-08-22 16:17:00 -05:00
..
canonical_map.j2 r/postfix: Support rewriting recipient addresses 2024-08-22 16:17:00 -05:00
main.cf.j2 r/postfix: Support rewriting recipient addresses 2024-08-22 16:17:00 -05:00
sasl_passwd.j2 roles/postfix: Deploy Postfix MTA 2018-04-15 11:37:25 -05:00