From owner-freebsd-current@FreeBSD.ORG Tue Aug 3 21:24:25 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 4825916A4CE for ; Tue, 3 Aug 2004 21:24:25 +0000 (GMT) Received: from horsey.gshapiro.net (horsey.gshapiro.net [64.105.95.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0802543D1D for ; Tue, 3 Aug 2004 21:24:25 +0000 (GMT) (envelope-from gshapiro@gshapiro.net) Received: from horsey.gshapiro.net (localhost [127.0.0.1]) i73Gt86T084077 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 3 Aug 2004 09:56:16 -0700 (PDT) Received: (from gshapiro@localhost)i73GmKup084041; Tue, 3 Aug 2004 09:48:20 -0700 (PDT) Date: Tue, 3 Aug 2004 09:48:20 -0700 From: Gregory Neil Shapiro To: Alexander Leidinger Message-ID: <20040803164820.GU32424@horsey.gshapiro.net> References: <20040803031019.GN32424@horsey.gshapiro.net> <20040803103541.2e74412c@Magellan.Leidinger.net> <03cf01c47939$bd7e8a20$471b3dd4@digiware.nl> <20040803112558.1a931db3@Magellan.Leidinger.net> <03f101c47951$3c543540$471b3dd4@digiware.nl> <20040803141532.623722ed@Magellan.Leidinger.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040803141532.623722ed@Magellan.Leidinger.net> User-Agent: Mutt/1.5.6i X-Mailman-Approved-At: Wed, 04 Aug 2004 12:23:15 +0000 cc: freebsd-current@freebsd.org Subject: Re: strange sendmail behavior (was: 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 21:24:25 -0000 > % strings /usr/libexec/sendmail/sendmail |grep 8.9.3 > > %strings /usr/libexec/sendmail/sendmail | grep 8.12.11 > 8.12.11 Make sure these commands are all symlinks to mailwrapper: /usr/bin/newaliases /usr/bin/mailq /usr/sbin/hoststat /usr/sbin/purgestat Also, look to see if there are other sendmail, newaliases, mailq, hoststat, or purgestat binaries in your path (including /usr/local/bin, /usr/local/sbin, and /usr/local/libexec).