diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-12-31 13:58:26 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-12-31 14:11:41 +0000 |
commit | cb6bd80f1680a22c96bfff84e8671fa01417611b (patch) | |
tree | 9facf3f43562da3017da2cd7e7379d992b71c01a /test/confs/4060 | |
parent | 5ffbf3a3b9bbc8ebc7a0b29bf753febe283f5fa9 (diff) |
PIPE_CONNECT: fix feature-cache refresh
Diffstat (limited to 'test/confs/4060')
-rw-r--r-- | test/confs/4060 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/confs/4060 b/test/confs/4060 index 935d49fe1..dcc0ec2e7 100644 --- a/test/confs/4060 +++ b/test/confs/4060 @@ -3,6 +3,7 @@ CONTROL=* OPT= +CONNECTCOND= keep_environment = PATH exim_path = EXIM_PATH @@ -22,13 +23,13 @@ chunking_advertise_hosts = OPT tls_advertise_hosts = * tls_certificate = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail} -# Avoid ECDHE key-exchange so that we can wireshark-decode +# Avoid ECDHE key-exchange so that we can wireshark-decode (not TLS1.3) .ifdef _HAVE_GNUTLS tls_require_ciphers = NORMAL:-KX-ALL:+RSA .endif pipelining_connect_advertise_hosts = * -log_selector = +received_recipients +pipelining +log_selector = +received_recipients +millisec +pipelining queue_only acl_smtp_rcpt = accept @@ -52,6 +53,7 @@ begin transports smtp: driver = smtp + hosts_try_fastopen = CONNECTCOND hosts_pipe_connect = CONTROL tls_verify_hosts = tls_try_verify_hosts = |