From owner-freebsd-ports@FreeBSD.ORG Thu Jun 9 22:12:17 2005 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82C8C16A422; Thu, 9 Jun 2005 22:12:17 +0000 (GMT) (envelope-from eculp@bafirst.com) Received: from 72-12-2-214.wan.networktel.net (72-12-2-214.wan.networktel.net [72.12.2.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5F8D43D49; Thu, 9 Jun 2005 22:12:16 +0000 (GMT) (envelope-from eculp@bafirst.com) Received: from localhost (localhost [127.0.0.1]) (uid 80) by 72-12-2-214.wan.networktel.net with local; Thu, 09 Jun 2005 17:12:15 -0500 id 00095A98.42A8BEBF.00000868 Received: from dsl-201-138-84-201.prod-infinitum.com.mx (dsl-201-138-84-201.prod-infinitum.com.mx [201.138.84.201]) by mail.bafirst.com (Horde MIME library) with HTTP; Thu, 09 Jun 2005 17:12:15 -0500 Message-ID: <20050609171215.pksdg58sg4k8k8cs@mail.bafirst.com> Date: Thu, 09 Jun 2005 17:12:15 -0500 From: eculp@bafirst.com To: Clint Olsen References: <20050609182157.GA61036@0lsen.net> <20050609202455.154f3f0e.oliver@FreeBSD.org> <42A88BB0.3060403@0lsen.net> In-Reply-To: <42A88BB0.3060403@0lsen.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.1-cvs Cc: ports@freebsd.org, Oliver Lehmann Subject: Re: Courier-imap upgrade headaches X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jun 2005 22:12:18 -0000 Quoting Clint Olsen : > Oliver Lehmann wrote: >> did you compiled courier-imap with FAM enabled? /var/db/ports/courier- >> imap/options will tell you > > Oops, I misread the options file. It turns out WITHOUT_FAM was set to true. > You could always stick something like the following in one of your rc. files /usr/local/bin/fam -T 0 & I was using that when I compiled the courier suite manually. ed