From owner-freebsd-questions@FreeBSD.ORG Tue Sep 26 14:40:46 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 3C59B16A403 for ; Tue, 26 Sep 2006 14:40:46 +0000 (UTC) (envelope-from don.munyak@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90D7743D58 for ; Tue, 26 Sep 2006 14:40:45 +0000 (GMT) (envelope-from don.munyak@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so2255956wxd for ; Tue, 26 Sep 2006 07:40:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Y1QDY218irc6FRIQOWM45rSCU/l06pnMXb0Jk3/FpnqzgIKy4xJipQduufP/Y09OgR4AehUG7w2dY4eOKzuWZDiVgLVec1YFbTlElUNMhabZJ2knHt1PDRbX3YX5ZgvCifWT8zKUcMgjEuYBL+HbI4+j1QlqD/jGPw7m4KcEI3M= Received: by 10.90.93.6 with SMTP id q6mr1197502agb; Tue, 26 Sep 2006 07:40:45 -0700 (PDT) Received: by 10.90.106.10 with HTTP; Tue, 26 Sep 2006 07:40:44 -0700 (PDT) Message-ID: <6207f7d90609260740i8bd9b9oac15f6b06cd3a339@mail.gmail.com> Date: Tue, 26 Sep 2006 10:40:45 -0400 From: "Don Munyak" To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: ezjails, jails 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: Tue, 26 Sep 2006 14:40:46 -0000 re: ezjails, jails Hopefully a quick question. I am researching using EZJails from http://erdgeist.org/arts/software/ezjail/ But a little confused by the jail concept. I think I need to setup two jails, one(1) for email services and one(1) for www services, on a single server. q. If I am running a webserver for more than one(1) domain, should I be using a single jail for each domain, or is one jail needed for 'ALL' www processing ? q. If I am using a jail for each domain, does this imply loading apache+php+mysql, for each www jail ? q. Likewise with email and multiple domains, does multiple domains = multiple email jails, as well as multiple copies of smtp, pop3, webmail ?? q. Email and WWW services both require MySQL. Would I be installing MySQL 'x' number of times? What I want to do is he following: We are a small company, so email traffic is minial..ie. less than 500 messages per day. Likewise, www traffic is also minimal. I want to build a single server to be located at a co-location facility. This server would support both email and www services. The email services would be built using instructions from http://www.tnpi.biz/internet/mail/toaster.shtml ...that being stuff like qmail, RBL, spamassassin, clamav...etc We have 5 separate domains for email services The www services would be functionally similiar to LAMP We have 5 separate domains for www I would greatly appreciate any links or advice towards achiving my goals. Thanks