From owner-freebsd-questions@FreeBSD.ORG Mon Mar 14 07:53:59 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 D6D9816A4CE for ; Mon, 14 Mar 2005 07:53:59 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78EA843D4C for ; Mon, 14 Mar 2005 07:53:59 +0000 (GMT) (envelope-from bsdmail@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so1351736wri for ; Sun, 13 Mar 2005 23:53:59 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=F2HxeASnnOpirgqOBQ4+WCrOzs+lzh+OF/sT5hApdKSEt3n8kGhgb/bDp3uXzlFfluVg/sLSOHnWR70unSLAWYkxXYGkCtVtJNFlxJp6svx6z2vZQeqdw2aLkWdu0XlyjPTk2gQwdXlFPtYz5iSnu++jRGjAtWEgWgTkdG/DV5o= Received: by 10.54.82.19 with SMTP id f19mr677769wrb; Sun, 13 Mar 2005 23:53:59 -0800 (PST) Received: by 10.54.56.37 with HTTP; Sun, 13 Mar 2005 23:53:59 -0800 (PST) Message-ID: <8be663db05031323535ff0f3b9@mail.gmail.com> Date: Sun, 13 Mar 2005 23:53:59 -0800 From: BSD Mail To: FreeBSD-questions@freebsd.org In-Reply-To: <8be663db05031323524c5d7751@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <8be663db05031323524c5d7751@mail.gmail.com> Subject: Postfix Chroot. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: BSD Mail List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2005 07:53:59 -0000 Greetings, I recently installed Postfix under FreeBSD 5_3 It's running fine without any problem. I followed the steps in the documentation on how to chroot postfix under FreeBSD. My sockstat(1) shows this though: root master 666 11 tcp4 127.0.0.1:25 *:* root master 666 12 tcp4 10.0.1.4:25 *:* Everything running under a different group except "master" it is still running as root. How can I fix that ? Also I need a way to verify that Postfix is actually running chrooted. I know I edited the master file and chroot "y" everything except: proxymap, local and virtual according to the docs they can't be chrooted. Any tips will be helpful. Otherwise I will be forced to configure a jail and run Postfix under it. -- Regards,