summaryrefslogtreecommitdiff
path: root/test/confs/4714
diff options
context:
space:
mode:
Diffstat (limited to 'test/confs/4714')
-rw-r--r--test/confs/471436
1 files changed, 36 insertions, 0 deletions
diff --git a/test/confs/4714 b/test/confs/4714
new file mode 100644
index 000000000..dd06bd8e5
--- /dev/null
+++ b/test/confs/4714
@@ -0,0 +1,36 @@
+# Exim test configuration 4714
+
+.include DIR/aux-var/std_conf_prefix
+
+
+# ----- Main settings -----
+
+log_selector = +received_recipients
+queue_run_in_order
+
+acl_smtp_rcpt = accept
+
+# ----- Routers -----
+
+begin routers
+
+send_to_server:
+ driver = accept
+ transport = to_server
+
+# ----- Transports -----
+
+begin transports
+
+to_server:
+ driver = smtp
+ allow_localhost
+ hosts = 127.0.0.1
+ port = PORT_D
+
+# ----- Retry -----
+
+begin retry
+* * F,5d,10s
+
+# End