From owner-freebsd-mobile Wed Nov 14 6:33:11 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from whizzo.transsys.com (whizzo.TransSys.COM [144.202.42.10]) by hub.freebsd.org (Postfix) with ESMTP id AE15437B416; Wed, 14 Nov 2001 06:33:04 -0800 (PST) Received: from whizzo.transsys.com (#6@localhost.transsys.com [127.0.0.1]) by whizzo.transsys.com (8.11.6/8.11.6) with ESMTP id fAEEX2E71690; Wed, 14 Nov 2001 09:33:02 -0500 (EST) (envelope-from louie@whizzo.transsys.com) Message-Id: <200111141433.fAEEX2E71690@whizzo.transsys.com> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: walton@digger.net Cc: Greg Lehey , mobile@FreeBSD.ORG X-Image-URL: http://www.transsys.com/louie/images/louie-mail.jpg From: "Louis A. Mamakos" Subject: Re: Sending mail to FreeBSD.org (was: FreeBSD lockup accessing serial port on Thinkpad) References: <20011114060923.89146.qmail@aerre.pair.com> In-reply-to: Your message of "Wed, 14 Nov 2001 01:09:23 EST." <20011114060923.89146.qmail@aerre.pair.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 14 Nov 2001 09:33:02 -0500 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > I send to mail.pacbell.net (aka mta7.pltn13.pbi.net, > mta5.snfc21.pbi.net, mta6.snfc21.pbi.net). From the look of the bounce > messages, they are leaving off the hostname and sending just the domain > (pltn13.pbi.net or snfc21.pbi.net). Which is good and proper: > > RFC 821: "HELO " > (Though it goes on to contradict itself with "The argument field > contains the host name of the sender-SMTP", ALL examples given use a > domain name.) > > RFC 1123: "The sender-SMTP MUST ensure that the parameter > in a HELO command is a valid principal host domain name for the client > host. [...] The HELO receiver MAY verify that the HELO parameter really > corresponds to the IP address of the sender. However, the receiver MUST > NOT refuse to accept a message, even if the sender's HELO command fails > verification." > > RFC 2821: "The argument field contains the fully-qualified domain name > of the SMTP client if one is available." > > ...and others. No, you mis-interpret the specification. refers to a domain name, e.g., the fully qualified domain name of the host. It's not what might othewise be called the "sub-domain". Unless pltn13.pbi.net resolves to something useful (which apparently it does not), this isn't going to be accepted. The HELO command is supposed to identify the actual end-system host submitting the message to produce accurate adivisory information and proper Received: header lines. It's not intended to be some generic domain identifier. louie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message