X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/c3aefacc72991f4960486052775ab47cd83c5fae..8a5d7421f117c332c90b94bfd6f50ca71494d705:/test/confs/0909 diff --git a/test/confs/0909 b/test/confs/0909 index 68b5be68f..4c9444c14 100644 --- a/test/confs/0909 +++ b/test/confs/0909 @@ -1,4 +1,43 @@ -keep_environment = -tls_advertise_hosts = -log_file_path = DIR/spool/log/%slog -spool_directory = DIR/aux-fixed/0909 +# 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