From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 19 21:00:15 2019 Received: (at 36239) by debbugs.gnu.org; 20 Jun 2019 01:00:15 +0000 Received: from localhost ([127.0.0.1]:47622 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hdlR1-0004EB-8a for submit@debbugs.gnu.org; Wed, 19 Jun 2019 21:00:15 -0400 Received: from mail.walletsworth.com ([75.15.5.61]:38642) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hdlLx-00043f-SN for 36239@debbugs.gnu.org; Wed, 19 Jun 2019 20:55:02 -0400 Received: from libre (192.168.1.66 [192.168.1.66]) by mail.walletsworth.com (OpenSMTPD) with ESMTPSA id 4e9814ad (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256:NO); Wed, 19 Jun 2019 20:54:03 +0000 (UTC) From: Kristofer Buffington To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#36239] [PATCH] opensmtpd-service-type to extend pam 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> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 36239 X-Mailman-Approved-At: Wed, 19 Jun 2019 21:00:14 -0400 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: -1.0 (-) 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