Changeset 2076

Show
Ignore:
Timestamp:
03/21/11 22:58:44 (2 years ago)
Author:
ahu
Message:

add warnings about trailing dots in domain names in powerdns record storage, plus fix up broken links and email addresses.
Closes ticket 343, thanks!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/docs/pdns.xml

    r2057 r2076  
    1010        <orgname>PowerDNS BV</orgname> 
    1111        <address> 
    12           <email>pdns.bd@powerdns.com</email> 
     12          <email>powerdns.support@netherlabs.nl</email> 
    1313        </address> 
    1414      </affiliation> 
     
    85648564          VALUES (1,'test.com','mail.test.com','MX',120,25); 
    85658565        </screen> 
    8566          
     8566        <warning><para>Host names and the MNAME of a SOA records are NEVER terminated with a '.' in PowerDNS storage! If a trailing '.' is present 
     8567    it will inevitably cause problems, problems that may be hard to debug.</para></warning> 
    85678568        If we now requery our database, <command>www.test.com</command> should be present: 
    85688569        <screen> 
     
    1211012111      some types are grouped. 
    1211112112    </para> 
     12113    <para><warning><para>Host names and the MNAME of a SOA records are NEVER terminated with a '.' in PowerDNS storage! If a trailing '.' is present 
     12114    it will inevitably cause problems, problems that may be hard to debug.</para></warning></para> 
    1211212115    <para> 
    1211312116      The PowerDNS Recursor can serve and store all record types, regardless of wether these are explicitly supported.  
     
    1236812371      <para> 
    1236912372        The PowerDNS company provides free support on the public mailing lists, and can help or support you in private as well.  
    12370         For first class and rapid support, please contact pdns.bd@trilab.com. 
     12373        For first class and rapid support, please contact powerdns-support@netherlabs.nl, or see <ulink url="http://www.powerdns.com">www.powerdns.com</ulink> 
    1237112374      </para> 
    1237212375      <para> 
    1237312376        More information about the PowerDNS community, and its mailing lists, can be found on <ulink url="http://wiki.powerdns.com">its Wiki</ulink>. 
     12377        On the wiki, you will also find information on how to file bugs. 
    1237412378      </para> 
    1237512379      <para> 
     
    1242212426            <para> 
    1242312427              If you desire privacy, please consider entering a support relationship with us,  
    12424               in which case you can email <email>pdns.bd@trilab.com</email>. 
     12428              in which case we invite you to contact <email>powerdns.support.sales@netherlabs.eu</email>. 
    1242512429            </para> 
    1242612430          </listitem> 
     
    1269412698          <listitem> 
    1269512699            <para> 
    12696               A: Yes, we also do custom development. Contact us at pdns.bd@trilab.com. 
     12700              A: Yes, we also do custom development. Contact us at powerdns.support.sales@netherlabs.eu, or visit 
     12701              <ulink url="http://www.powerdns.com">www.powerdns.com</ulink> 
    1269712702            </para> 
    1269812703          </listitem> 
     
    1362713632        PostgreSQL and MySQL backend with easily configurable SQL statements, allowing you to graft PDNS on any PostgreSQL or MySQL database of your choosing.  
    1362813633        Because all database schemas will be different, a generic backend is needed to cover all needs.  
    13629       </para>            
     13634      </para>    
     13635      <para><warning><para>Host names and the MNAME of a SOA records are NEVER terminated with a '.' in PowerDNS storage! If a trailing '.' is present 
     13636    it will inevitably cause problems, problems that may be hard to debug.</para></warning></para>       
    1363013637      <para> 
    1363113638        The template queries are expanded using the C function 'snprintf' which implies that substitutions are performed on the basis of %-place holders.  
     
    1507115078        below may be outdated! 
    1507215079      </para> 
     15080      <para><warning><para>Host names and the MNAME of a SOA records are NEVER terminated with a '.' in PowerDNS storage! If a trailing '.' is present 
     15081    it will inevitably cause problems, problems that may be hard to debug.</para></warning></para> 
    1507315082      <para> 
    1507415083        <table>