More new test committing.
[exim.git] / test / confs / 5206
diff --git a/test/confs/5206 b/test/confs/5206
new file mode 100644 (file)
index 0000000..d0a3abf
--- /dev/null
@@ -0,0 +1,47 @@
+# Exim test configuration 5206
+
+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 -----
+
+domainlist local_domains = test.ex
+
+qualify_domain = test.ex
+allow_mx_to_ip
+
+# ----- Routers -----
+
+begin routers
+
+queryprogram:
+  driver = queryprogram
+  command = /bin/echo accept transport=smtp hosts=ten-3.test.ex lookup=bydns
+  command_user = nobody
+  domains = ten-3.test.ex
+  ignore_target_hosts = V4NET.0.0.0/8
+
+
+# ----- Transports -----
+
+begin transports
+
+smtp:
+  driver = smtp
+  port = PORT_S
+
+
+# ----- Retry -----
+
+
+begin retry
+
+* * F,5d,1d
+
+
+# End