diff options
author | tv <tv@krebsco.de> | 2023-07-06 20:26:40 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2023-07-06 20:31:58 +0200 |
commit | 143ba5eed02b5441fdd91b7d00dd57bc973fcf27 (patch) | |
tree | 57661769d15467be3c204db84756d2de72320ac1 /krebs | |
parent | f5cb4940f997d521045445642aa4825d7b0ab5f3 (diff) |
exim-smarthost: add xkey
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/2configs/exim-smarthost.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/2configs/exim-smarthost.nix b/krebs/2configs/exim-smarthost.nix index c2f6b4dc0..2842e10d4 100644 --- a/krebs/2configs/exim-smarthost.nix +++ b/krebs/2configs/exim-smarthost.nix @@ -42,6 +42,7 @@ in { "makefu@krebsco.de" = makefu; "spam@krebsco.de" = spam-ml; "tv@krebsco.de" = tv; + "xkey@krebsco.de" = { mail = "lennart@cope.cool"; }; # XXX These are no internet aliases # XXX exim-retiolum hosts should be able to relay to retiolum addresses "lass@retiolum" = lass; |