From owner-freebsd-questions Wed Apr 25 20:40:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.solidcomputing.com (ct515603-a.lafayt1.in.home.com [24.22.253.54]) by hub.freebsd.org (Postfix) with ESMTP id 82A7037B423 for ; Wed, 25 Apr 2001 20:40:11 -0700 (PDT) (envelope-from rlucas@solidcomputing.com) Received: from localhost (rlucas@localhost) by mail.solidcomputing.com (8.11.3/8.11.3) with ESMTP id f3Q3frk33784; Wed, 25 Apr 2001 22:41:54 -0500 (EST) (envelope-from rlucas@solidcomputing.com) Date: Wed, 25 Apr 2001 22:41:53 -0500 (EST) From: Richard Lucas To: Erwin Lansing Cc: Subject: Re: pop3 modules? In-Reply-To: <20010425105454.A43601@mail.droso.net> Message-ID: <20010425223910.S33531-100000@mail.solidcomputing.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 25 Apr 2001, Erwin Lansing wrote: > On Wed, Apr 25, 2001 at 03:03:42AM -0500, Richard Lucas wrote: > > After upgrading to 4.3R I'm seeing this line in the maillog when someone > > checks their mail. > > > > ipop3d[27453]: no modules loaded for `pop3' service > > or > > imapd[27857]: no modules loaded for `imap' service > > > > Everything does work ok though and the mail retrieves fine but what do the > > above lines mean? > > > possibly because of changes in the imap-wu port (I'm still running 4.2R > but opgraded those packages) and it's PAM-support. > > changing the lines in pam.conf on pop3 and imap to the following should > fix it: > > imap auth required pam_unix.so > imap account required pam_unix.so try_first_pass > imap session required pam_deny.so > pop3 auth required pam_unix.so > pop3 account required pam_unix.so try_first_pass > pop3 session required pam_deny.so > I did this and now I'm getting the following: ipop3d[33760]: unable to resolve symbol: pam_sm_open_session ipop3d[33760]: unable to resolve symbol: pam_sm_close_session -Richard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message