diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2012-05-11 21:46:57 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2012-06-04 14:57:03 +0100 |
commit | 4ed8d31a9ccdfc4a948703fd8ac3f7cb6b8fdf8e (patch) | |
tree | 68679f537112764d2493cfa7cac0f40615f01458 /test/scripts | |
parent | 24f66b4d1c46e638edbd1af06d3705cf0767a3c7 (diff) |
Support transport hosts_avoid_tls for cutthrough.
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/5400-cutthrough/5402 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/test/scripts/5400-cutthrough/5402 b/test/scripts/5400-cutthrough/5402 new file mode 100644 index 000000000..d670abf4e --- /dev/null +++ b/test/scripts/5400-cutthrough/5402 @@ -0,0 +1,24 @@ +# cutthrough_delivery to target oferring TLS +exim -DSERVER=server -bd -oX PORT_D +**** +exim -d-all+acl+transport+expand+lists -bs +EHLO myhost.test.ex +MAIL FROM:<eximtest@myhost.test.ex> +RCPT TO:<userx@domain.com> +DATA + +. +QUIT +**** +# via a transport setting never-tls +exim -d-all+acl+transport+expand+lists -bs +EHLO myhost.test.ex +MAIL FROM:<eximtest@myhost.test.ex> +RCPT TO:<usery@domain.com> +DATA + +. +QUIT +**** +killdaemon +no_msglog_check |