summaryrefslogtreecommitdiff
path: root/custom/uucp.nix
diff options
context:
space:
mode:
Diffstat (limited to 'custom/uucp.nix')
-rw-r--r--custom/uucp.nix2
1 files changed, 1 insertions, 1 deletions
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 {
246 *) from="$from@$relay";; 246 *) from="$from@$relay";;
247 esac 247 esac
248 248
249 exec /var/setuid-wrappers/sendmail -i -f "$from" -- "$@" 249 exec /var/setuid-wrappers/sendmail -G -i -f "$from" -- "$@"
250 ''; 250 '';
251 }; 251 };
252 252