Changeset 2076
- Timestamp:
- 03/21/11 22:58:44 (2 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/docs/pdns.xml (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/docs/pdns.xml
r2057 r2076 10 10 <orgname>PowerDNS BV</orgname> 11 11 <address> 12 <email>p dns.bd@powerdns.com</email>12 <email>powerdns.support@netherlabs.nl</email> 13 13 </address> 14 14 </affiliation> … … 8564 8564 VALUES (1,'test.com','mail.test.com','MX',120,25); 8565 8565 </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> 8567 8568 If we now requery our database, <command>www.test.com</command> should be present: 8568 8569 <screen> … … 12110 12111 some types are grouped. 12111 12112 </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> 12112 12115 <para> 12113 12116 The PowerDNS Recursor can serve and store all record types, regardless of wether these are explicitly supported. … … 12368 12371 <para> 12369 12372 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 p dns.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> 12371 12374 </para> 12372 12375 <para> 12373 12376 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. 12374 12378 </para> 12375 12379 <para> … … 12422 12426 <para> 12423 12427 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>. 12425 12429 </para> 12426 12430 </listitem> … … 12694 12698 <listitem> 12695 12699 <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> 12697 12702 </para> 12698 12703 </listitem> … … 13627 13632 PostgreSQL and MySQL backend with easily configurable SQL statements, allowing you to graft PDNS on any PostgreSQL or MySQL database of your choosing. 13628 13633 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> 13630 13637 <para> 13631 13638 The template queries are expanded using the C function 'snprintf' which implies that substitutions are performed on the basis of %-place holders. … … 15071 15078 below may be outdated! 15072 15079 </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> 15073 15082 <para> 15074 15083 <table>