diff options
author | lassulus <lass@aidsballs.de> | 2016-02-27 17:28:46 +0100 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-02-27 17:28:46 +0100 |
commit | c6aefdc05e92e1fad4e9668568ec6967fc6c5fa3 (patch) | |
tree | e59340b58cf00b63168195a000d30481627f4e93 /tv/2configs/exim-smarthost.nix | |
parent | 8b612222cbfc279f9076f0e9c4d7c3ebd2110910 (diff) | |
parent | 97447915baf00f502e46d9842d9ca75682adb33e (diff) |
Merge remote-tracking branch 'cd/master'
Diffstat (limited to 'tv/2configs/exim-smarthost.nix')
-rw-r--r-- | tv/2configs/exim-smarthost.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tv/2configs/exim-smarthost.nix b/tv/2configs/exim-smarthost.nix index 75dd9b4..3ea0105 100644 --- a/tv/2configs/exim-smarthost.nix +++ b/tv/2configs/exim-smarthost.nix @@ -40,5 +40,9 @@ 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"; } |