From owner-freebsd-questions@FreeBSD.ORG Sat Apr 10 14:32:36 2004 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 5D61C16A4CE for ; Sat, 10 Apr 2004 14:32:36 -0700 (PDT) Received: from mail10.atl.registeredsite.com (mail10.atl.registeredsite.com [64.224.219.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B8D443D39 for ; Sat, 10 Apr 2004 14:32:36 -0700 (PDT) (envelope-from freebsd@computersthatrock.com) Received: from nhinsights.com (nhinsights.com [216.122.242.183]) i3ALWZou027910 for ; Sat, 10 Apr 2004 21:32:35 GMT Received: from inigo (home.nhinsights.com [69.161.60.251]) by nhinsights.com (8.11.6/8.11.0) with SMTP id i3ALVt082101 for ; Sat, 10 Apr 2004 17:32:15 -0400 (EDT) (envelope-from freebsd@computersthatrock.com) From: "Rob" Cc: Date: Sat, 10 Apr 2004 17:32:02 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20040410152524.I19436@wonkity.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: RE: Off topic but sendmail help needed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd@computersthatrock.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Apr 2004 21:32:36 -0000 That's really strange then. The Makefile is right there in the /etc/mail directory and this is what it looks like: # $FreeBSD: src/contrib/sendmail/etc.mail/Makefile,v 1.1 2000/07/07 21:06:52 qzhou Exp $ all: access.db mailertable.db virtusertable.db catchall.db aliases.db access.db: access /usr/sbin/makemap hash access < access virtusertable.db: virtusertable /usr/sbin/makemap hash virtusertable < virtusertable catchall.db: catchall /usr/sbin/makemap hash catchall < catchall mailertable.db: mailertable /usr/sbin/makemap hash mailertable < mailertable aliases.db: aliases newaliases mailertable: @echo Generating empty mailertable sed -e 's/^/#/' < mailertable.sample > mailertable access: @echo Generating empty access sed -e 's/^/#/' < access.sample > access virtusertable: @echo Generating empty virtusertable sed -e 's/^/#/' < virtusertable.sample > virtusertable catchall: @echo Generating empty catchall sed -e 's/^/#/' < catchall.sample > catchall clean: rm -f access.db virtusertable.db mailertable.db catchall.db -----Original Message----- From: Warren Block [mailto:wblock@wonkity.com] Sent: Saturday, April 10, 2004 5:28 PM To: Rob Cc: freebsd-questions@freebsd.org Subject: RE: Off topic but sendmail help needed On Sat, 10 Apr 2004, Rob wrote: > Thanks for the help, > > I have got my mc file all ready to go with the dnsbl lines I need, but when > I try to make I get this error: > > make: don't know how to make install. Stop > > I've been going around in circles with this all day and it's making me nuts. > :-) That would mean the Makefile is gone or overwritten, or you're not in /etc/mail when you try it. Here's the version comment from mine: # $FreeBSD: src/etc/mail/Makefile,v 1.9.2.25 2003/07/12 23:23:46 gshapiro Exp $ -Warren Block * Rapid City, South Dakota USA