From owner-freebsd-hackers Fri May 2 19:41:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA07362 for hackers-outgoing; Fri, 2 May 1997 19:41:30 -0700 (PDT) Received: from obiwan.psinet.net.au (obiwan.psinet.net.au [203.19.28.59]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA07347 for ; Fri, 2 May 1997 19:41:18 -0700 (PDT) Received: from localhost (adrian@localhost) by obiwan.psinet.net.au (8.8.5/8.8.5) with SMTP id KAA08411; Sat, 3 May 1997 10:23:04 +0800 (WST) Date: Sat, 3 May 1997 10:23:04 +0800 (WST) From: Adrian Chadd To: Terry Lambert cc: "Jeffrey J. Mountin" , tom@sdf.com, FreeBSD-Hackers@FreeBSD.ORG Subject: Re: SPAM target In-Reply-To: <199705021807.LAA09064@phaeton.artisoft.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 2 May 1997, Terry Lambert wrote: > > Jeffrey J. Mountin writes: > > [ ... lot of nice info on how his machines are anti-spammed ... ] > > Any chance we could get you to build an "anti-spam-in-a-can" package > that can bee installed to "spam-proof" FreeBSD boxes? > > Imagine "Anti-SPAM" on the pagackages menu. Right on top. Might be a bit late but.. Yes there is. I'm sure people on this list know all about the modifications to do to sendmail.cf file to allow lists of who can use you as a mail relay, who can actually use you to send email (IP ranges - very nice), force DNS resolution of from addresses (you *COULD* spoof, but then most spammers probably don't know what DNS spoofing is), and a list of domains and user@domains to not accept mail from. Its currently the craze in Perth, and probably the rest of Australia after we were hit by some spam from someone using a psi.net account. My suggestion is a package with a modified sendmail.cf file with these changes (or even ship this file *with* the default installation, and create "default" files which allow everyone to use you as a mail relay, etc), and the package overwrites the domain and u@domain spam files. That would be way cool IMHO, and if people like the idea I might just make something up. Adrian.