Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Oct 2003 12:50:44 -0800 (PST)
From:      whizkid@ValueDJ.com
To:        "Lowell Gilbert" <freebsd-questions-local@be-well.ilk.org>
Cc:        whizkid@valuedj.com
Subject:   Re: PostFix error
Message-ID:  <11035.208.253.246.93.1067374244.squirrel@ns1.valuedj.com>
In-Reply-To: <44fzhd2k2i.fsf@be-well.ilk.org>
References:  <18618.208.253.246.93.1067371598.squirrel@ns1.valuedj.com> <44fzhd2k2i.fsf@be-well.ilk.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> You forgot to disable the log generation in the daily periodic(8)
> script.  There are some other daily operations you should probably
> disable, too.  Try:
>     daily_clean_hoststat_enable="NO"
>     daily_status_mail_rejects_enable="NO"
>     daily_status_include_submit_mailq="NO"
>     daily_submit_queuerun="NO"
> [in periodic.conf(5), of course]

I see a periodic folder off of /etc but no periodic.conf file.  Should I
just create one with the above settings?  Also it seems that there are
only 2 errors, not 4.

Ahhh I see the error now....  In the periodic folder, under daily there is
a script called 150.clean-hoststat

this file contains the following lines:

if [ -z "$(sendmail -bh 2>&1)" ]; then
	    rc=2
	else
	    echo ""
	    echo "Removing stale entries from sendmail host status cache:"
	    rc=0
	    sendmail -bH || rc=1

this is the source of the bh errors.  I will disable this command and see
if I get any more errors.  Thanks for pointing me in the right direction. 
Is there a way to do this is PostFix or is this done automatically?



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