krebs.exim-*: add empty keep_environment

This commit is contained in:
tv 2016-03-05 11:46:30 +01:00
parent 8ddc096a69
commit 89f731a898
2 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,8 @@ let
# TODO modular configuration
assert config.krebs.retiolum.enable;
''
keep_environment =
primary_hostname = ${cfg.primary_hostname}
domainlist local_domains = ${concatStringsSep ":" cfg.local_domains}
domainlist relay_to_domains = ${concatStringsSep ":" cfg.relay_to_domains}

View File

@ -75,6 +75,8 @@ let
services.exim = {
enable = true;
config = ''
keep_environment =
primary_hostname = ${cfg.primary_hostname}
# HOST_REDIR contains the real destinations for "local_domains".