diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-05-22 18:14:26 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-05-22 18:14:26 +0200 |
commit | c340c10fda7bfde62945be51643e529a238791fa (patch) | |
tree | 1f2289ffb82977aed03160eee193b29845f94911 /group_vars | |
parent | 74db26a0b16556199c94276dd40fd669750b6c20 (diff) |
Use dedicated DKIM key for hemdal.se.
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 f3593fe..674da3e 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -64,6 +64,9 @@ dkim_keys: "guilhem.org": d: guilhem.org s: d32231afe345182ae1a9b376fa912dca + "hemdal.se": + d: hemdal.se + s: f032227401564da2cee5d5d0965969c4 "~": # catch-all, for our virtual domains d: x.fripost.org s: 9df9cdc7e101629b5003b587945afa70 |