From owner-freebsd-questions Thu Jan 2 7:40:49 2003 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 7CB3537B401; Thu, 2 Jan 2003 07:40:48 -0800 (PST) Received: from mail.bellavista.cz (mail.bellavista.cz [62.168.44.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ABB443EC2; Thu, 2 Jan 2003 07:40:47 -0800 (PST) (envelope-from neuhauser@bellavista.cz) Received: from freepuppy.bellavista.cz (freepuppy.bellavista.cz [10.0.0.10]) by mail.bellavista.cz (Postfix) with ESMTP id A73B12F5; Thu, 2 Jan 2003 16:40:45 +0100 (CET) Received: by freepuppy.bellavista.cz (Postfix, from userid 1001) id 500CD2FDB30; Thu, 2 Jan 2003 16:40:45 +0100 (CET) Date: Thu, 2 Jan 2003 16:40:45 +0100 From: Roman Neuhauser To: Greg 'groggy' Lehey Cc: freebsd-questions@freebsd.org Subject: Re: What are the SMTP rules for sending mail to FreeBSD Message-ID: <20030102154044.GK348@freepuppy.bellavista.cz> Mail-Followup-To: Greg 'groggy' Lehey , freebsd-questions@freebsd.org References: <3E0DBCFC.5040907@quadtelecom.com> <5.1.1.6.2.20021228111607.0243f108@mail.go2france.com> <20021229002511.GD92510@wantadilla.lemis.com> <20021229174612.GR348@freepuppy.bellavista.cz> <20021230005622.GE19243@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021230005622.GE19243@wantadilla.lemis.com> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG # grog@FreeBSD.org / 2002-12-30 11:26:22 +1030: > On Sunday, 29 December 2002 at 18:46:12 +0100, Roman Neuhauser wrote: > > # grog@FreeBSD.org / 2002-12-29 10:55:11 +1030: > > > > ... > > > >> For more information, take a look at the following, which is a message > >> I send to systems which appear to be bona fide attempts from broken > >> reverse addresses. Looking at the name of the sender, I'm sure this > >> one is not bona fide, and I didn't really send the message. Most of > >> my double bounces come from spammers. > > > > do you have that script publically available? I'd like to use > > that, too. > > Yes, it's at http://www.lemis.com/B. Is that the version you actually use? I believe I found a bug: --- B.orig Thu Jan 2 16:25:28 2003 +++ B Thu Jan 2 16:37:08 2003 @@ -59,7 +59,7 @@ postmaster=postmaster@$domain fi if [ "$hostmaster" = "" ]; then - hostmaster=`nslookup -q=soa wantech.de|grep "mail addr"|sed 's:.*= ::; s:\.:@:'` + hostmaster=`nslookup -q=soa $domain|grep "mail addr"|sed 's:.*= ::; s:\.:@:'` fi if [ "$hostmaster" = "" ]; then hostmaster=hostmaster@$domain -- If you cc me or remove the list(s) completely I'll most likely ignore your message. see http://www.eyrie.org./~eagle/faqs/questions.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message