From owner-freebsd-questions@FreeBSD.ORG Fri Apr 4 12:44:45 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2198C37B401 for ; Fri, 4 Apr 2003 12:44:45 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id F15D543F75 for ; Fri, 4 Apr 2003 12:44:43 -0800 (PST) (envelope-from mwm-dated-1049921082.d8b4d5@mired.org) Received: (qmail 60670 invoked from network); 4 Apr 2003 20:44:43 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 4 Apr 2003 20:44:43 -0000 Received: by guru.mired.org (tmda-inject, from uid 100); Fri, 04 Apr 2003 14:44:41 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16013.61113.254864.71086@guru.mired.org> Date: Fri, 4 Apr 2003 14:44:41 -0600 To: Matthew Smith In-Reply-To: <3E8DED85.50801@forsetti.com> References: <1049487511.1528.25.camel@localhost.localdomain> <3E8DED85.50801@forsetti.com> X-Mailer: VM 7.07 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`; h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.73 (Jet Pilot) cc: freebsd-questions@freebsd.org Subject: Re: Daily Run Output error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2003 20:44:45 -0000 In <3E8DED85.50801@forsetti.com>, Matthew Smith typed: > Jon Reynolds wrote: > > I am getting this error in my daily run output: > > Mail in local queue: > > mailq: execing /usr/libexec/sendmail/sendmail: No such file or directory > > I have qmail installed and have done the 'make disable-sendmail' and the > > 'make enable-qmail' on the machine and it is working fine as a mail > > server. Anyone seen this before and have a fix for it? > I think you will want to look at /etc/mail/mailer.conf In particular, you want a line like: mailq /var/qmail/bin/qmail-qread Alternatively, you can add daily_status_mailq_enable="NO" to /etc/periodic.conf. You probably want to add daily_status_mail_rejects_enable="NO" to /etc/periodic.conf in either case. http://www.mired.org/consulting.html Independent Network/Unix/Perforce consultant, email for more information.