From owner-freebsd-questions@FreeBSD.ORG Thu May 29 17:14:48 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 0CB6C37B401 for ; Thu, 29 May 2003 17:14:48 -0700 (PDT) Received: from Gina.esfm.ipn.mx (esfm.ipn.mx [148.204.102.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEF0D43FA3 for ; Thu, 29 May 2003 17:14:46 -0700 (PDT) (envelope-from mrspock@esfm.ipn.mx) Received: from Gina.esfm.ipn.mx (localhost [127.0.0.1]) by Gina.esfm.ipn.mx (8.12.6p2/8.12.6) with ESMTP id h4U0DqM2062606; Thu, 29 May 2003 19:13:52 -0500 (CDT) (envelope-from mrspock@esfm.ipn.mx) Received: from localhost (mrspock@localhost)h4U0Dqpg062603; Thu, 29 May 2003 19:13:52 -0500 (CDT) X-Authentication-Warning: Gina.esfm.ipn.mx: mrspock owned process doing -bs Date: Thu, 29 May 2003 19:13:51 -0500 (CDT) From: Eduardo Viruena Silva To: Warren Block In-Reply-To: <20030529171848.X51545@wonkity.com> Message-ID: <20030529191322.U62337@Gina.esfm.ipn.mx> References: <5.2.0.9.2.20030529085433.017db528@mail.servplex.com> <20030529171848.X51545@wonkity.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: Spammers forged my address - help unbury me from bounces? 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, 30 May 2003 00:14:48 -0000 On Thu, 29 May 2003, Warren Block wrote: > On Thu, 29 May 2003, Peter Elsner wrote: > > > Try using the /etc/mail/access file, if you know what IP or domain it is > > coming from... > > > > IPADDRESS/DOMAIN 550 "RELAYING DENIED" > > Best to use a message that is more explanatory. In this instance, > they're not trying to relay. Kirk already posted his message, which was > appropriate. Incidentally, the quotes are unnecessary. > > > Then after adding those entries to the access file, run: > > > > makemap hash /etc/mail/access < /etc/mail/access > > make maps > > is easier. See /etc/mail/Makefile. > dont you have to restart sendmail? killall -HUP sendmail