From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:40718) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hdleN-0002Fb-E8 for guix-patches@gnu.org; Wed, 19 Jun 2019 21:14:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hdlRm-0000Mf-0i for guix-patches@gnu.org; Wed, 19 Jun 2019 21:01:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34078) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hdlRl-0000MR-Tu for guix-patches@gnu.org; Wed, 19 Jun 2019 21:01:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hdlRl-0004Fg-PO for guix-patches@gnu.org; Wed, 19 Jun 2019 21:01:01 -0400 Subject: [bug#36239] [PATCH] opensmtpd-service-type to extend pam Resent-Message-ID: From: Kristofer Buffington References: <87sgsaxn6t.fsf@walletsworth.com> <87tvcl1f76.fsf@gnu.org> Date: Wed, 19 Jun 2019 20:52:02 -0400 In-Reply-To: <87tvcl1f76.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 19 Jun 2019 22:40:45 +0200") Message-ID: <87tvclqdsd.fsf@walletsworth.com> MIME-Version: 1.0 Content-Type: text/plain 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 36239@debbugs.gnu.org The opensmtpd package includes --with-pam at build time, but the service does not extend pam. As a result, an administrator would need to maintain a seperate passwd or other authentication mechanism instead of using PAM. Kris