From owner-freebsd-questions@FreeBSD.ORG Mon Jun 20 22:33:44 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 C292616A41C for ; Mon, 20 Jun 2005 22:33:44 +0000 (GMT) (envelope-from chowse@charter.net) Received: from mxsf24.cluster1.charter.net (mxsf24.cluster1.charter.net [209.225.28.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8458E43D4C for ; Mon, 20 Jun 2005 22:33:44 +0000 (GMT) (envelope-from chowse@charter.net) Received: from mxip03a.cluster1.charter.net (mxip03a.cluster1.charter.net [209.225.28.133]) by mxsf24.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id j5KMXfmU012238 for ; Mon, 20 Jun 2005 18:33:42 -0400 Received: from unknown (HELO [192.168.254.3]) (24.176.115.34) by mxip03a.cluster1.charter.net with ESMTP; 20 Jun 2005 18:33:42 -0400 X-IronPort-AV: i="3.93,216,1115006400"; d="scan'208"; a="1033160256:sNHT523314820" Mime-Version: 1.0 (Apple Message framework v730) In-Reply-To: <42B741AE.80806@scls.lib.wi.us> References: <42B741AE.80806@scls.lib.wi.us> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Charles Howse Date: Mon, 20 Jun 2005 17:33:41 -0500 To: FreeBSD Questions X-Mailer: Apple Mail (2.730) Subject: Re: qpopper error 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: Mon, 20 Jun 2005 22:33:44 -0000 On Jun 20, 2005, at 5:22 PM, Greg Barniskis wrote: > Charles Howse wrote: > >> Hi, >> In my research before posting this question, I saw this same >> question in numerous places, but I never saw a resolution! >> I have qpopper 4.0.5 running from inetd on FBSD 4.11. >> I start it thus: /usr/local/libexec/qpopper >> When I connect from my Mac to check my mail, I see the following >> in / var/log/messages: >> Jun 19 19:45:18 moe qpopper[199]: charles at 192.168.254.3 >> (192.168.254.3): -ERR >> [SYS/TMP] POP authentication DB not abailable (user charles): No >> such file or directory (2) >> Anyone have any ideas what's wrong? >> > > I could be mistaken, but it looks like maybe it's looking for a > separate POP user authentication database separate from /etc/ > passwd. I know that we do this to support APOP logins. > > Do you have /usr/local/etc/qpopper/pop.auth.db ? > > You may need to initialize it and then add your username to it. > > man qpopauth > That took care of it! Thanks, Glenn! Thanks, Charles