nixpkgs/pkgs/tools/networking/mpack
Clemens Fruhwirth 6d97096d8b mpack: Invoke /run/wrappers/bin/sendmail via execvp
Calling /run/current-sw/bin/sendmail fails under postfix because
setgid bits are not set. Switching the hardcoded path to an invocation
via execvp should cover both cases, when the sendmail binary is
setgid-wrapped and when it is not.
2018-09-18 10:48:55 +02:00
..
build-fix.patch
default.nix mpack: Invoke /run/wrappers/bin/sendmail via execvp 2018-09-18 10:48:55 +02:00
sendmail-via-execvp.diff mpack: Invoke /run/wrappers/bin/sendmail via execvp 2018-09-18 10:48:55 +02:00