From owner-freebsd-questions Fri Sep 5 07:21:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA11240 for questions-outgoing; Fri, 5 Sep 1997 07:21:19 -0700 (PDT) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA11228 for ; Fri, 5 Sep 1997 07:21:12 -0700 (PDT) Received: (from nadav@localhost) by gatekeeper.barcode.co.il (8.8.5/8.6.12) id RAA10451; Fri, 5 Sep 1997 17:22:20 +0300 (IDT) Date: Fri, 5 Sep 1997 17:22:20 +0300 (IDT) From: Nadav Eiron To: pcoyne@br-inc.com cc: freebsd-questions@FreeBSD.ORG Subject: Re: sendmail -- no control file on daily reports. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 5 Sep 1997 pcoyne@br-inc.com wrote: > Any suggestions about how to fix the following error? > > > Mail Queue (1 request) > --Q-ID-- --Size-- -----Q-Time----- ------------Sender/Recipient------------ > CAA15499* (no control file) > > Paul Coyne > pcoyne@br-inc.com > This seems to be discussed here from time to time. There's nothing to fix here. /etc/daily gets run with its output redirected into mail to be mailed to you. Since daily always queries the mail queue while there is a message being prepared to be sent you're always hitting this usually transient condition (which you may also notice during normal operation, if you're lucky). Nadav