mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-05-25 15:51:12 +02:00
temmie/userweb: set -i and -t in sendmail wrapper
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
args=("-f$USERDIR_USER" "''${args[@]}")
|
args=("-f$USERDIR_USER" "''${args[@]}")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exec '${lib.getExe pkgs.system-sendmail}' "''${args[@]}"
|
exec '${lib.getExe pkgs.system-sendmail}' -t -i "''${args[@]}"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
in lib.getExe sendmailWrapper;
|
in lib.getExe sendmailWrapper;
|
||||||
|
|||||||
Reference in New Issue
Block a user