summaryrefslogtreecommitdiffstats
path: root/tv/2configs/exim-smarthost.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-03-05 19:54:18 +0100
committertv <tv@krebsco.de>2016-03-05 19:54:18 +0100
commit6ff99fa513bda5810bb5770d816f341dc3ccda84 (patch)
treef033df5b0230b4d86490e0d4ce7ac8b34276baa7 /tv/2configs/exim-smarthost.nix
parent9f5ce4c77abab41930c3890d1e191a07209abd33 (diff)
tv exim-smarthost: set dkim.domain
Diffstat (limited to 'tv/2configs/exim-smarthost.nix')
-rw-r--r--tv/2configs/exim-smarthost.nix3
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"