X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fconfs%2F2020;h=cb0b8d3ab9360666018d3045840a677859b9b447;hb=6d9b05ae272ca2122b48451c317d601e449af932;hp=5ec250ecd8d951347302f6bdf4e44342c9e58ad2;hpb=23bb69826c8d600ce4a268ad27e14b0390e540c8;p=user%2Fhenk%2Fcode%2Fexim.git 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