From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:40455) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hdwYa-0000TH-Sb for guix-patches@gnu.org; Thu, 20 Jun 2019 08:52:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hdwOB-0004GM-1e for guix-patches@gnu.org; Thu, 20 Jun 2019 08:42:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34442) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hdveg-0004go-Mj for guix-patches@gnu.org; Thu, 20 Jun 2019 07:55:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hdveg-0005DY-Hs for guix-patches@gnu.org; Thu, 20 Jun 2019 07:55:02 -0400 Subject: [bug#36239] [PATCH] opensmtpd-service-type to extend pam Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= 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> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Tobias Geerinckx-Rice Cc: 36239@debbugs.gnu.org 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.