From owner-freebsd-stable Tue Jun 19 16:53:56 2001 Delivered-To: freebsd-stable@freebsd.org Received: from server-1.visp.net (server-1.visp.net [208.8.184.2]) by hub.freebsd.org (Postfix) with ESMTP id C2B7437B401 for ; Tue, 19 Jun 2001 16:53:53 -0700 (PDT) (envelope-from kgasso@visp.net) Received: from blort (blort.visp.net [208.3.136.2]) by server-1.visp.net (8.11.0/8.11.0) with SMTP id f5JNrfi20194; Tue, 19 Jun 2001 16:53:41 -0700 Content-Type: text/plain; charset="iso-8859-1" From: Kameron Gasso Reply-To: kgasso@visp.net Organization: VISP Technologies To: Chris Byrnes Subject: Re: Domain WHOIS/Sendmail Date: Tue, 19 Jun 2001 16:53:47 -0700 X-Mailer: KMail [version 1.2] References: <20010619183043.I1165-100000@awww.jeah.net> In-Reply-To: <20010619183043.I1165-100000@awww.jeah.net> Cc: stable@freebsd.org MIME-Version: 1.0 Message-Id: <01061916534702.01039@blort> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tuesday 19 June 2001 04:32, you wrote: *snip* > Now sendmail doesn't like it. > > Jun 19 18:27:14 awww sendmail[1105]: f5JNREJ01105: ruleset=check_mail, > arg1=, > relay=[216.21.228.13], reject=501 5.1.8 > ... Domain of sender > address Domain.Manager.System@web14.nyat.register.com does not exist *snip* blort% host web14.nyat.register.com Host not found. Simple as that.. Nothing to do with the WHOIS database spamming weenies from what I can tell, your sendmail is just configured to not accept mail with a FROM address that doesn't resolve (or at least have an MX record, which this return address does not). Seems register.com's at fault here, but you could make sendmail accept such messages (and increase the likelyhood of receiving spam or forged mail just a tad). IIRC, in sendmail.cf under the check_mail section, comment out the line: R $* $#error $@ 5.1.8 $: "501 Domain of sender address " $&f " does not exist" or you could install Postfix ;) Regards, Kameron To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message