diff options
author | tv <tv@krebsco.de> | 2016-04-27 02:00:26 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-04-27 02:00:26 +0200 |
commit | fdefcf2206744296e0323fc863045181c5556764 (patch) | |
tree | 83169eeb23bf3b9e0efef5f3cbf71f8c7f0aed8b /tv/2configs | |
parent | e800405a27c2ae8caf42069e4b37fa7335f1996f (diff) |
tv exim: drop krebs.setuid.sendmail
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/exim-retiolum.nix | 4 | ||||
-rw-r--r-- | tv/2configs/exim-smarthost.nix | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/tv/2configs/exim-retiolum.nix b/tv/2configs/exim-retiolum.nix index dbe83dc..9197a3c 100644 --- a/tv/2configs/exim-retiolum.nix +++ b/tv/2configs/exim-retiolum.nix @@ -4,9 +4,5 @@ with config.krebs.lib; { krebs.exim-retiolum.enable = true; - krebs.setuid.sendmail = { - filename = "${pkgs.exim}/bin/exim"; - mode = "4111"; - }; tv.iptables.input-retiolum-accept-new-tcp = singleton "smtp"; } diff --git a/tv/2configs/exim-smarthost.nix b/tv/2configs/exim-smarthost.nix index 2b9ad77..3616a8f 100644 --- a/tv/2configs/exim-smarthost.nix +++ b/tv/2configs/exim-smarthost.nix @@ -43,9 +43,5 @@ with config.krebs.lib; { from = "mirko"; to = "mv"; } ]; }; - krebs.setuid.sendmail = { - filename = "${pkgs.exim}/bin/exim"; - mode = "4111"; - }; tv.iptables.input-internet-accept-new-tcp = singleton "smtp"; } |