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 | 1004ad1451154e31902888032dce326e812f96d9 (patch) | |
tree | 562c1816b3e002aa0cf7bc2bd0e30a6def1b9d9e /tv/2configs | |
parent | adbb400b6c668866f11241a153485b2ad4c317c3 (diff) |
tv exim-smarthost: relay_from_hosts += ip6.addr
Diffstat (limited to 'tv/2configs')
-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 cc3bdf9..816dce7 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 |