diff options
author | tv <tv@krebsco.de> | 2022-06-08 11:10:13 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2022-06-08 11:10:25 +0200 |
commit | 4ea0e508f22fedb8cfc658ef771a486b2330016b (patch) | |
tree | 76110492418236f8e3db3825b236ec18f0c37de1 /krebs/2configs/exim-smarthost.nix | |
parent | 35b3d5058059cdadb71db8cac362fc19952ac0b6 (diff) |
exim-smarthost: add spam@eloop.org
Diffstat (limited to 'krebs/2configs/exim-smarthost.nix')
-rw-r--r-- | krebs/2configs/exim-smarthost.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/krebs/2configs/exim-smarthost.nix b/krebs/2configs/exim-smarthost.nix index 06ef690b6..82f8ec942 100644 --- a/krebs/2configs/exim-smarthost.nix +++ b/krebs/2configs/exim-smarthost.nix @@ -24,8 +24,9 @@ in { in { "brain@krebsco.de" = brain-ml; "eloop2022@krebsco.de" = eloop-ml; - "root@eloop.org" = eloop-ml; - "youtube@eloop.org" = eloop-ml; + "root@eloop.org" = eloop-ml; # obsolete, use spam@eloop.org instead + "spam@eloop.org" = eloop-ml; + "youtube@eloop.org" = eloop-ml; # obsolete, use spam@eloop.org instead "postmaster@krebsco.de" = spam-ml; # RFC 822 "lass@krebsco.de" = lass; "makefu@krebsco.de" = makefu; |