diff options
Diffstat (limited to 'test/confs')
-rw-r--r--[l---------] | test/confs/2020 | 47 |
1 files changed, 46 insertions, 1 deletions
diff --git a/test/confs/2020 b/test/confs/2020 index 5ec250ecd..cb0b8d3ab 120000..100644 --- a/test/confs/2020 +++ b/test/confs/2020 @@ -1 +1,46 @@ -2120
\ No newline at end of file +# 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 |