From 1f3884269170ee6bd90a4d0c773cf09d5f517185 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 27 Jan 2017 10:36:04 +0100 Subject: UUCP is not initial user submission --- custom/uucp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom') diff --git a/custom/uucp.nix b/custom/uucp.nix index d7c2aae2..b5e5a0aa 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix @@ -246,7 +246,7 @@ in { *) from="$from@$relay";; esac - exec /var/setuid-wrappers/sendmail -i -f "$from" -- "$@" + exec /var/setuid-wrappers/sendmail -G -i -f "$from" -- "$@" ''; }; -- cgit v1.2.3