diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2022-10-11 14:55:29 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2022-10-11 15:08:45 +0200 |
commit | e9bf1e364b16a230aa7ec6b66c47bce7f68f3cd9 (patch) | |
tree | b6dac75d119803ab98febb79c525bfbe765c6727 /group_vars | |
parent | 36701580caf57788f6900fb6d28e4274909f6a34 (diff) |
Use dedicated DKIM key for guilhem.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 760ea09..c53032e 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -67,6 +67,9 @@ dkim_keys: "guilhem.org": d: guilhem.org s: d32231afe345182ae1a9b376fa912dca + "guilhem.se": + d: guilhem.se + s: 138abf7e73c88d8dc67ca2d26881bc81 "hemdal.se": d: hemdal.se s: f032227401564da2cee5d5d0965969c4 |