From owner-freebsd-stable@FreeBSD.ORG Thu Feb 26 21:39:21 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0ECD216A4CE for ; Thu, 26 Feb 2004 21:39:21 -0800 (PST) Received: from horsey.gshapiro.net (horsey.gshapiro.net [64.105.95.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id B35F943D1F for ; Thu, 26 Feb 2004 21:39:20 -0800 (PST) (envelope-from gshapiro@gshapiro.net) Received: from horsey.gshapiro.net (localhost [127.0.0.1]) id i1R5dKKt066005 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 26 Feb 2004 21:39:20 -0800 (PST) Received: (from gshapiro@localhost)i1R5dKX4066004; Thu, 26 Feb 2004 21:39:20 -0800 (PST) Date: Thu, 26 Feb 2004 21:39:20 -0800 From: Gregory Neil Shapiro To: Jozef Babjak Message-ID: <20040227053919.GQ62095@horsey.gshapiro.net> References: <20040227053049.GA4684@hilbert.chtf.stuba.sk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040227053049.GA4684@hilbert.chtf.stuba.sk> User-Agent: Mutt/1.5.6i cc: freebsd-stable@freebsd.org Subject: Re: no mapping in /etc/mail/mailer.conf X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2004 05:39:21 -0000 > Removing stale entries from sendmail host status cache: > purgestat: no mapping in /etc/mail/mailer.conf Either add this to /etc/periodic.conf: daily_clean_hoststat_enable="NO" or add this to /etc/mail/mailer.conf: purgestat /usr/bin/true (assuming qmail doesn't have an analogous command to purgestat)