diff options
author | tv <tv@krebsco.de> | 2016-03-05 20:28:08 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-03-05 20:33:19 +0100 |
commit | 1ed639c20d39b3e8f43080903909e06e52cb4814 (patch) | |
tree | 209af2ba3486eccfeab34cd4ffba60cb9513384d /tv/2configs | |
parent | 6ff99fa513bda5810bb5770d816f341dc3ccda84 (diff) |
krebs.exim-smarthost.dkim: support multiple domains
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/exim-smarthost.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tv/2configs/exim-smarthost.nix b/tv/2configs/exim-smarthost.nix index 2beaa28..280d857 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" |