From d811a50f7cc7c491a4ed2748161d308c848e3875 Mon Sep 17 00:00:00 2001 From: lassulus Date: Wed, 27 Apr 2016 13:07:32 +0200 Subject: l 2 exim-*: remove redundant setuid code --- lass/2configs/exim-smarthost.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lass/2configs/exim-smarthost.nix') diff --git a/lass/2configs/exim-smarthost.nix b/lass/2configs/exim-smarthost.nix index 2efb6f36..384e2236 100644 --- a/lass/2configs/exim-smarthost.nix +++ b/lass/2configs/exim-smarthost.nix @@ -42,11 +42,6 @@ with config.krebs.lib; { from = "root"; to = "lass"; } ]; }; - - krebs.setuid.sendmail = { - filename = "${pkgs.exim}/bin/exim"; - mode = "4111"; - }; krebs.iptables.tables.filter.INPUT.rules = [ { predicate = "-p tcp --dport smtp"; target = "ACCEPT"; } ]; -- cgit v1.2.3