From owner-freebsd-questions@FreeBSD.ORG Sat Apr 10 14:23:31 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 199EF16A4CE for ; Sat, 10 Apr 2004 14:23:31 -0700 (PDT) Received: from mail11.atl.registeredsite.com (mail11.atl.registeredsite.com [64.224.219.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC10743D45 for ; Sat, 10 Apr 2004 14:23:30 -0700 (PDT) (envelope-from freebsd@computersthatrock.com) Received: from nhinsights.com (nhinsights.com [216.122.242.183]) i3ALNUpF011412 for ; Sat, 10 Apr 2004 21:23:30 GMT Received: from inigo (home.nhinsights.com [69.161.60.251]) by nhinsights.com (8.11.6/8.11.0) with SMTP id i3ALMn081438 for ; Sat, 10 Apr 2004 17:23:09 -0400 (EDT) (envelope-from freebsd@computersthatrock.com) From: "Rob" To: Date: Sat, 10 Apr 2004 17:22:56 -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: <20040410151144.N19376@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:23:31 -0000 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. :-) -----Original Message----- From: Warren Block [mailto:wblock@wonkity.com] Sent: Saturday, April 10, 2004 5:17 PM To: Rob Cc: freebsd-questions@freebsd.org Subject: Re: Off topic but sendmail help needed On Sat, 10 Apr 2004, Rob wrote: > I have a freebsd box that was configured by Interland. They offer no support > on sendmail configuration and I would like to add some of the dnsbl lists to > stop some of the spam received by the server. The FreeBSD /etc/mail/Makefile makes this pretty easy. Edit the /etc/mail/hostname.mc file. If you don't have one, I think the first make will create it. Add this type of line for the DNSBLs you want to use (warning: one long line): FEATURE(`dnsbl', `list.dsbl.org', `"554 Mail from " $&{client_addr} " rejected, site listed on http://www.dsbl.org"') Important note: please don't use any DNSBL without at least reading their policies. Misunderstanding are way too easy to make. Then do a 'make all install restart' and it's done. -Warren Block * Rapid City, South Dakota USA