Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jul 2000 13:45:05 -0600 (MDT)
From:      "Forrest W. Christian" <forrestc@imach.com>
To:        Dan Peterson <danp@erinyes.net>
Cc:        pab <pab@purplecat.net>, freebsd-isp@FreeBSD.ORG
Subject:   Re: sendmail question (sorry if this is the wrong list)
Message-ID:  <Pine.BSF.4.21.0007271344520.16856-100000@workhorse.iMach.com>
In-Reply-To: <20000727131519.A60457@erinyes.net>

next in thread | previous in thread | raw e-mail | index | archive | help

This is even better than moving the files separately...


On Thu, 27 Jul 2000, Dan Peterson wrote:

> Date: Thu, 27 Jul 2000 13:15:19 -0700
> From: Dan Peterson <danp@erinyes.net>
> To: pab <pab@purplecat.net>
> Cc: freebsd-isp@FreeBSD.ORG
> Subject: Re: sendmail question (sorry if this is the wrong list)
> 
> On Thu, Jul 27, 2000 at 04:07:49PM -0400, 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?
> 
> it shouldn't be a problem to stop sendmail, mv /var/mail to where you want
> it to live, and then link /var/mail's new location to /var/mail. example:
> 
> say you want /var/mail to live in /usr as /usr/mail.
> 
> make sure /usr/mail doesn't already exist
> stop sendmail
> mv /var/mail /usr/mail
> ln -s /usr/mail /var/mail
> start sendmail
> 
> should work fine!
> -dan
> 
> -- 
> Dan Peterson / danp@erinyes.net / 415.505.4855
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-isp" in the body of the message
> 

- 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0007271344520.16856-100000>