diff options
author | tv <tv@krebsco.de> | 2016-02-27 13:10:21 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-27 13:10:21 +0100 |
commit | 7cff3c0650acc6c1c07d578faa9bb35ff61266bc (patch) | |
tree | d9f556593da5b068a5b0da72a0e1ad189ae6967e /tv/2configs/exim-retiolum.nix | |
parent | cc395214f58e4ac1d95e9855d4cf4784fa75d17e (diff) |
tv sendmail: setuid in exim-*
Diffstat (limited to 'tv/2configs/exim-retiolum.nix')
-rw-r--r-- | tv/2configs/exim-retiolum.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tv/2configs/exim-retiolum.nix b/tv/2configs/exim-retiolum.nix index 9197a3c30..dbe83dcf1 100644 --- a/tv/2configs/exim-retiolum.nix +++ b/tv/2configs/exim-retiolum.nix @@ -4,5 +4,9 @@ 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"; } |