Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jan 2005 13:01:57 -0600
From:      Paul Schmehl <pauls@utdallas.edu>
To:        Mark Ovens <marko@freebsd.org>, FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: Daily run output message
Message-ID:  <2147483647.1106398917@[192.168.2.101]>
In-Reply-To: <41F29178.4000304@freebsd.org>
References:  <41F29178.4000304@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
--On Saturday, January 22, 2005 5:46 PM +0000 Mark Ovens 
<marko@freebsd.org> 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.
>
Read the pkg-message file in the Postfix port.

Also, you will want to disable some Sendmail-specific daily maintenance
routines in your /etc/periodic.conf file:

daily_clean_hoststat_enable="NO"
daily_status_mail_rejects_enable="NO"
daily_status_include_submit_mailq="NO"
daily_submit_queuerun="NO"

Paul Schmehl (pauls@utdallas.edu)
Adjunct Information Security Officer
The University of Texas at Dallas
AVIEN Founding Member
http://www.utdallas.edu



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2147483647.1106398917>