From owner-freebsd-isp Thu Jul 27 13:42: 4 2000 Delivered-To: freebsd-isp@freebsd.org Received: from workhorse.iMach.com (workhorse.iMach.com [206.127.77.89]) by hub.freebsd.org (Postfix) with ESMTP id E3FA437B86A for ; Thu, 27 Jul 2000 13:42:00 -0700 (PDT) (envelope-from forrestc@imach.com) Received: from localhost (forrestc@localhost) by workhorse.iMach.com (8.9.3/8.9.3) with ESMTP id NAA16865; Thu, 27 Jul 2000 13:44:32 -0600 (MDT) Date: Thu, 27 Jul 2000 13:44:29 -0600 (MDT) From: "Forrest W. Christian" To: pab Cc: freebsd-isp@FreeBSD.ORG Subject: Re: sendmail question (sorry if this is the wrong list) In-Reply-To: <000501bff806$5735d060$c901a8c0@private> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 27 Jul 2000, pab wrote: > Is it possible to move the location of /var/mail without too much difficulty > to another partition that I have plenty of space on? (shut down sendmail, pop servers etc). mv /var/mail/* /new/location (Or use another method if this doesn't preserve permissions - test with a couple files). rmdir /var/mail ln -s /new/locatation /var/mail - Forrest W. Christian (forrestc@imach.com) AC7DE ---------------------------------------------------------------------- iMach, Ltd., P.O. Box 5749, Helena, MT 59604 http://www.imach.com Solutions for your high-tech problems. (406)-442-6648 ---------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message