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 674da3e..ca01f7d 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -50,23 +50,26 @@ imapsvr_addr: "{{ postfix_instance.IMAP.addr | 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 "hemdal.se": d: hemdal.se s: f032227401564da2cee5d5d0965969c4 + "tevs.net": + d: tevs.net + s: 5fd8ba74ecb12069964e21a0ba90a516 "~": # catch-all, for our virtual domains d: x.fripost.org s: 9df9cdc7e101629b5003b587945afa70 |