From owner-freebsd-questions@FreeBSD.ORG Sat Jan 22 17:56:53 2005 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 E71F516A4CE; Sat, 22 Jan 2005 17:56:53 +0000 (GMT) Received: from www.wcborstel.nl (wcborstel.demon.nl [82.161.134.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A11043D2F; Sat, 22 Jan 2005 17:56:53 +0000 (GMT) (envelope-from jorn@wcborstel.nl) Received: from localhost (localhost [127.0.0.1]) by www.wcborstel.nl (Postfix) with ESMTP id 31055429F; Sat, 22 Jan 2005 18:58:33 +0100 (CET) Received: from www.wcborstel.nl ([127.0.0.1]) by localhost (www.wcborstel.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26786-08; Sat, 22 Jan 2005 18:58:29 +0100 (CET) Received: from www.wcborstel.nl (localhost [127.0.0.1]) by www.wcborstel.nl (Postfix) with ESMTP id 8E07B4265; Sat, 22 Jan 2005 18:58:29 +0100 (CET) From: "Jorn Argelo" To: Mark Ovens , FreeBSD Questions Date: Sat, 22 Jan 2005 18:58:29 +0100 Message-Id: <20050122175801.M3450@wcborstel.nl> In-Reply-To: <41F29178.4000304@freebsd.org> References: <41F29178.4000304@freebsd.org> X-Mailer: Open WebMail 2.50 20050106 X-OriginatingIP: 82.161.134.53 (jorn) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Virus-Scanned: by amavisd-new at mail.wcborstel.nl Subject: Re: Daily run output message 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: Sat, 22 Jan 2005 17:56:54 -0000 On Sat, 22 Jan 2005 17:46:32 +0000, Mark Ovens wrote > I see this in the daily run output on a 4.10-R box: > > Removing stale entries from sendmail host status cache: > purgestat: no mapping in /etc/mail/mailer.conf > > What is the mapping that is missing? The machine is running postfix, > not sendmail BTW. Mine looks like this, and I'm also running Postfix. # # Execute the Postfix sendmail program, named /usr/local/sbin/sendmail # sendmail /usr/local/sbin/sendmail send-mail /usr/local/sbin/sendmail mailq /usr/local/sbin/sendmail newaliases /usr/local/sbin/sendmail Perhaps you're missing something? Jorn