l exim-smarthost: add green & coaxmetal to sender hosts

This commit is contained in:
lassulus 2021-10-25 20:03:42 +02:00
parent 9bc7f5d7d5
commit c6cfd582ec

View File

@ -19,8 +19,10 @@ in {
"lassul.us" "lassul.us"
]; ];
relay_from_hosts = map (host: host.nets.retiolum.ip6.addr) [ relay_from_hosts = map (host: host.nets.retiolum.ip6.addr) [
config.krebs.hosts.mors
config.krebs.hosts.blue config.krebs.hosts.blue
config.krebs.hosts.coaxmetal
config.krebs.hosts.green
config.krebs.hosts.mors
config.krebs.hosts.xerxes config.krebs.hosts.xerxes
]; ];
internet-aliases = map (from: { inherit from to; }) mails; internet-aliases = map (from: { inherit from to; }) mails;