Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.mel.connect.com.au!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!arclight.uoregon.edu!enews.sgi.com!news.sgi.com!news1.best.com!nntp1.best.com!usenet From: dillon@flea.best.net (Matt Dillon) Newsgroups: comp.mail.sendmail,comp.mail.smail,comp.unix.bsd.freebsd.misc Subject: Re: Sendmail vs. Smail... Date: 15 Dec 1996 00:30:50 GMT Organization: BEST Internet Communications, Inc. Lines: 21 Message-ID: <58vgrq$36j@nntp1.best.com> References: <57tf61$gq7@raven.eva.net> <58j08h$1mn@nntp1.best.com> <58k95h$s3b@crystal.WonderWorks.COM> <p4uiv65277r.fsf@leidecker.gsfc.nasa.gov> NNTP-Posting-Host: flea.best.net Xref: euryale.cc.adfa.oz.au comp.mail.sendmail:35195 comp.mail.smail:2711 comp.unix.bsd.freebsd.misc:32613 :In article <p4uiv65277r.fsf@leidecker.gsfc.nasa.gov>, :Kenneth Stailey <kstailey@leidecker.gsfc.nasa.gov> wrote: :>Matt > NEVER, NEVER mount /var/spool/mqueue as it's own partition... :>Matt > you not only can't rename it, you can't clear the blocks :>Matt > allocated to the directory either! :> :>Kyle> But a separate partition is a win if your system crashes. All :>Kyle> these strange files appear in lost+found. It's much easier to :>Kyle> write a program to relink the files into the right directories :>Kyle> when you know that all of them are related to the mail system. :> :>You could have it both ways if the queue area was on a separate fs but :>in a subdirectory on that fs. Yes, exactly. On most systems, /var/spool is used mostly by mail, and not used much by anything else. Therefore mounting /var/spool as a separate partition is usually an excellent solution to the problem, with mqueue as a subdirectory. -Matt