From owner-freebsd-hackers@freebsd.org Tue Nov 17 00:07:41 2015 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AFD9A30FBB for ; Tue, 17 Nov 2015 00:07:41 +0000 (UTC) (envelope-from erdgeist@erdgeist.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 473E618E6 for ; Tue, 17 Nov 2015 00:07:41 +0000 (UTC) (envelope-from erdgeist@erdgeist.org) Received: by mailman.ysv.freebsd.org (Postfix) id 425DDA30FBA; Tue, 17 Nov 2015 00:07:41 +0000 (UTC) Delivered-To: hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41F74A30FB9 for ; Tue, 17 Nov 2015 00:07:41 +0000 (UTC) (envelope-from erdgeist@erdgeist.org) Received: from elektropost.org (elektropost.org [217.115.13.198]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8878718E5 for ; Tue, 17 Nov 2015 00:07:40 +0000 (UTC) (envelope-from erdgeist@erdgeist.org) Received: (qmail 17961 invoked from network); 17 Nov 2015 00:07:30 -0000 Received: from elektropost.org (HELO elektropost.org) (erdgeist@erdgeist.org) by elektropost.org with ESMTPS (DHE-RSA-AES128-SHA encrypted); 17 Nov 2015 00:07:30 -0000 Subject: Re: Getting rid of 2*Njail sendmail processes To: Poul-Henning Kamp , hackers@freebsd.org References: <49034.1447711970@critter.freebsd.dk> From: Dirk Engling Message-ID: <564A6FC1.8030102@erdgeist.org> Date: Tue, 17 Nov 2015 01:07:29 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <49034.1447711970@critter.freebsd.dk> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2015 00:07:41 -0000 On 16.11.15 23:12, Poul-Henning Kamp wrote: > It has always bothered me to no end, to have to run two sendmail > processes in jails, just to be able to get the cron emails. I usually disable sendmail alltogether and put daily_output="/var/log/daily.log" weekly_output="/var/log/weekly.log" monthly_output="/var/log/monthly.log" daily_status_security_output="/var/log/daily_status_security.log" into my periodic.conf. This is where I think it should've gone in the first place unless you're very sure you want some smtp daemon running in your jails. erdgeist