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/exim-smarthost.nix | |
parent | e800405a27c2ae8caf42069e4b37fa7335f1996f (diff) |
tv exim: drop krebs.setuid.sendmail
Diffstat (limited to 'tv/2configs/exim-smarthost.nix')
-rw-r--r-- | tv/2configs/exim-smarthost.nix | 4 |
1 files changed, 0 insertions, 4 deletions
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"; } |