diff options
author | tv <tv@krebsco.de> | 2016-03-05 19:54:18 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-03-05 19:54:18 +0100 |
commit | 6ff99fa513bda5810bb5770d816f341dc3ccda84 (patch) | |
tree | f033df5b0230b4d86490e0d4ce7ac8b34276baa7 | |
parent | 9f5ce4c77abab41930c3890d1e191a07209abd33 (diff) |
tv exim-smarthost: set dkim.domain
-rw-r--r-- | tv/2configs/exim-smarthost.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tv/2configs/exim-smarthost.nix b/tv/2configs/exim-smarthost.nix index 3ea0105..2beaa28 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" |