From owner-freebsd-questions@freebsd.org Fri Feb 16 17:13:19 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3463DF00F9A for ; Fri, 16 Feb 2018 17:13:19 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from inet08.hamilton.harte-lyne.ca (inet08.hamilton.harte-lyne.ca [216.185.71.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "inet08.hamilton.harte-lyne.ca", Issuer "CA_HLL_ISSUER_2016" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C9E93868AA for ; Fri, 16 Feb 2018 17:13:18 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from localhost (localhost [127.0.0.1]) by inet08.hamilton.harte-lyne.ca (Postfix) with ESMTP id 949EB62509 for ; Fri, 16 Feb 2018 12:13:17 -0500 (EST) X-Virus-Scanned: amavisd-new at harte-lyne.ca Received: from inet08.hamilton.harte-lyne.ca ([127.0.0.1]) by localhost (inet08.hamilton.harte-lyne.ca [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id au4DiC6lOeRc for ; Fri, 16 Feb 2018 12:13:16 -0500 (EST) Received: from inet07.hamilton.harte-lyne.ca (inet07.hamilton.harte-lyne.ca [216.185.71.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "imap.hamilton.harte-lyne.ca", Issuer "CA HLL ISSUER 01" (not verified)) by inet08.hamilton.harte-lyne.ca (Postfix) with ESMTPS for ; Fri, 16 Feb 2018 12:13:16 -0500 (EST) Received: from inet08.hamilton.harte-lyne.ca (inet08.hamilton.harte-lyne.ca [216.185.71.28]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "inet08.hamilton.harte-lyne.ca", Issuer "CA_HLL_ISSUER_2016" (verified OK)) by inet07.hamilton.harte-lyne.ca (Postfix) with ESMTPS id C9C5C8A4AA; Fri, 16 Feb 2018 12:13:15 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by inet08.hamilton.harte-lyne.ca (Postfix) with ESMTP id A153562509; Fri, 16 Feb 2018 12:13:15 -0500 (EST) X-Virus-Scanned: amavisd-new at harte-lyne.ca Received: from inet08.hamilton.harte-lyne.ca ([127.0.0.1]) by localhost (inet08.hamilton.harte-lyne.ca [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id r3_O0T7od6bW; Fri, 16 Feb 2018 12:13:13 -0500 (EST) X-Greylist: delayed 411 seconds by postgrey-1.34 at inet08.hamilton.harte-lyne.ca; Fri, 16 Feb 2018 12:13:13 EST Received: from mx1.enfer-du-nord.net (mx1.enfer-du-nord.net [91.121.41.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by inet08.hamilton.harte-lyne.ca (Postfix) with ESMTPS; Fri, 16 Feb 2018 12:13:13 -0500 (EST) Received: from [IPv6:2003:e9:7f01:d701:9597:eb60:c6e0:1885] (p200300E97F01D7019597EB60C6E01885.dip0.t-ipconnect.de [IPv6:2003:e9:7f01:d701:9597:eb60:c6e0:1885]) by mx1.enfer-du-nord.net (Postfix) with ESMTPSA id 3zjfgC2PNdz5ZB; Fri, 16 Feb 2018 18:06:15 +0100 (CET) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.99.3 at mail.enfer-du-nord.net Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 11.2 \(3445.5.20\)) Subject: Re: Administrative email from FreeBSD jails From: Michael Grimm X-Priority: 3 (Normal) In-Reply-To: <0e77f110b4b3072a9328ea014cfc0284.squirrel@webmail.harte-lyne.ca> Date: Fri, 16 Feb 2018 18:06:13 +0100 Cc: freebsd-questions@harte-lyne.ca, owner-freebsd-questions@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <0e77f110b4b3072a9328ea014cfc0284.squirrel@webmail.harte-lyne.ca> To: byrnejb@harte-lyne.ca X-Mailer: Apple Mail (2.3445.5.20) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Feb 2018 17:13:19 -0000 James B. Byrne via freebsd-questions = wrote: > Is the any simpler software package that can forward all application > and system generated email from a jail to an external hub? >=20 > How do other people handle this requirement in their jails? I did substitute sendmail by DragonFly Mail Agent in mail/dma some time = ago. It runs at the host and in all those jails not running postfix. = Easy setup [1], fine replacement of sendmail. [1] in my case it's a two line config (your milage my vary) with = 10.1.2.3 running my postfix MTA: # Your smarthost (also called relayhost). SMARTHOST 10.1.2.3 # The internet hostname dma uses to identify the host. MAILNAME kaan-bock.net Regards, Michael