Received: from localhost by CS.UTK.EDU with SMTP (cf v2.9s-UTK) id NAA20000; Tue, 6 Jun 1995 13:26:32 -0400 X-Resent-To: drums@CS.UTK.EDU ; Tue, 6 Jun 1995 13:26:31 EDT Errors-to: owner-drums@CS.UTK.EDU Received: from wintermute.imsi.com by CS.UTK.EDU with ESMTP (cf v2.9s-UTK) id NAA19993; Tue, 6 Jun 1995 13:26:28 -0400 Received: from relay.imsi.com by wintermute.imsi.com id NAA27161; Tue, 6 Jun 1995 13:25:51 -0400 Received: from snark.imsi.com by relay.imsi.com id NAA01400; Tue, 6 Jun 1995 13:25:50 -0400 Received: by snark.imsi.com (4.1/SMI-4.1) id AA29833; Tue, 6 Jun 95 13:25:50 EDT Message-Id: <9506061725.AA29833@snark.imsi.com> To: John Gardiner Myers Cc: drums@CS.UTK.EDU Subject: Re: handling literals In-Reply-To: Your message of "Tue, 06 Jun 1995 13:02:10 EDT." Reply-To: perry@imsi.com X-Reposting-Policy: redistribute only with permission Date: Tue, 06 Jun 1995 13:25:49 -0400 From: "Perry E. Metzger" John Gardiner Myers writes: > perry@imsi.com (Perry E. Metzger) writes: > > the : convention, but as domain names using the .ip6.int convention > > (the equivalent of the IPv4 .in-addr.arpa convention.) > > I like this idea at first blush. I assume the relevant DNS server > implementations would magically return A records for such things? On v6 hosts, which don't exist yet, we can ask the DNS people to do what we like, or we can just hack our mailers. On the v4 hosts, we actually win big if we have the services return MX records. You want them to return MX records on IPv4 hosts to do gatewaying between the v4 and v6 worlds, which is something that we otherwise would have to write code in order to implement. Perry