summaryrefslogtreecommitdiff
path: root/test/confs
diff options
context:
space:
mode:
authorHeiko Schlittermann (HS12) <hs@schlittermann.de>2015-05-13 08:59:31 +0200
committerHeiko Schlittermann (HS12) <hs@schlittermann.de>2015-05-13 08:59:31 +0200
commitabe1353ec23012ab13e5d9962cc982b6bd8dbfad (patch)
tree3ad83f5c602a0be674f2f6ec4a31f4b5cf569922 /test/confs
parent5f3d09836c17cb80a1953196c98371ed70396903 (diff)
Testsuite: Check dnssec_{request,require}_domains for dnslookup
Diffstat (limited to 'test/confs')
-rw-r--r--test/confs/480010
-rw-r--r--test/confs/480110
2 files changed, 20 insertions, 0 deletions
diff --git a/test/confs/4800 b/test/confs/4800
new file mode 100644
index 000000000..a257eff41
--- /dev/null
+++ b/test/confs/4800
@@ -0,0 +1,10 @@
+
+begin routers
+ dnslookup:
+ driver = dnslookup
+ dnssec_request_domains = *
+ transport = smtp
+
+begin transports
+ smtp:
+ driver = smtp
diff --git a/test/confs/4801 b/test/confs/4801
new file mode 100644
index 000000000..86ec20698
--- /dev/null
+++ b/test/confs/4801
@@ -0,0 +1,10 @@
+
+begin routers
+ dnslookup:
+ driver = dnslookup
+ dnssec_require_domains = *
+ transport = smtp
+
+begin transports
+ smtp:
+ driver = smtp