From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 23:00:38 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 4F73816A42F for ; Fri, 28 Oct 2005 23:00:38 +0000 (GMT) (envelope-from gibblertron@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1739C43D55 for ; Fri, 28 Oct 2005 23:00:29 +0000 (GMT) (envelope-from gibblertron@gmail.com) Received: by xproxy.gmail.com with SMTP id s13so87590wxc for ; Fri, 28 Oct 2005 16:00:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=kFn1eQxcN08hcOGxJ78vxWYXK1Y4OWTTL+feXupHieckHwYDPQkWyrkROQkWJxCG9K2yyiN1cgz+Qr9Dy7f3tDpksnAIV0GMYXUniPD4zGhy6QuZipCQAg2zwawpL4KVG0OuuhLj/sM1NbyGzxE4lxFxWqEHyW5uGpalfyjrAOc= Received: by 10.64.251.6 with SMTP id y6mr482284qbh; Fri, 28 Oct 2005 16:00:29 -0700 (PDT) Received: by 10.64.178.17 with HTTP; Fri, 28 Oct 2005 16:00:29 -0700 (PDT) Message-ID: Date: Fri, 28 Oct 2005 16:00:29 -0700 From: patrick To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: 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: Fri, 28 Oct 2005 23:00:39 -0000 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_se= ssion 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