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 | 92605d46b2d770b4724809fcb2267c1618ae0b59 (patch) | |
tree | 0856d597d2f6e53896e29d57c7d663fdd109e612 /tv/2configs/exim-retiolum.nix | |
parent | 4abd59f59d8541a93ccbf1e76d1f9b95c44a9bf2 (diff) |
tv exim: drop krebs.setuid.sendmail
Diffstat (limited to 'tv/2configs/exim-retiolum.nix')
-rw-r--r-- | tv/2configs/exim-retiolum.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tv/2configs/exim-retiolum.nix b/tv/2configs/exim-retiolum.nix index dbe83dcf1..9197a3c30 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"; } |