diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2012-06-04 14:54:13 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2012-06-04 14:57:04 +0100 |
commit | 9940096804c9f3985ca3bc9d862cefa0daa29c96 (patch) | |
tree | 1550f5e72b19015f4be26ff00c3d6f1419a1bd18 /test/scripts/5410-cutthrough-OpenSSL | |
parent | 389ca47a59cc0247fcee8a50da42aa00af5f7a90 (diff) |
Add hosts_verify_avoid_tls option to smtp transport.
Diffstat (limited to 'test/scripts/5410-cutthrough-OpenSSL')
-rw-r--r-- | test/scripts/5410-cutthrough-OpenSSL/5410 | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/test/scripts/5410-cutthrough-OpenSSL/5410 b/test/scripts/5410-cutthrough-OpenSSL/5410 index d670abf4e..9938e00e5 100644 --- a/test/scripts/5410-cutthrough-OpenSSL/5410 +++ b/test/scripts/5410-cutthrough-OpenSSL/5410 @@ -1,6 +1,7 @@ # cutthrough_delivery to target oferring TLS exim -DSERVER=server -bd -oX PORT_D **** +# this one should succeed exim -d-all+acl+transport+expand+lists -bs EHLO myhost.test.ex MAIL FROM:<eximtest@myhost.test.ex> @@ -10,7 +11,19 @@ DATA . QUIT **** -# via a transport setting never-tls +# via a transport setting hosts_avoid_tls +# so this one should not use 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 +**** +# via a transport setting hosts_verify_avoid_tls +# so this one should not use TLS exim -d-all+acl+transport+expand+lists -bs EHLO myhost.test.ex MAIL FROM:<eximtest@myhost.test.ex> |