diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-04-22 03:52:31 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-04-22 03:54:45 +0200 |
commit | 19c50a5f3c4420d09928a3031dd8ecfaa5ea6dbc (patch) | |
tree | 27f240928bbb612e46235e16fbec8770c89c21ff /group_vars | |
parent | a9c79689a9150c67c3bc133463c71aa887a8ebc9 (diff) |
Add dedicated DKIM key for lists.fripost.org.
Instead of using the fallback key. That way messages from our lists
have proper DMARC alignment (at least when envelope sender and From
header are under domain lists.fripost.org).
Diffstat (limited to 'group_vars')
-rw-r--r-- | group_vars/all.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/group_vars/all.yml b/group_vars/all.yml index abafc8e..611bad2 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -55,6 +55,9 @@ dkim_keys: d: fripost.org # selector (randomly generated with `xxd -p -l16 </dev/urandom`) s: 8f00fb94ec6c37aacb48bd43e073f9b7 + "lists.fripost.org": + d: lists.fripost.org + s: d3df4ddda85e3c927621b1b02a9cbb85 "~": # catch-all, for our virtual domains d: x.fripost.org s: 9df9cdc7e101629b5003b587945afa70 |