X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/4d9c3e57c7decda537f4dab71b4d0880514334f6..8669f003e82e39e578787d9ebc1b40f36c024332:/test/confs/0561 diff --git a/test/confs/0561 b/test/confs/0561 new file mode 100644 index 000000000..ecdbf9504 --- /dev/null +++ b/test/confs/0561 @@ -0,0 +1,42 @@ +# Exim test configuration 0561 + +QOLL=true + +exim_path = EXIM_PATH +host_lookup_order = bydns +primary_hostname = myhost.test.ex +rfc1413_query_timeout = 0s +spool_directory = DIR/spool +log_file_path = DIR/spool/log/%slog +gecos_pattern = "" +gecos_name = CALLER_NAME + +# ----- Main settings ----- + +acl_smtp_rcpt = accept + +queue_only_load = 0.001 +queue_only_load_latch = QOLL +queue_run_in_order + + +# ----- Routers ----- + +begin routers + +r1: + driver = manualroute + route_data = 127.0.0.1 + self = send + transport = t1 + + +# ----- Transports ----- + +begin transports + +t1: + driver = smtp + port = PORT_D + +# End