diff options
author | tv <tv@krebsco.de> | 2022-11-22 15:02:14 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2022-11-22 22:37:23 +0100 |
commit | a781a0976f59700261eecf2cf24da53b7cd8e709 (patch) | |
tree | ccfe642327c932e7861851fc0449423347612272 /krebs/2configs/exim-smarthost.nix | |
parent | 1c4e27473c46faf4b4a4c800cb29cdabf73f716f (diff) |
exim-smarthost: add krebstel-ml
Diffstat (limited to 'krebs/2configs/exim-smarthost.nix')
-rw-r--r-- | krebs/2configs/exim-smarthost.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/krebs/2configs/exim-smarthost.nix b/krebs/2configs/exim-smarthost.nix index 82f8ec942..01597f49f 100644 --- a/krebs/2configs/exim-smarthost.nix +++ b/krebs/2configs/exim-smarthost.nix @@ -16,6 +16,14 @@ in { tv ]; eloop-ml = spam-ml; + krebstel-ml = [ + config.krebs.users."0x4A6F" + { mail = "krebstel-1rxz0mqa95nkmk298s1731ly0ii7vc36kkm36pnjj89hrq52pgn1@ni.r"; } + { mail = "krebstel-1difh7483axpiaq92ghi14r5cql822wbhixqb0nn3y3jkcj0b785@ni.r"; } + { mail = "lass@green.r"; } + tv + xkey + ]; spam-ml = [ lass makefu @@ -28,6 +36,7 @@ in { "spam@eloop.org" = eloop-ml; "youtube@eloop.org" = eloop-ml; # obsolete, use spam@eloop.org instead "postmaster@krebsco.de" = spam-ml; # RFC 822 + "krebstel@krebsco.de" = krebstel-ml; "lass@krebsco.de" = lass; "makefu@krebsco.de" = makefu; "spam@krebsco.de" = spam-ml; |