diff options
author | lassulus <lass@aidsballs.de> | 2016-10-27 13:31:12 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-10-27 13:31:12 +0200 |
commit | 01f313bf9e17fc3e1cbe108aeea4acc1cdcdcea9 (patch) | |
tree | a5c5639c9d1aa86dc7552f21631817dd86cbaf70 /krebs/3modules/exim-smarthost.nix | |
parent | b97145eedd566925d6c94fb2039f6de86cfec9c8 (diff) |
k 3 exim-smarthost: indent dkim config
Diffstat (limited to 'krebs/3modules/exim-smarthost.nix')
-rw-r--r-- | krebs/3modules/exim-smarthost.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/krebs/3modules/exim-smarthost.nix b/krebs/3modules/exim-smarthost.nix index 2ed5607f1..c96b14723 100644 --- a/krebs/3modules/exim-smarthost.nix +++ b/krebs/3modules/exim-smarthost.nix @@ -246,12 +246,12 @@ let remote_smtp: driver = smtp - ${optionalString (cfg.dkim != []) '' + ${optionalString (cfg.dkim != []) (indent '' dkim_canon = relaxed dkim_domain = $sender_address_domain dkim_private_key = ''${lookup{$sender_address_domain}lsearch{${lsearch.dkim_private_key}}} dkim_selector = ''${lookup{$sender_address_domain}lsearch{${lsearch.dkim_selector}}} - ''} + '')} helo_data = ''${if eq{$acl_m_special_dom}{} \ {$primary_hostname} \ {$acl_m_special_dom} } |