More new test committing.
[exim.git] / test / confs / 1006
diff --git a/test/confs/1006 b/test/confs/1006
new file mode 100644 (file)
index 0000000..21ce5a4
--- /dev/null
@@ -0,0 +1,47 @@
+# Exim test configuration 1006
+
+SERVER=
+D6=
+
+exim_path = EXIM_PATH
+host_lookup_order = bydns
+primary_hostname = myhost.test.ex
+rfc1413_query_timeout = 0s
+spool_directory = DIR/spool
+log_file_path = DIR/spool/log/SERVER%slog
+gecos_pattern = ""
+gecos_name = CALLER_NAME
+
+# ----- Main settings -----
+
+qualify_domain = test.ex
+D6
+
+# ----- Routers -----
+
+begin routers
+
+r1:
+  driver = dnslookup
+  local_parts = dnslookup
+  transport = smtp
+
+r2:
+  driver = manualroute
+  local_parts = manualroute
+  route_list = * 46.test.ex
+  transport = smtp
+
+
+
+
+
+# ----- Transports -----
+
+begin transports
+
+smtp:
+  driver = smtp
+
+
+# End