summaryrefslogtreecommitdiffstats
path: root/krebs/3modules/exim-smarthost.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2021-12-24 10:19:13 +0100
committertv <tv@krebsco.de>2021-12-24 10:19:13 +0100
commit969bd9767ea91aa9f2487285bed8f5f1fdd50aa3 (patch)
tree715676227618469754fa704ff26f5488268bec8c /krebs/3modules/exim-smarthost.nix
parentb33381d15edbce2e31a0e15dc1ddab71d8fa8981 (diff)
exim-smarthost: dkim_strict = true
Diffstat (limited to 'krebs/3modules/exim-smarthost.nix')
-rw-r--r--krebs/3modules/exim-smarthost.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/3modules/exim-smarthost.nix b/krebs/3modules/exim-smarthost.nix
index 0084886f..fe149448 100644
--- a/krebs/3modules/exim-smarthost.nix
+++ b/krebs/3modules/exim-smarthost.nix
@@ -228,6 +228,7 @@ let
dkim_domain = $sender_address_domain
dkim_private_key = ''${lookup{$sender_address_domain.dkim_private_key}dsearch,ret=full{''${env{CREDENTIALS_DIRECTORY}{$value}fail}}}
dkim_selector = ''${lookup{$sender_address_domain}lsearch{${lsearch.dkim_selector}}}
+ dkim_strict = true
'')}
helo_data = ''${if eq{$acl_m_special_dom}{} \
{$primary_hostname} \