|
|
|
|
||||||
| comp.protocols.tcp-ip TCP and IP network protocols. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
>From RFC 1035 (the RFC describing DNS):
RNAME A <domain-name> which specifies the mailbox of the person responsible for this zone. How do you turn domain names into email addresses? eg. if you have a.b.c.d, is the email a@b.c.d or a.b@c.d or a.b.c@d? |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
In article <1175199500.855539.131530@n59g2000hsh.googlegroups .com>,
"yawnmoth" <terra1024@yahoo.com> wrote: > >From RFC 1035 (the RFC describing DNS): > > RNAME A <domain-name> which specifies the mailbox of the > person responsible for this zone. > > How do you turn domain names into email addresses? eg. if you have > a.b.c.d, is the email a@b.c.d or a.b@c.d or a.b.c@d? It's a@b.c.d. The mapping is explained in Section 8: The DNS encodes the <local-part> as a single label, and encodes the <mail-domain> as a domain name. The single label from the <local-part> is prefaced to the domain name from <mail-domain> to form the domain name corresponding to the mailbox. Thus the mailbox HOSTMASTER@SRI- NIC.ARPA is mapped into the domain name HOSTMASTER.SRI-NIC.ARPA. If the <local-part> contains dots or other special characters, its representation in a master file will require the use of backslash quoting to ensure that the domain name is properly encoded. For example, the mailbox Action.domains@ISI.EDU would be represented as Action\.domains.ISI.EDU. -- Barry Margolin, barmar@alum.mit.edu Arlington, MA *** PLEASE post questions in newsgroups, not directly to me *** *** PLEASE don't copy me on replies, I'll read them in the group *** |
|
![]() |
| Outils de la discussion | |
|
|