Received: from localhost by CS.UTK.EDU with SMTP (cf v2.9s-UTK) id RAA06985; Thu, 5 Oct 1995 17:05:59 -0400 Received: by CS.UTK.EDU (bulk_mailer v1.3); Thu, 5 Oct 1995 17:05:50 -0400 Received: from wilma.cs.utk.edu by CS.UTK.EDU with ESMTP (cf v2.9s-UTK) id RAA06955; Thu, 5 Oct 1995 17:05:48 -0400 Received: from LOCALHOST by wilma.cs.utk.edu with SMTP (cf v2.11c-UTK) id RAA02108; Thu, 5 Oct 1995 17:05:46 -0400 Message-Id: <199510052105.RAA02108@wilma.cs.utk.edu> X-URI: http://www.cs.utk.edu/~moore/ From: Keith Moore To: Harald.T.Alvestrand@uninett.no cc: Robert Elz , drums@cs.utk.edu, moore@cs.utk.edu Subject: Re: support for Postmaster address In-reply-to: Your message of "Thu, 05 Oct 1995 13:37:29 BST." <199510051238.IAA13049@CS.UTK.EDU> Date: Thu, 05 Oct 1995 17:05:39 -0400 Sender: moore@cs.utk.edu > After reading your arguments, and especially in light of the 521 MX > discussion, I think the requirement for MX targets should be a SHOULD; > there are valid cases where it's sensible not to do it, but most of the > time, it's better if you do it. Yes, I'm inclined to agree that SHOULD is better. > BTW, RFC 1123 states: > > A host that supports a receiver-SMTP MUST support the reserved > mailbox "Postmaster". So to revise my suggestions slightly: + for any domain that originates mail, postmaster@domain must be a valid and reachable address, even if 'domain' doesn't correspond to an actual host and is only listed as a mail exchanger RR in the DNS (even a wildcard RR) (this is a requirement on system administrators, not SMTP implementations) + for any SMTP host that receives or relays mail, and must be valid and reachable addresses, where fqdn.for.that.host is any domain name that may appear in a Received header for mail relayed or received by that host. (this is a requirement on system administrators, not SMTP implementations) + an SMTP server that receives or relays mail and connects directly to the global Internet must check to see that (a) it knows the FQDN of its host, and that (b) the addresses and are routable, that is, there must be either a mailbox or an apparently valid forwarding address for the postmaster. (this is a requirement on SMTP implementations) Keith