From 14e2dbbf0ec482f9fa5dd5a4fb6f2954a27f21eb Mon Sep 17 00:00:00 2001 From: "Heiko Schlittermann (HS12-RIPE)" Date: Wed, 26 Feb 2020 23:44:31 +0100 Subject: Testsuite: Move 2040 to 1101 (hanging pipelining connections) While this was a bug using GnuTLS, the test is rather generic and the expected behaviour does not depend on the TLS implementation. --- test/confs/1101 | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 test/confs/1101 (limited to 'test/confs/1101') diff --git a/test/confs/1101 b/test/confs/1101 new file mode 100644 index 000000000..fcb468072 --- /dev/null +++ b/test/confs/1101 @@ -0,0 +1,46 @@ +# Exim test configuration 2040 +# The test uses the same config for two Exim processes +# +# ,------ callout -------. +# | | +# | .----------. | +# `--> PORT_S | | +# client-gnutls --> PORT_D Exim |----' +# `----------' + +.include DIR/aux-var/tls_conf_prefix + +primary_hostname = myhost.test.ex + +# ----- Main settings ----- + +tls_advertise_hosts = * + +tls_certificate = DIR/aux-fixed/cert1 +tls_privatekey = DIR/aux-fixed/cert1 + +acl_smtp_rcpt = acl_check_rcpt + +begin acl +acl_check_rcpt: + + accept condition = ${if eq{$received_port}{PORT_S}} + message = Accepted (rcpt on backend) + + accept verify = recipient/callout=no_cache + message = Accepted (rcpt via callout) + +begin routers +catchall: + driver = accept + transport = local_smtp + +begin transports +local_smtp: + driver = smtp + port = PORT_S + hosts = 127.0.0.1 + hosts_require_tls = * + allow_localhost + +# End -- cgit v1.2.3