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
commit0106f4ff07174592bab7bdc14679a9654b92dfab (patch)
tree5c22954a8cf523fb4aec7dc4ff7f43537ec50bbc /tv/2configs/exim-smarthost.nix
parent08146e483489acaea9542d55d5a37fb28ab1e8d6 (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 3ea01052..2beaa28e 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"