Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jan 2004 20:00:47 +1100
From:      Peter Jeremy <PeterJeremy@optushome.com.au>
To:        freebsd-current@freebsd.org
Subject:   Re: MFS question - FreeBSD 5.2-CURRENT
Message-ID:  <20040122090046.GH908@cirb503493.alcatel.com.au>
In-Reply-To: <BAY1-F54t2zSdwlDgQn0004126c@hotmail.com>
References:  <BAY1-F54t2zSdwlDgQn0004126c@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jan 21, 2004 at 10:53:25AM +0000, Rob MacGregor wrote:
>I'm trying to use a RAM disk for running some software's temporary spool 
>(MIMEDefang) out of.  The aim is to boost the performance by removing the 
>need for disk writes for temporary files.

Note that softupdates will not perform any physical writes for short-
lived (say less than 30 seconds) files.

>Is there any way to achieve this?  Because it defaults to 1777 for the 
>permissions Sendmail is complaining (rightly) on startup about a world 
>writable directory.

All I can suggest is patching rc.d/sendmail to fix the permissions before
starting sendmail.  If you don't want to patch this script, you could
create another rc.d script that has something like "REQUIRE: mountall"
and "BEFORE: sendmail".

> Please DO NOT send me ANY email directly unless it's a privacy issue.
>      Reply-to mangled to assist those who don't read the above.

If you want responses sent to the mailing list, you should set the
Reply-To header to point to the mailing list rather than a random
address.

Peter



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040122090046.GH908>