From owner-freebsd-questions@FreeBSD.ORG Mon Sep 29 11:41:35 2003 Return-Path: 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 46E9616A4C0 for ; Mon, 29 Sep 2003 11:41:35 -0700 (PDT) Received: from pursued-with.net (adsl-66-125-9-242.dsl.sndg02.pacbell.net [66.125.9.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1035743F3F for ; Mon, 29 Sep 2003 11:41:34 -0700 (PDT) (envelope-from Kevin_Stevens@pursued-with.net) Received: from mailhost (mailhost [192.168.168.42]) by pursued-with.net (8.12.9/8.12.9) with ESMTP id h8TIfcYT001441; Mon, 29 Sep 2003 11:41:38 -0700 (PDT) Date: Mon, 29 Sep 2003 11:41:38 -0700 (PDT) From: Kevin Stevens To: freebsd@ryansandridge.com In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: Configuring imap-uw difficulties X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kevin_Stevens@pursued-with.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2003 18:41:35 -0000 On Mon, 29 Sep 2003, Ryan Sandridge wrote: > > You should try the following: > > > > cd /usr/ports/mail/imap-uw > > make clean > > make deinstall > > make patch > > [ ...change the env_unix.c file under the work subdir... ] > > make > > make install > > > > Thanks for the lightening fast response. This compiled as expected, > although my source change did not appear to take effect. After > changing the mailsubdir from NIL to "mail", I'm still dumped in my home > directory, not mail subdirectory. This is probably an issue I should > take up with the imap-uw mailing list. You need to do the same cleaning on the cclient port as well (it's a dependency and gets pulled in when you do uw-imapd). Then make your env_unix.c change. BTDT just last month making the exact change you are contemplating and got it to work. KeS