X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/4fab92fbc2b63bac2d89c1dae69fa1845cb640b7..36afd696f0000b50e9c14ad61c96b46fb3d68cd0:/test/confs/2020 diff --git a/test/confs/2020 b/test/confs/2020 deleted file mode 120000 index 5ec250ecd..000000000 --- a/test/confs/2020 +++ /dev/null @@ -1 +0,0 @@ -2120 \ No newline at end of file diff --git a/test/confs/2020 b/test/confs/2020 new file mode 100644 index 000000000..cb0b8d3ab --- /dev/null +++ b/test/confs/2020 @@ -0,0 +1,46 @@ +# Exim test configuration 2020 + +SERVER= + +.include DIR/aux-var/tls_conf_prefix + +primary_hostname = thishost.test.ex + +# ----- Main settings ----- + +acl_smtp_rcpt = accept + +log_selector = +tls_peerdn + +queue_only + +tls_advertise_hosts = * + +# ----- Routers ----- + +begin routers + +abc: + driver = accept + transport = t1 + + +# ----- Transports ----- + +begin transports + +t1: + driver = smtp + hosts = thishost.test.ex + allow_localhost + port = PORT_D + hosts_try_fastopen = : + + +# ----- Retry ----- + +begin retry + +* * F,1d,1d + +# End