From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id mF1bHXyi52I31wAAbAwnHQ (envelope-from ) for ; Mon, 01 Aug 2022 11:53:00 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id YBU3HHyi52JtLQAAG6o9tA (envelope-from ) for ; Mon, 01 Aug 2022 11:53:00 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 307F5156D8 for ; Mon, 1 Aug 2022 11:52:59 +0200 (CEST) Received: from localhost ([::1]:56530 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oIS6X-0005QZ-9G for larch@yhetil.org; Mon, 01 Aug 2022 05:52:56 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44998) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oIS5j-0005QA-Od for guix-patches@gnu.org; Mon, 01 Aug 2022 05:52:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49602) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oIS5j-0006T9-0G for guix-patches@gnu.org; Mon, 01 Aug 2022 05:52:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oIS5i-00035K-Tu for guix-patches@gnu.org; Mon, 01 Aug 2022 05:52:02 -0400 Subject: bug#56756: [PATCH] gnu: services: Add optional fix for opensmtpd executables group Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 01 Aug 2022 09:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 56756 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Maya Cc: 56756-done@debbugs.gnu.org Mail-Followup-To: 56756@debbugs.gnu.org, ludo@gnu.org, maya.omase@protonmail.com Received: via spool by 56756-done@debbugs.gnu.org id=D56756.165934750611806 (code D ref 56756); Mon, 01 Aug 2022 09:52:02 +0000 Received: (at 56756-done) by debbugs.gnu.org; 1 Aug 2022 09:51:46 +0000 Received: from localhost ([127.0.0.1]:39349 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oIS5R-00034M-Vc for submit@debbugs.gnu.org; Mon, 01 Aug 2022 05:51:46 -0400 Received: from eggs.gnu.org ([209.51.188.92]:60288) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oIS5Q-000342-ED for 56756-done@debbugs.gnu.org; Mon, 01 Aug 2022 05:51:44 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:46052) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oIS5J-0006Rv-OA; Mon, 01 Aug 2022 05:51:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=uY8LoHf/V0nwXvfwi0dPzpGLxDfGPr6KydCVrLoGyiE=; b=BuSS5IZ06LV6H518XOMG LbO6dUQGwgQ8qC4yu2NkfNfi+65k9Y9zrL/M77xMkQ2J2Eeizh6Sc6j797xCCC6enl+d8rCGqx9mD p+/oSj3r4wVirJQlQz3sAmIMVolPYCPFpSfF6wOgCt/S6GG7wc08aeQB2niZf72G2nJBPGwIY6Zpd mGbpsHA5W2xBpdjPnvF1DssksxdiL6uuXKvIhzIdQrU6iFxOWldbR/uxhvPd+RU+qTM8LQ0EgzLY5 PJYJ1T1XeXs+erAIqRb2KoQmpKe1NFkEh8+RFyLlG2uCH0jwa1gQpb5BwYYpq3+dHplDeCeLc1g/X /bTJcZU8RsU9Bw==; Received: from [193.50.110.235] (port=33600 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oIS5I-0002na-Gp; Mon, 01 Aug 2022 05:51:37 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Mon, 01 Aug 2022 11:51:33 +0200 In-Reply-To: (Maya's message of "Mon, 25 Jul 2022 09:02:18 +0000") Message-ID: <87wnbsz3yy.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1659347579; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=uY8LoHf/V0nwXvfwi0dPzpGLxDfGPr6KydCVrLoGyiE=; b=la+leDGZgLtus2c3DEgIE5zunLV2Dli7y+vEQfP719QFPiPu5h/GB99NB5Hfy+wSFS5jzC LPkO4q5f3FxzFVfEV5sE1DixpoARSyXqDLl13W/YiZyC3DuvYtfuq9l6UveuqtBaLbKmB4 ilbgVikQEHsaaBJuX0Q10vHdeyHbxN6/az9xyYdEo26VBN2kUEFHBCEiRA+63sk8HU3tdF s3Ha8Hgf4yT8gO2qTYTocQGORB5jWM8kyeq4o/aL0l2iu8QE/sOfa/QF+LYp5RaFE3RLOt PCTy8iaSQYTRVsfBTSuAfk+nkdGxmt6NRj7B7aOMqLzF5DGLZQiywTUFGgOVHQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1659347579; a=rsa-sha256; cv=none; b=dgkkX06ulS3Y7e96nK+wprgrxlg6gbFNODVqLCPg5gnJUaWJZ7tLTOm5i36/6PAf7vTNgn U9lLvkY/7kyfMADIkLUaXbyg4sthnCWuPFe+kV8WZVdf06r3NYp4nL2zUkLtZKn9I8JtJd A6SNTcU1Cp6H7KyzHi97dAH3/gR8Sm05cf4+l/t92JwRXEpVFPrpVqRRKSDthKtIYNEi+V bX14LZDUoeMEZNLHoZDx3kk8XRHQdWBDQ+AwswecuQjT5ndlwnhP2KbZndF49+Ld44MSjO R9NRAIRUVtoxk6jFNQZC4HhhFl+1WykqBl2LiEqGZDZIYmZK6tHW15mWhMBP0w== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=BuSS5IZ0; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -2.32 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=BuSS5IZ0; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 307F5156D8 X-Spam-Score: -2.32 X-Migadu-Scanner: scn1.migadu.com X-TUID: 8GqsdceppZ3p Hi Maya, Maya skribis: > This is a patch that fixes ": this program must be setgi= d smtpq". As this cannot be done in the store during build, but the upstrea= m opensmtpd requires to set the group of those executables. > > --- > gnu/services/mail.scm | 67 +++++++++++++++++++++++++++++++++++++++++-- > 1 file changed, 65 insertions(+), 2 deletions(-) That sounds like a welcome improvement. I applied the patch with a few changes: =E2=80=A2 Changed the option name from =E2=80=98set-gids?=E2=80=99 to =E2= =80=98setgid-commands?=E2=80=99, which I think is slightly clearer. =E2=80=A2 Tweaked and moved its documentation to =E2=80=98doc/guix.texi= =E2=80=99. =E2=80=A2 Adjusted the commit log as per our conventions (see ). Thank you! Ludo=E2=80=99.