From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 20 07:54:27 2019 Received: (at 36239) by debbugs.gnu.org; 20 Jun 2019 11:54:27 +0000 Received: from localhost ([127.0.0.1]:47986 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hdve7-0005CI-0t for submit@debbugs.gnu.org; Thu, 20 Jun 2019 07:54:27 -0400 Received: from eggs.gnu.org ([209.51.188.92]:48824) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hdve4-0005C1-Lr for 36239@debbugs.gnu.org; Thu, 20 Jun 2019 07:54:25 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:57969) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hdvdw-0003qD-Ty; Thu, 20 Jun 2019 07:54:17 -0400 Received: from vpn-0-27.aquilenet.fr ([2a0c:e300:4:27::]:45864 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hdvdw-0006tH-7D; Thu, 20 Jun 2019 07:54:16 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Tobias Geerinckx-Rice Subject: Re: [bug#36239] [PATCH] opensmtpd-service-type to extend pam References: <87sgsaxn6t.fsf@walletsworth.com> <87tvcl1f76.fsf@gnu.org> <87tvclqdsd.fsf@walletsworth.com> <87k1dgsjs9.fsf@nckx> <87imt0sj82.fsf@nckx> Date: Thu, 20 Jun 2019 13:54:12 +0200 In-Reply-To: <87imt0sj82.fsf@nckx> (Tobias Geerinckx-Rice's message of "Thu, 20 Jun 2019 11:23:57 +0200") Message-ID: <87wohgjwuz.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 36239 Cc: 36239@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Tobias Geerinckx-Rice skribis: >> +(define %opensmtpd-pam-services >> + (list (unix-pam-service "smtpd"))) > > Hm. This is consistent with the (inconsistent) use of % in (gnu > services mail) even for unexported variables, but that doesn't match > my understanding of %. I think I=E2=80=99d use it here; that=E2=80=99s consistent with the rest of= the file actually, no? To me everything looks OK as it is. Thanks, Ludo=E2=80=99.