From owner-freebsd-questions@FreeBSD.ORG Fri Dec 17 20:28:33 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D8FE16A4CE for ; Fri, 17 Dec 2004 20:28:33 +0000 (GMT) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 331D643D45 for ; Fri, 17 Dec 2004 20:28:33 +0000 (GMT) (envelope-from curtis@npc-usa.com) Received: (qmail 24189 invoked from network); 17 Dec 2004 20:28:33 -0000 Received: from dsl017-040-162.sea1.dsl.speakeasy.net (HELO dmz.vostok1.com) ([69.17.40.162]) (envelope-sender ) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 17 Dec 2004 20:28:33 -0000 Received: from [192.168.1.3] (unknown [192.168.1.3]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by dmz.vostok1.com (Postfix) with ESMTP id 28AD011F773 for ; Fri, 17 Dec 2004 12:31:19 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v619) Content-Transfer-Encoding: 7bit Message-Id: <37A692BA-506A-11D9-B943-000393934006@npc-usa.com> Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-questions@freebsd.org From: Curtis Vaughan Date: Fri, 17 Dec 2004 12:28:31 -0800 X-Mailer: Apple Mail (2.619) Subject: postfix w/pam X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 20:28:33 -0000 Can anyone tell me whether I have to install/build postfix w/pam support (if I want it to use pam). Or can I just do a make install of postfix, as well as of pam_ldap and nss_ldap, edit the appropriate files in /etc/pam.d/ and it should work? I have installed map_ldap and nss_ldap and have edited: /usr/local/etc/ldap.conf /etc/nsswitch.conf files within /etc/pam.d, particularly /etc/pam.d/ldap, ./imap and ./sshd and ./su /usr/local/etc/nss_ldap.conf But nonetheless it's not working with postfix (smtp) or with courier-imap (ssh works fine with pam). Curtis