summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2022-12-05 20:08:50 +0100
committertv <tv@krebsco.de>2022-12-05 21:27:37 +0100
commit3638c1844480ba5fb500718824bee1fb72d930ba (patch)
treeb2e5b8bf805a70493eec23fbcb99a3d6667737dc
parent8e32364d6299b5f5816d886653349794aadc1ec9 (diff)
exim-smarthost: define domainlist sender_domains
-rw-r--r--krebs/3modules/exim-smarthost.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/krebs/3modules/exim-smarthost.nix b/krebs/3modules/exim-smarthost.nix
index fe149448..38cc828b 100644
--- a/krebs/3modules/exim-smarthost.nix
+++ b/krebs/3modules/exim-smarthost.nix
@@ -123,6 +123,7 @@ let
# XXX We abuse local_domains to mean "domains, we're the gateway for".
domainlist local_domains = ${concatStringsSep ":" cfg.local_domains}
domainlist relay_to_domains = ${concatStringsSep ":" cfg.relay_to_domains}
+ domainlist sender_domains = ${concatStringsSep ":" cfg.sender_domains}
hostlist relay_from_hosts = <;${concatStringsSep ";" cfg.relay_from_hosts}
acl_smtp_rcpt = acl_check_rcpt
@@ -173,7 +174,7 @@ let
acl_check_data:
warn
- sender_domains = ${concatStringsSep ":" cfg.sender_domains}
+ sender_domains = +sender_domains
set acl_m_special_dom = $sender_address_domain
accept