diff options
author | lassulus <lass@xerxes.r> | 2019-10-14 15:17:38 +0200 |
---|---|---|
committer | lassulus <lass@xerxes.r> | 2019-10-14 15:17:38 +0200 |
commit | a741fa1301f6f2f1de381f1e984d4349deeff7ba (patch) | |
tree | 58d10d265603ba718b1df18bfff783bddff98373 /lass/2configs/exim-smarthost.nix | |
parent | bbea96456cef19a37a4cdf6dd6fcb7c2b914e4a4 (diff) |
l mails: allow sending from xerxes.r
Diffstat (limited to 'lass/2configs/exim-smarthost.nix')
-rw-r--r-- | lass/2configs/exim-smarthost.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lass/2configs/exim-smarthost.nix b/lass/2configs/exim-smarthost.nix index d1e6b195b..09d20e9ca 100644 --- a/lass/2configs/exim-smarthost.nix +++ b/lass/2configs/exim-smarthost.nix @@ -15,6 +15,7 @@ with import <stockholm/lib>; relay_from_hosts = map (host: host.nets.retiolum.ip6.addr) [ config.krebs.hosts.mors config.krebs.hosts.blue + config.krebs.hosts.xerxes ]; internet-aliases = with config.krebs.users; [ { from = "postmaster@lassul.us"; to = lass.mail; } # RFC 822 |