From 7eb6c37c5084760c1d1469bd4be652b479a8df55 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 15 Mar 2015 12:32:11 +0000 Subject: SOCKS: as a client, talk SMTP via a socks5 proxy. Bug 1590 --- test/scripts/4028-GnuTLS-socks/4028 | 30 ++++++++++++++++++++++++++++++ test/scripts/4028-GnuTLS-socks/REQUIRES | 4 ++++ 2 files changed, 34 insertions(+) create mode 100644 test/scripts/4028-GnuTLS-socks/4028 create mode 100644 test/scripts/4028-GnuTLS-socks/REQUIRES (limited to 'test/scripts/4028-GnuTLS-socks') diff --git a/test/scripts/4028-GnuTLS-socks/4028 b/test/scripts/4028-GnuTLS-socks/4028 new file mode 100644 index 000000000..1692beaa8 --- /dev/null +++ b/test/scripts/4028-GnuTLS-socks/4028 @@ -0,0 +1,30 @@ +# socks5 proxy on smtp/starttls transport +# +munge loopback +gnutls +# +# a TLS-capable server to receive the mail +exim -DSERVER=server -bd -oX PORT_D +**** +# +# +# THIS TEST ASSUMES we have a socks proxy +# running and listening on 1080 +# +# a mail sender +exim -odi -bs -DOPT= +ehlo test.ex +mail from:<> +rcpt to: +data +Date: Fri, 17 Dec 2004 14:35:01 +0100 +Subject: message should be sent + +via null-auth proxy +. +quit +**** +# +# +killdaemon +no_msglog_check diff --git a/test/scripts/4028-GnuTLS-socks/REQUIRES b/test/scripts/4028-GnuTLS-socks/REQUIRES new file mode 100644 index 000000000..0b41941ac --- /dev/null +++ b/test/scripts/4028-GnuTLS-socks/REQUIRES @@ -0,0 +1,4 @@ +support Experimental_SOCKS +support GnuTLS +running IPv4 +running socks -- cgit v1.2.3