From owner-freebsd-hackers@FreeBSD.ORG Sun Aug 27 05:30:57 2006 Return-Path: X-Original-To: freebsd-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 500CD16A4DF for ; Sun, 27 Aug 2006 05:30:57 +0000 (UTC) (envelope-from dking@ketralnis.com) Received: from ketralnis.com (melchoir.ketralnis.com [68.183.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id E85BE43D53 for ; Sun, 27 Aug 2006 05:30:56 +0000 (GMT) (envelope-from dking@ketralnis.com) Received: from [10.0.1.239] (ayla.wifi.int.ketralnis.com [10.0.1.239]) (authenticated bits=0) by ketralnis.com (8.13.6/8.13.6) with ESMTP id k7R5UtCx095079 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO) for ; Sat, 26 Aug 2006 22:30:56 -0700 (PDT) (envelope-from dking@ketralnis.com) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <200608262014.06175.soralx@cydem.org> References: <44F0E38F.5030809@erdgeist.org> <200608262014.06175.soralx@cydem.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <18E5D4DD-4B7B-4ED4-A9BB-5908F93B6D20@ketralnis.com> Content-Transfer-Encoding: 7bit From: David King Date: Sat, 26 Aug 2006 22:30:52 -0700 To: freebsd-hackers@freebsd.org X-Mailer: Apple Mail (2.752.2) 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 05:30:57 -0000 >> 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 > [...] >> cron tries to deliver its status mails and fails. > try 'MAILTO=""' in /etc/crontab That will work for any custom Cron just that you've set, but it won't work for the default periodic jobs, since periodic(1) handles its own mailing