More new test committing.
[exim.git] / test / confs / 0419
diff --git a/test/confs/0419 b/test/confs/0419
new file mode 100644 (file)
index 0000000..72dfc68
--- /dev/null
@@ -0,0 +1,37 @@
+# Exim test configuration 0419
+
+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 -----
+
+primary_hostname = mail.test.ex
+qualify_domain = test.ex
+
+domainlist local_domains = !mxt13.test.ex : !other1.test.ex : *.test.ex
+hosts_treat_as_local = +local_domains
+
+
+# ----- Routers -----
+
+begin routers
+
+dnslookup:
+  driver = dnslookup
+  domains = ! +local_domains
+  transport = smtp
+
+# ----- Transports -----
+
+begin transports
+
+smtp:
+ driver = smtp
+
+
+# End