From owner-freebsd-questions Wed Apr 25 1:54:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.droso.net (koala.droso.net [193.162.142.122]) by hub.freebsd.org (Postfix) with ESMTP id 639C237B423 for ; Wed, 25 Apr 2001 01:54:56 -0700 (PDT) (envelope-from erwin@droso.net) Received: by mail.droso.net (Postfix, from userid 1001) id 7EA381683F; Wed, 25 Apr 2001 10:54:54 +0200 (CEST) Date: Wed, 25 Apr 2001 10:54:54 +0200 From: Erwin Lansing To: questions@freebsd.org Subject: Re: pop3 modules? Message-ID: <20010425105454.A43601@mail.droso.net> References: <20010425025612.W27521-100000@mail.solidcomputing.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010425025612.W27521-100000@mail.solidcomputing.com>; from rlucas@solidcomputing.com on Wed, Apr 25, 2001 at 03:03:42AM -0500 X-Operating-System: FreeBSD/i386 4.2-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 /erwin -- Erwin Lansing -- www.droso.org "Computers are useless. They only give you answers" -- Pablo Picasso To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message