Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Apr 2001 22:41:53 -0500 (EST)
From:      Richard Lucas <rlucas@solidcomputing.com>
To:        Erwin Lansing <erwin@lansing.dk>
Cc:        <questions@FreeBSD.ORG>
Subject:   Re: pop3 modules?
Message-ID:  <20010425223910.S33531-100000@mail.solidcomputing.com>
In-Reply-To: <20010425105454.A43601@mail.droso.net>

next in thread | previous in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010425223910.S33531-100000>