X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/5ce637f7a74d392ddafb1d38e3cefb744996b287..c9f6a125c706ecb40a0cb680e30c583336fee410:/test/confs/0909 diff --git a/test/confs/0909 b/test/confs/0909 new file mode 100644 index 000000000..4c9444c14 --- /dev/null +++ b/test/confs/0909 @@ -0,0 +1,43 @@ +# Exim test configuration 0623 + +SERVER= + +.include DIR/aux-var/std_conf_prefix + +primary_hostname = myhost.test.ex +log_selector = +pipelining +received_recipients +smtp_connection +millisec + + +# ----- Main settings ----- + +acl_smtp_rcpt = accept + +# ----- Routers ----- + +begin routers + +client: + driver = accept + transport = send_to_server + errors_to = "" + + +# ----- Transports ----- + +begin transports + +send_to_server: + driver = smtp + allow_localhost + hosts = 127.0.0.1 + port = PORT_D + +# ----- Retry ----- + + +begin retry + +* * F,5d,10s + + +# End