More new test committing.
[users/jgh/exim.git] / test / confs / 1005
diff --git a/test/confs/1005 b/test/confs/1005
new file mode 100644 (file)
index 0000000..dfeee38
--- /dev/null
@@ -0,0 +1,35 @@
+# Exim test configuration 1005
+
+exim_path = EXIM_PATH
+host_lookup_order = bydns
+rfc1413_query_timeout = 0s
+spool_directory = DIR/spool
+log_file_path = DIR/spool/log/%slog
+gecos_pattern = ""
+gecos_name = CALLER_NAME
+
+# ----- Main settings -----
+
+dns_ipv4_lookup = eximtesthost.ipv6.test.ex
+
+
+# ----- Routers -----
+
+begin routers
+
+lookuphost:
+  driver = manualroute
+  route_list = * $domain byname
+  self = send
+  transport = smtp
+
+# ----- Transports -----
+
+begin transports
+
+smtp:
+  driver = smtp
+  port = PORT_S
+
+
+# End