X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=html%2Fdoc-mail.wml;h=55eea47dddf1fd9a0b0e981b7acaeb347fdbd1ad;hb=2b11596de06303377317c318098bfcf902ee19ec;hp=8b48dd8b2a03db775e63664aeb3f5bbe7de6d48b;hpb=02e763acbec4363d368dc00c7caefef49092206b;p=mirror%2Fuserdir-ldap-cgi.git diff --git a/html/doc-mail.wml b/html/doc-mail.wml index 8b48dd8..55eea47 100644 --- a/html/doc-mail.wml +++ b/html/doc-mail.wml @@ -1,4 +1,7 @@ #use wml::db.d.o title="LDAP Gateway" +#use wml::vbar + +

The LDAP directory has a PGP secured mail gateway that @@ -124,14 +127,29 @@ DNS and ssh keys, any list specified must be specified in its enterity. The for listtype dns.domain.of.rbl/IP to whitelist where listtype is one of mailRBL, mailRHSBL, and mailWhitelist -

  • Debian.net DNS Zone Entry. The only way to get 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.', or 'foo in mx 10 foo.bar.' (note the trailing dot). -Note that you -cannot combine CNAME with any other record types. The precise form -is critical and must not be deviated from. +
  • 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 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 be sent at once. The debian.net zone is reloaded hourly.