diff options
author | makefu <github@syntax-fehler.de> | 2016-03-06 20:56:02 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-03-06 20:56:02 +0100 |
commit | 2fd7d1b1ab10dbd84cf85ebf149a12f3a92d7815 (patch) | |
tree | 8e1b4f1acb8a20905df26dcbeb36a6802e5fe1d3 /tv/2configs/exim-smarthost.nix | |
parent | e8679ae6c0fd33be9c84a671d2ebfae51f5851f0 (diff) | |
parent | 198407f70fdeacaae5dac6e4ec305629a5368410 (diff) |
Merge remote-tracking branch 'cd/master'
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..280d8572b 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" |