Date: Thu, 27 Jul 2000 13:44:29 -0600 (MDT) From: "Forrest W. Christian" <forrestc@imach.com> To: pab <pab@purplecat.net> Cc: freebsd-isp@FreeBSD.ORG Subject: Re: sendmail question (sorry if this is the wrong list) Message-ID: <Pine.BSF.4.21.0007271343010.16856-100000@workhorse.iMach.com> In-Reply-To: <000501bff806$5735d060$c901a8c0@private>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0007271343010.16856-100000>