From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 02:50:28 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 DD50E16A420 for ; Sat, 29 Oct 2005 02:50:28 +0000 (GMT) (envelope-from gary@hayers.org) Received: from smtp-out1.blueyonder.co.uk (smtp-out1.blueyonder.co.uk [195.188.213.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22A4943D4C for ; Sat, 29 Oct 2005 02:50:27 +0000 (GMT) (envelope-from gary@hayers.org) Received: from thor.hayers.net ([82.34.131.150]) by smtp-out1.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Sat, 29 Oct 2005 03:51:18 +0100 Received: from [192.168.8.2] (bart.hayers.net [192.168.8.2]) (authenticated bits=0) by thor.hayers.net (8.13.4/8.13.4) with ESMTP id j9T2oMWr088177; Sat, 29 Oct 2005 03:50:23 +0100 (BST) (envelope-from gary@hayers.org) Message-ID: <4362E36E.80908@hayers.org> Date: Sat, 29 Oct 2005 03:50:22 +0100 From: Gary Hayers User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: patrick References: <4362AF61.20501@hayers.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-milter with Sophos (http://www.amavis.org) X-OriginalArrivalTime: 29 Oct 2005 02:51:19.0060 (UTC) FILETIME=[A3455540:01C5DC33] 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:50:29 -0000 Glad I could be of service. patrick wrote: > 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_open_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" >> >>