diff options
author | tv <tv@krebsco.de> | 2019-11-27 09:52:53 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2019-11-27 09:52:53 +0100 |
commit | dc75a54cfb8b431e9ea43be6dc7207fd77f54c2f (patch) | |
tree | 2818d179742296ef519be17351582884a533ecb1 /krebs | |
parent | 62a59ad233ad9bcfdaad6a23f6994d1d90354c6b (diff) |
krebs exim-smarthost: RIP slash16
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/2configs/exim-smarthost.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/krebs/2configs/exim-smarthost.nix b/krebs/2configs/exim-smarthost.nix index 698e20da1..224a38ac3 100644 --- a/krebs/2configs/exim-smarthost.nix +++ b/krebs/2configs/exim-smarthost.nix @@ -15,13 +15,12 @@ in { makefu tv ]; - eloop-ml = spam-ml ++ [ ciko ]; + eloop-ml = spam-ml; spam-ml = [ lass makefu tv ]; - ciko.mail = "ciko@slash16.net"; in { "anmeldung@eloop.org" = eloop-ml; "brain@krebsco.de" = brain-ml; |