From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 02:16:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 2D36716A41F for ; Sat, 29 Oct 2005 02:16:56 +0000 (GMT) (envelope-from gibblertron@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF10B43D45 for ; Sat, 29 Oct 2005 02:16:55 +0000 (GMT) (envelope-from gibblertron@gmail.com) Received: by xproxy.gmail.com with SMTP id s13so122556wxc for ; Fri, 28 Oct 2005 19:16:55 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UPl34gr2ehi9/4MVADJKSkDF2vkLYbbCER5NF6Ob8dunfCeNVe69m7KIDjrfLpuEtPiT7rGYfFJmMAXFCf2NNm1azPKW6MlscoLgp50mf2mq3ifkCWNVhfonLPu0JdBFleqhwLP13Ep93K6vIkM/7tvw/pvdSjzAd0blethnzb0= Received: by 10.64.193.19 with SMTP id q19mr568797qbf; Fri, 28 Oct 2005 19:16:55 -0700 (PDT) Received: by 10.64.178.17 with HTTP; Fri, 28 Oct 2005 19:16:55 -0700 (PDT) Message-ID: Date: Fri, 28 Oct 2005 19:16:55 -0700 From: patrick To: Gary Hayers In-Reply-To: <4362AF61.20501@hayers.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4362AF61.20501@hayers.org> Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 4.11 + imap-uw = PAM problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 02:16:56 -0000 Thanks, that did the trick. I wonder why the installation instructions on the port said to add all of those other lines? Patrick On 10/28/05, Gary Hayers wrote: > On my 4.11-STABLE box I dont get this in my logs, I have enclosed my > pam.cof for your consideration. > > # Mail services > imap auth required pam_unix.so try_first_pass > pop3 auth required pam_unix.so try_first_pass > #imap auth required pam_unix.so > #imap account required pam_unix.so > #imap session required pam_unix.so > #pop3 auth required pam_unix.so > #pop3 account required pam_unix.so > #pop3 session required pam_unix.so > > patrick wrote: > > I'm getting the following errors with imap-uw on FreeBSD 4.11 when I > > connect to the POP3 or IMAP server: > > > > Oct 28 15:57:56 bubs imapd[16913]: unable to resolve symbol: pam_sm_ope= n_session > > Oct 28 15:57:56 bubs imapd[16913]: unable to resolve symbol: > > pam_sm_close_session > > > > I installed imap-uw from the ports collection, and my pam.conf has: > > > > imap auth required pam_unix.so > > imap account required pam_unix.so > > imap session required pam_unix.so > > pop3 auth required pam_unix.so > > pop3 account required pam_unix.so > > pop3 session required pam_unix.so > > > > I don't know a lot about PAM, so I'm not even sure where to start to > > fix this. I have a similar setup going on a FreeBSD 4.62 machine, and > > it works fine. > > > > Any help would be greatly appreciated. > > > > Patrick > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd= .org" > >