X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/74954688e4f61475b2451b2cb22045ab8e7f0150..d4095f83496094d7d8649cc412536f69d1cfcb6a:/test/confs/2131 diff --git a/test/confs/2131 b/test/confs/2131 index b1719baee..243fc092c 100644 --- a/test/confs/2131 +++ b/test/confs/2131 @@ -3,22 +3,16 @@ SERVER = -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/SERVER%slog -gecos_pattern = "" -gecos_name = CALLER_NAME +.include DIR/aux-var/tls_conf_prefix +primary_hostname = myhost.test.ex # ----- Main settings ----- domainlist local_domains = test.ex : *.test.ex acl_smtp_rcpt = acl_log_sni -log_selector = +tls_peerdn +tls_sni +log_selector = +tls_peerdn +tls_sni +received_recipients remote_max_parallel = 1 tls_advertise_hosts = * @@ -71,16 +65,20 @@ send_to_server1: allow_localhost hosts = HOSTIPV4 port = PORT_D + hosts_try_fastopen = : tls_sni = fred hosts_require_tls = * + tls_try_verify_hosts = : send_to_server2: driver = smtp allow_localhost hosts = HOSTIPV4 port = PORT_D + hosts_try_fastopen = : tls_sni = bill hosts_require_tls = * + tls_try_verify_hosts = : # ----- Retry -----