From d2a2c69b7b97d080d63dfb434584d98eb3228332 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sat, 9 May 2015 19:21:15 +0100 Subject: Support SOA lookup in dnsdb lookups. Bug 286 --- test/dnszones-src/db.test.ex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/dnszones-src') diff --git a/test/dnszones-src/db.test.ex b/test/dnszones-src/db.test.ex index 1339981c8..c9b004c76 100644 --- a/test/dnszones-src/db.test.ex +++ b/test/dnszones-src/db.test.ex @@ -1,5 +1,5 @@ ; 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 +; is a fake zone of no real use. The zone name is ; test.ex. 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. @@ -17,6 +17,7 @@ ; host ever uses them. test.ex. NS exim.test.ex. +test.ex. SOA exim.test.ex. hostmaster.exim.test.ex 1430683638 1200 120 604800 3600 test.ex. TXT "A TXT record for test.ex." s/lash TXT "A TXT record for s/lash.test.ex." -- cgit v1.2.3