diff options
author | tv <tv@krebsco.de> | 2019-11-27 09:52:53 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2020-01-05 22:16:08 +0100 |
commit | 1c6fafdaa0f43af0384d460ca8b47d15a30bec41 (patch) | |
tree | f85344bf0cb65a489f25952847ee6fcac67a7c61 /krebs | |
parent | 5d360afeace33a1e83e44b5ff0b9e0da408a6b2f (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; |