From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:57281) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hdvcm-00045g-20 for guix-patches@gnu.org; Thu, 20 Jun 2019 07:53:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hdvck-0002Ds-Db for guix-patches@gnu.org; Thu, 20 Jun 2019 07:53:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34438) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hdvck-0002DT-8N for guix-patches@gnu.org; Thu, 20 Jun 2019 07:53:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hdvck-00059X-3K for guix-patches@gnu.org; Thu, 20 Jun 2019 07:53: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> Date: Thu, 20 Jun 2019 13:52:07 +0200 In-Reply-To: <87k1dgsjs9.fsf@nckx> (Tobias Geerinckx-Rice's message of "Thu, 20 Jun 2019 11:11:50 +0200") Message-ID: <871rzolbiw.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: Kristofer Buffington , 36239@debbugs.gnu.org Hello, Tobias Geerinckx-Rice skribis: > From 60f3fd35ac4925e86556781ccc2620f54dccacd9 Mon Sep 17 00:00:00 2001 > From: Kristofer Buffington > Date: Wed, 12 Jun 2019 16:34:30 -0400 > Subject: [PATCH] services: opensmtpd: Extend the PAM service. > > * gnu/services/mail.scm (%opensmtpd-pam-services): New variable. > (opensmtpd-service-type)[extensions]: Add it, extending > PAM-ROOT-SERVICE-TYPE. > > Signed-off-by: Tobias Geerinckx-Rice LGTM, please push Tobias! Thanks, Ludo=E2=80=99.