From owner-freebsd-questions@FreeBSD.ORG Wed Sep 26 21:49:54 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4620A16A468 for ; Wed, 26 Sep 2007 21:49:54 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id 109FB13C481 for ; Wed, 26 Sep 2007 21:49:53 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from slider.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id D9D3E8216 for ; Wed, 26 Sep 2007 16:49:30 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by slider.shadypond.com (postoffice) with ESMTP id 3BFFEB65A9 for ; Wed, 26 Sep 2007 20:49:28 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Wed, 26 Sep 2007 20:49:25 +0000 References: <46F974FC.4010500@ourweb.net> <20070926083614.C31435@asterix.home.rakhesh.com> <46FAA351.8020303@ourweb.net> In-Reply-To: <46FAA351.8020303@ourweb.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709262049.26269.lists-fbsd@shadypond.com> Subject: Re: courier-imap 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: Wed, 26 Sep 2007 21:49:54 -0000 On Wednesday 26 September 2007 18:22:09 Bill Banks wrote: > When I try to login , in my maillog it saids no such file. How do I tell > it to use /etc/passwd > Which file is missing? I recently installed Courier-Imap on FreeBSD and some file was missing but I don't recall which one. Make sure /usr/local/etc/authlib/authdaemonrc has a line that looks like this authmodulelist="authuserdb authpam authmysql" You should have at least authuserdb and authpam listed. Also do 'touch /usr/local/etc/courier-imap/shared/index' because Courier will complain if the file is missing, though it will still work. I have to do that in Debian as well because the "index" file is missing.