diff options
author | tv <tv@krebsco.de> | 2017-03-09 16:54:58 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-03-09 16:54:58 +0100 |
commit | e4225f826cfba6faf9c582c0e043dc58864a56a5 (patch) | |
tree | 5346277ffffa9a87f7c85785d7032bf246da621c /tv | |
parent | c432c6646159569088452cc4caea1d3820ebe0f7 (diff) |
tv exim-smarthost: relay_from_hosts += ip6.addr
Diffstat (limited to 'tv')
-rw-r--r-- | tv/2configs/exim-smarthost.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/exim-smarthost.nix b/tv/2configs/exim-smarthost.nix index cc3bdf95d..816dce78d 100644 --- a/tv/2configs/exim-smarthost.nix +++ b/tv/2configs/exim-smarthost.nix @@ -13,7 +13,7 @@ with import <stockholm/lib>; "shackspace.de" "viljetic.de" ]; - relay_from_hosts = map (host: host.nets.retiolum.ip4.addr) [ + relay_from_hosts = concatMap (host: host.nets.retiolum.addrs) [ config.krebs.hosts.nomic config.krebs.hosts.wu config.krebs.hosts.xu |