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 | 0106f4ff07174592bab7bdc14679a9654b92dfab (patch) | |
tree | 5c22954a8cf523fb4aec7dc4ff7f43537ec50bbc /tv/2configs/exim-smarthost.nix | |
parent | 08146e483489acaea9542d55d5a37fb28ab1e8d6 (diff) |
tv exim-smarthost: set dkim.domain
Diffstat (limited to 'tv/2configs/exim-smarthost.nix')
-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 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" |