diff options
author | tv <tv@krebsco.de> | 2024-10-08 20:10:32 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2024-10-10 18:36:55 +0200 |
commit | 32e3b1071cfab6026795f44d38d496e6a7e8af8a (patch) | |
tree | 4b2b13549e49e19ef5193f430f9b12fa5d51f35b /krebs/2configs | |
parent | e840d9494d60f9c1c97ef3952417e9fe13a40d93 (diff) |
Diffstat (limited to 'krebs/2configs')
-rw-r--r-- | krebs/2configs/exim-smarthost.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/krebs/2configs/exim-smarthost.nix b/krebs/2configs/exim-smarthost.nix index 89ff74cfd..ceb11ca64 100644 --- a/krebs/2configs/exim-smarthost.nix +++ b/krebs/2configs/exim-smarthost.nix @@ -16,7 +16,9 @@ in { makefu tv ]; - eloop-ml = spam-ml; + eloop-ml = spam-ml ++ [ + { mail = "unreal@rtinf.net"; } + ]; krebstel-ml = [ config.krebs.users."0x4A6F" { mail = "krebstel-1rxz0mqa95nkmk298s1731ly0ii7vc36kkm36pnjj89hrq52pgn1@ni.r"; } |