From owner-freebsd-hackers@FreeBSD.ORG Sun Aug 27 19:25:01 2006 Return-Path: X-Original-To: hackers@freebsd.org Delivered-To: freebsd-hackers@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B587116A4DF for ; Sun, 27 Aug 2006 19:25:01 +0000 (UTC) (envelope-from simon@zaphod.nitro.dk) Received: from mx.nitro.dk (zarniwoop.nitro.dk [83.92.207.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3F5643D4C for ; Sun, 27 Aug 2006 19:25:00 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: from zaphod.nitro.dk (unknown [192.168.3.39]) by mx.nitro.dk (Postfix) with ESMTP id 7C5A832E420; Sun, 27 Aug 2006 19:24:59 +0000 (UTC) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 4151911437; Sun, 27 Aug 2006 21:24:59 +0200 (CEST) Date: Sun, 27 Aug 2006 21:24:58 +0200 From: "Simon L. Nielsen" To: Dirk Engling Message-ID: <20060827192457.GE1149@zaphod.nitro.dk> References: <44F0E38F.5030809@erdgeist.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44F0E38F.5030809@erdgeist.org> User-Agent: Mutt/1.5.11 Cc: hackers@freebsd.org Subject: Re: jails, cron and sendmail X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Aug 2006 19:25:01 -0000 On 2006.08.27 02:13:03 +0200, Dirk Engling wrote: > I have the following problem: since I need and do not like any kind of > smtp activity in my jails (there's no 127.0.0.1 in a jail, all services > listen to the jails external interface), I put those lines into my > /etc/rc.conf: [...] I know it's not exactly the solution to your problem, when you don't want the mail, but I find that using the mail/ssmtp port for local mail in jails is pretty nice. There is no deamon running and I can have one config file in all the jails which says that ssmtp should relay the mails to a real mailserver. (Might be useful for other people building jails.) -- Simon L. Nielsen