summaryrefslogtreecommitdiffstats
path: root/tv/2configs/exim-smarthost.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-04-27 02:00:26 +0200
committertv <tv@krebsco.de>2016-04-27 02:00:26 +0200
commit92605d46b2d770b4724809fcb2267c1618ae0b59 (patch)
tree0856d597d2f6e53896e29d57c7d663fdd109e612 /tv/2configs/exim-smarthost.nix
parent4abd59f59d8541a93ccbf1e76d1f9b95c44a9bf2 (diff)
tv exim: drop krebs.setuid.sendmail
Diffstat (limited to 'tv/2configs/exim-smarthost.nix')
-rw-r--r--tv/2configs/exim-smarthost.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/tv/2configs/exim-smarthost.nix b/tv/2configs/exim-smarthost.nix
index 2b9ad77d..3616a8f5 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";
}