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

next in thread | previous in thread | raw e-mail | index | archive | help
whizkid@ValueDJ.com writes:

> For some reason I get these errors on occasion.  Mail is flowing, but I
> want to make sure this error goes away...
> 
> Oct 28 03:01:00 ns1 postfix/sendmail[1523]: fatal: unsupported: -bh
> Oct 28 03:01:01 ns1 postfix/sendmail[1524]: fatal: unsupported: -bH
> 
> Currently I am running FreeBSD 5.1, Postfix, Courier-Imap, SquirrelMail 1.4.2
> 
> They have all been install from the Ports, upgraded with PortUprage and
> CVSup.
> 
> rc.conf has:
> 
> sendmail_enable="NONE"

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]



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