[exim-cvs] Testsuite: additional dns zone for certificate na…

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Exim Git Commits Mailing List
Data:  
Para: exim-cvs
Assunto: [exim-cvs] Testsuite: additional dns zone for certificate name testing
Gitweb: http://git.exim.org/exim.git/commitdiff/a163908a12546834f355c40c87b6cb859302b1c6
Commit:     a163908a12546834f355c40c87b6cb859302b1c6
Parent:     aa2a70baf1a7ae2d6c579094a188c1d30d3d5fd5
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Sat Nov 8 23:45:00 2014 +0000
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Sat Nov 8 23:45:00 2014 +0000


    Testsuite: additional dns zone for certificate name testing
---
 test/dnszones-src/db.example.com |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)


diff --git a/test/dnszones-src/db.example.com b/test/dnszones-src/db.example.com
new file mode 100644
index 0000000..bc209ce
--- /dev/null
+++ b/test/dnszones-src/db.example.com
@@ -0,0 +1,25 @@
+; This is a testing zone file for use when testing DNS handling in Exim. This
+; is a fake zone of no real use - hence no SOA record. The zone name is
+; example.com. This file is passed through the substitution mechanism before being
+; used by the fakens auxiliary program. This inserts the actual IP addresses
+; of the local host into the zone.
+
+; NOTE (1): apart from ::1, IPv6 addresses must always have 8 components. Do
+; not abbreviate them by using the :: feature. Leading zeros in components may,
+; however, be omitted.
+
+; NOTE (2): the fakens program is very simple and assumes that the buffer into
+; which is puts the response is always going to be big enough. In other words,
+; the expectation is for just a few RRs for each query.
+
+; NOTE (3): the top-level networks for testing addresses are parameterized by
+; the use of V4NET and V6NET. These networks should be such that no real
+; host ever uses them.
+
+example.com.     NS      exim.example.com.
+
+; Alias A record for the local host, under the name "server1"
+
+server1     A       HOSTIPV4
+
+; End