From owner-freebsd-questions Fri Jan 25 12:55:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.enter.net (mail3.enter.net [63.65.0.23]) by hub.freebsd.org (Postfix) with ESMTP id 6F88537B402 for ; Fri, 25 Jan 2002 12:55:36 -0800 (PST) Received: from arm.enter.net (arm.enter.net [63.65.2.46]) by mail3.enter.net (Postfix) with ESMTP id B18B2D3333 for ; Fri, 25 Jan 2002 15:55:30 -0500 (EST) Date: Fri, 25 Jan 2002 15:52:54 -0500 (EST) From: Armand Sulter To: questions@freebsd.org Subject: pam.conf ,pam_pgsql and solidpop3 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I'm trying to have solidpop3 authenticate using a pgsql database however it will only query the database when the user exists in the password file. my pam.conf reads : spop3d auth required /usr/lib/pam_pgsql.so database=mail user=pgsql table=users user_column=username pwd_column=password expired_column=expired newtok_column=ch_pass debug spop3d account required /usr/lib/pam_pgsql.so database=mail user=pgsql table=users user_column=username pwd_column=password expired_column=expired newtok_column=ch_pass debug it would be great if someone could tell me what i'm forgetting, thanx :) With best regards, Armand Sulter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message