X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/ea98874e2a6a5aee2d512f3246f7d3c19c2ec63d..93f8e1523677abe2d413997fa758792384602b3a:/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