From owner-freebsd-questions@FreeBSD.ORG Thu Oct 15 13:56:25 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58B35106566B for ; Thu, 15 Oct 2009 13:56:25 +0000 (UTC) (envelope-from gandalf@shopzeus.com) Received: from viefep12-int.chello.at (viefep12-int.chello.at [62.179.121.32]) by mx1.freebsd.org (Postfix) with ESMTP id 98B658FC1D for ; Thu, 15 Oct 2009 13:56:24 +0000 (UTC) Received: from edge01.upc.biz ([192.168.13.236]) by viefep19-int.chello.at (InterMail vM.7.09.01.00 201-2219-108-20080618) with ESMTP id <20091015134013.ZBNK19940.viefep19-int.chello.at@edge01.upc.biz> for ; Thu, 15 Oct 2009 15:40:13 +0200 Received: from [192.168.1.105] ([80.99.119.222]) by edge01.upc.biz with edge id t1gB1c05M4nzUNg011gCnW; Thu, 15 Oct 2009 15:40:13 +0200 X-SourceIP: 80.99.119.222 Message-ID: <4AD7030F.4000902@shopzeus.com> Date: Thu, 15 Oct 2009 15:40:07 +0430 From: Laszlo Nagy User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 7.0 stable + postfix - how to setup chroot? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Oct 2009 13:56:25 -0000 What I already did: syslogd_flags="-s -l /var/spool/postfix/var/run/log" # put into /etc/rc.conf Then I changed "n" to "y" for all lines in /usr/local/etc/postfix/master.cf in the "chroot" column. But I don't know how to create chrooted environment under /var/spool/postfix. Is there a command that can create it for me? Or is there a manual telling what files I need to copy from my root fs? Thanks, Laszlo