Fix too-often retry bug after 4xx with more hosts than hosts_max_retry.
[exim.git] / test / confs / 0543
diff --git a/test/confs/0543 b/test/confs/0543
new file mode 100644 (file)
index 0000000..e68280b
--- /dev/null
@@ -0,0 +1,46 @@
+# Exim test configuration 0543
+
+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 -----
+
+qualify_domain = test.ex
+queue_run_in_order
+
+
+# ----- Routers -----
+
+begin routers
+
+smarthost:
+  driver = accept
+  transport = smtp
+
+
+# ----- Transports -----
+
+begin transports
+
+smtp:
+  driver = smtp
+  hosts = thisloop.test.ex
+  hosts_max_try = 1
+  allow_localhost
+  port = PORT_S
+
+
+# ----- Retry -----
+
+
+begin retry
+
+* * F,5d,15m
+
+
+# End