diff options
Diffstat (limited to 'group_vars/all.yml')
-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 @@ -50,35 +50,38 @@ postfix_instance: imapsvr_addr: "{{ postfix_instance.IMAP.addr | ansible.utils.ipaddr }}" dkim_keys: giraff: # match key "fripost.org": # domain of the entity signing the message (should be unique accross match keys) d: fripost.org # selector (randomly generated with `xxd -p -l16 </dev/urandom`) s: 8f00fb94ec6c37aacb48bd43e073f9b7 "lists.fripost.org": d: lists.fripost.org s: d3df4ddda85e3c927621b1b02a9cbb85 "guilhem@debian.org": d: debian.org s: 5d30c523ff3622ed454230a16a11ddf6.guilhem.user "guilhem.org": d: guilhem.org s: d32231afe345182ae1a9b376fa912dca + "guilhem.se": + d: guilhem.se + s: 138abf7e73c88d8dc67ca2d26881bc81 "hemdal.se": d: hemdal.se s: f032227401564da2cee5d5d0965969c4 "tevs.net": d: tevs.net s: 5fd8ba74ecb12069964e21a0ba90a516 "jakmedlem.se": d: jakmedlem.se s: 0ef2a7235861d65c872faf4e72b29a29 "gbg.cmsmarx.org": d: gbg.cmsmarx.org s: a4b2e822cfcf594acd24f44587590eb1 "~": # catch-all, for our virtual domains d: x.fripost.org s: 9df9cdc7e101629b5003b587945afa70 |