From owner-freebsd-questions@FreeBSD.ORG Fri Oct 3 10:46:21 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E7ED16A4B3 for ; Fri, 3 Oct 2003 10:46:21 -0700 (PDT) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFDFC43FF7 for ; Fri, 3 Oct 2003 10:46:20 -0700 (PDT) (envelope-from admin2@enabled.com) Received: from enabled.com (localhost.enabled.com [127.0.0.1]) by typhoon.enabled.com (8.12.10/8.12.10) with ESMTP id h93HkJeL047086 for ; Fri, 3 Oct 2003 10:46:19 -0700 (PDT) (envelope-from admin2@enabled.com) From: "Noah" To: freebsd-questions@freebsd.org Date: Fri, 3 Oct 2003 09:46:19 -0800 Message-Id: <20031003174136.M32274@enabled.com> X-Mailer: Open WebMail 2.01 20030425 X-OriginatingIP: 64.121.33.4 (admin2) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Subject: upgrading sendmail-8.12.10 from /usr/ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2003 17:46:21 -0000 FreeBSD 4.8-Stable okay I jsut installed sendmail-8.12.10 from /usr/ports the other day. and I try to start version 8.12.10 but 8.12.9 still gets executed. this is really strange? from /etc/mail/Makefile ---- snip ----- SENDMAIL?= /usr/local/sbin/sendmail MAKEMAP?= /usr/local/sbin/makemap --- snip ---- these files were updated October 2nd. --- snip --- # ls -l /usr/local/sbin/sendmail -r-xr-sr-x 1 root smmsp 660582 Oct 2 18:47 /usr/local/sbin/sendmail # ls -l /usr/local/sbin/makemap -r-xr-xr-x 1 bin bin 82495 Oct 2 18:47 /usr/local/sbin/makemap --- snip --- but going to port 25 - version 8.12.9 is getting run: # telnet 127.0.0.1 25 Trying 127.0.0.1... Connected to localhost Escape character is '^]'. 220 localhost ESMTP Sendmail 8.12.9/8.12.10; Fri, 3 Oct 2003 10:44:45 -0700 (PDT) --- snip --- what am I doing wrong? - Noah