diff options
Diffstat (limited to 'group_vars')
-rw-r--r-- | group_vars/all.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/group_vars/all.yml b/group_vars/all.yml index 49cf935..f222b56 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -46,3 +46,15 @@ postfix_instance: , port: 2527 } 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 (should be globally unique and random) + s: 8f00fb94ec6c37aacb48bd43e073f9b7 + "~": # catch-all, for our virtual domains + d: x.fripost.org + s: 9df9cdc7e101629b5003b587945afa70 |