From owner-freebsd-questions@FreeBSD.ORG Fri Feb 11 20:13:42 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 899E516A4CE for ; Fri, 11 Feb 2005 20:13:42 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6C8F43D41 for ; Fri, 11 Feb 2005 20:13:41 +0000 (GMT) (envelope-from cmorland@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so1535617wri for ; Fri, 11 Feb 2005 12:13:39 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=lL5ylGGf41bLW+JwqMNEtLEdFXbMvZFSy9c1Hkf38msYul6GrhTrzVafWd44pvdlayuTXPrNjKRHuOTGc2rA2A3nqX7b84jAet+EZOxuhiBuslZ8JTfPAzbsjBEQIUaWmxKEFPBfZtxg4+NG8KQ5AbmkV9seG2Eurf7jZDREeEE= Received: by 10.54.44.50 with SMTP id r50mr29456wrr; Fri, 11 Feb 2005 12:13:38 -0800 (PST) Received: by 10.54.28.49 with HTTP; Fri, 11 Feb 2005 12:13:38 -0800 (PST) Message-ID: <8ca932905021112136ad00369@mail.gmail.com> Date: Fri, 11 Feb 2005 15:13:38 -0500 From: Chad Morland To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: /tmp on same partition as / X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Chad Morland List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2005 20:13:42 -0000 I'm setting up a mail server at the momment, one of the things that I forgot to do was create /tmp as a separate partiton (/ = 2gb). There will be no user logins to the machine aside from admins and the only thing that it will run is qmail acting as a smarthost (vanilla qmail, no amavis or anything of the sort.) In your opinion is having /tmp on the same partition as / really THAT bad in this case? I'm just wondering cause some people have mentioned that its a major security risk. Really, I don't think it is for what this box is doing. -CM