From 2b11596de06303377317c318098bfcf902ee19ec Mon Sep 17 00:00:00 2001 From: Luca Filipozzi Date: Wed, 23 Jan 2013 05:49:19 +0000 Subject: [PATCH] make dnsZoneEntry description more understandable --- html/doc-mail.wml | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/html/doc-mail.wml b/html/doc-mail.wml index a1c02cc..55eea47 100644 --- a/html/doc-mail.wml +++ b/html/doc-mail.wml @@ -129,9 +129,25 @@ mailRHSBL, and mailWhitelist
  • The only way to get a dnsZoneEntry record for a debian.net address is to use the mail gateway. It will verify the request and prevent name collisions -automatically. Requests can take three forms: 'foo in a 1.2.3.4', -'foo in cname foo.bar.', 'foo in txt plain text here', -or 'foo in mx 10 foo.bar.' (note the trailing dot). +automatically. Requests can take several forms: +
    +
    foo in a 192.0.2.123
    +
    to create an A record for foo.debian.net
    + +
    foo in aaaa 2001:DB8::12:34
    +
    to create an AAAA record for foo.debian.net
    + +
    foo in cname example.org.
    +
    to create a CNAME record for foo.debian.net
    + +
    'foo in txt plain text here'
    +
    to create a TXT record for foo.debian.net
    + +
    foo in mx 10 example.org.
    +
    to create an MX record for foo.debian.net
    +
    + +Please note the trailing dot for the CNAME and MX records. Note that you cannot combine CNAME with any other record types. The precise form is critical and must not be deviated from. Like the SSH function above, multiple hosts are supported, but they must all -- 2.20.1