From owner-freebsd-questions@FreeBSD.ORG Fri Aug 19 19:17:23 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 0CCDC16A41F for ; Fri, 19 Aug 2005 19:17:23 +0000 (GMT) (envelope-from flowers@users.sourceforge.net) Received: from pd4mo2so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FCAD43D46 for ; Fri, 19 Aug 2005 19:17:22 +0000 (GMT) (envelope-from flowers@users.sourceforge.net) Received: from pd5mr1so.prod.shaw.ca (pd5mr1so-qfe3.prod.shaw.ca [10.0.141.232]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0ILH00DCEH2ZN980@l-daemon> for freebsd-questions@freebsd.org; Fri, 19 Aug 2005 13:06:35 -0600 (MDT) Received: from pn2ml9so.prod.shaw.ca ([10.0.121.7]) by pd5mr1so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0ILH0067TH2Z2LJ0@pd5mr1so.prod.shaw.ca> for freebsd-questions@freebsd.org; Fri, 19 Aug 2005 13:06:35 -0600 (MDT) Received: from [192.168.1.96] (S01060010a72631f9.cg.shawcable.net [68.144.46.209]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0ILH00J2FH2ZDU@l-daemon> for freebsd-questions@freebsd.org; Fri, 19 Aug 2005 13:06:35 -0600 (MDT) Date: Fri, 19 Aug 2005 13:08:29 -0600 From: Danny MacMillan In-reply-to: <200507231237.44829.bulk_mail@siegel-tech.net> To: aj@siegel-tech.net Message-id: <43062E2D.5030006@users.sourceforge.net> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Accept-Language: en-us, en References: <200507231237.44829.bulk_mail@siegel-tech.net> User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) Cc: freebsd-questions@freebsd.org Subject: Re: SPAM Problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 19:17:23 -0000 Aaron Siegel wrote: >Hello > >This message is off topic but I was not sure were else I can go to get help >with my problem. For the past week I have been receiving messages from >various mail servers which have bounced messages I have not sent but have my >email address as the originator of the bounced message. I believe there are >some SPAMers using my email address on their SPAM. I would really like to >avoid changing my domain name. Has anyone experienced this problem? Is there >something I can do? > >Thank you >Aaron > > What you can do to partially combat this problem is publish SPF records for your domain. That will cause spam filters on cooperating mail servers to drop email claiming to be from you that comes from anywhere but one of your mail servers. Since the messages will be dropped, they won't generate notices of non-delivery. I guess this assumes that the mail servers that generate the non-delivery notices check SPF records on inbound mail, which on reflection doesn't seem too likely, but it might help a little. If this kind of problem bothers you you can also configure your own mail server to check SPF records on inbound mail. This won't directly address your problem but it does reduce the effectiveness of joe-jobbing as more and more people do it. -- Danny MacMillan