From c21b92d9b79a80a27607618666b56fbc5cd26ac8 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 3 Dec 2018 23:13:04 +0100 Subject: Upgrade DKIM keys to rsa2048, and allow for multiple keys. --- group_vars/all.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'group_vars') 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 -- cgit v1.2.3