From 0106f4ff07174592bab7bdc14679a9654b92dfab Mon Sep 17 00:00:00 2001 From: tv Date: Sat, 5 Mar 2016 19:54:18 +0100 Subject: tv exim-smarthost: set dkim.domain --- tv/2configs/exim-smarthost.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tv/2configs/exim-smarthost.nix') diff --git a/tv/2configs/exim-smarthost.nix b/tv/2configs/exim-smarthost.nix index 3ea010524..2beaa28ef 100644 --- a/tv/2configs/exim-smarthost.nix +++ b/tv/2configs/exim-smarthost.nix @@ -5,6 +5,9 @@ with config.krebs.lib; { krebs.exim-smarthost = { enable = true; + dkim = { + domain = "viljetic.de"; + }; sender_domains = [ "krebsco.de" "shackspace.de" -- cgit v1.2.3 From 421f346257ac19612822b1f0fde9f21d3b5e7955 Mon Sep 17 00:00:00 2001 From: tv Date: Sat, 5 Mar 2016 20:28:08 +0100 Subject: krebs.exim-smarthost.dkim: support multiple domains --- tv/2configs/exim-smarthost.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tv/2configs/exim-smarthost.nix') diff --git a/tv/2configs/exim-smarthost.nix b/tv/2configs/exim-smarthost.nix index 2beaa28ef..280d8572b 100644 --- a/tv/2configs/exim-smarthost.nix +++ b/tv/2configs/exim-smarthost.nix @@ -5,9 +5,9 @@ with config.krebs.lib; { krebs.exim-smarthost = { enable = true; - dkim = { - domain = "viljetic.de"; - }; + dkim = [ + { domain = "viljetic.de"; } + ]; sender_domains = [ "krebsco.de" "shackspace.de" -- cgit v1.2.3