diff options
author | tv <tv@krebsco.de> | 2017-12-21 01:27:07 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-12-21 01:27:07 +0100 |
commit | 9f37a4c4f7fff0246577d233a1497fc5a7ceb8d2 (patch) | |
tree | ea0c05ca7429f60509abc871c852ca3ad1a418b6 | |
parent | 13be61e360e769ad28fc48df20524e483cf00efc (diff) |
tv exim-*: add eximlog
-rw-r--r-- | tv/2configs/exim-retiolum.nix | 3 | ||||
-rw-r--r-- | tv/2configs/exim-smarthost.nix | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/tv/2configs/exim-retiolum.nix b/tv/2configs/exim-retiolum.nix index bf13a388a..8b34b16cf 100644 --- a/tv/2configs/exim-retiolum.nix +++ b/tv/2configs/exim-retiolum.nix @@ -3,6 +3,9 @@ with import <stockholm/lib>; { + environment.systemPackages = [ + pkgs.eximlog + ]; krebs.exim-retiolum.enable = true; tv.iptables.input-retiolum-accept-tcp = singleton "smtp"; } diff --git a/tv/2configs/exim-smarthost.nix b/tv/2configs/exim-smarthost.nix index 079013c79..68fbcd151 100644 --- a/tv/2configs/exim-smarthost.nix +++ b/tv/2configs/exim-smarthost.nix @@ -3,6 +3,9 @@ with import <stockholm/lib>; { + environment.systemPackages = [ + pkgs.eximlog + ]; krebs.exim-smarthost = { enable = true; dkim = [ |