From owner-freebsd-current@FreeBSD.ORG Tue Aug 3 09:10:38 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45B1C16A4CE; Tue, 3 Aug 2004 09:10:38 +0000 (GMT) Received: from freebee.digiware.nl (dsl390.iae.nl [212.61.63.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB3B543D70; Tue, 3 Aug 2004 09:10:36 +0000 (GMT) (envelope-from wjw@withagen.nl) Received: from dual (dual [212.61.27.71]) by freebee.digiware.nl (8.12.10/8.12.10) with SMTP id i739ATEg015940; Tue, 3 Aug 2004 11:10:30 +0200 (CEST) (envelope-from wjw@withagen.nl) Message-ID: <03cf01c47939$bd7e8a20$471b3dd4@digiware.nl> From: "Willem Jan Withagen" To: , References: <20040803031019.GN32424@horsey.gshapiro.net> <20040803103541.2e74412c@Magellan.Leidinger.net> Date: Tue, 3 Aug 2004 11:10:36 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Subject: Re: Please test /etc/rc.d/sendmail patch X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 09:10:38 -0000 From: "Alexander Leidinger" > And a little request for help: I have a problem on a -stable (post 4.10) > system. In the logs I see "Warning: .cf version level (10) exceeds > sendmail version 8.9.3 functionality (8)", at a time which seems to be > related to a periodic(8) run. But when I telnet to port 25 I get > "Sendmail 8.12.11/8.12.11". I verified, that contrib/sendmail is not > stale (I compared the output of "cvs status | grep Tag" of some C files > in contrib sendmail with the output of "cvs log"). I also can't find any > other sendmail binary (except the link to the mailwrapper in /usr/sbin). > The mailer.conf points to the correct sendmail binary. > /usr/share/sendmail/cf is also the same as contrib/sendmail/cf. Any idea > what I can check next? Hi Alexander, I once had this problem as well. And as far as I recall was this due to the version setting in my /etc/mail/sendmail.cf. But I seem to remember that this would also show at the telnet to port 25 prompt. Manually changing the version number fixed the complaint. Perhaps your sendmail running with periodic uses a different .cf??? --WjW