Hopefully the final lot of test files.
[exim.git] / test / scripts / 3450-plaintext-GnuTLS / 3453
diff --git a/test/scripts/3450-plaintext-GnuTLS/3453 b/test/scripts/3450-plaintext-GnuTLS/3453
new file mode 100644 (file)
index 0000000..cf99cd8
--- /dev/null
@@ -0,0 +1,44 @@
+# TLS (server: tls_remember_esmtp)
+gnutls
+exim -DSERVER=server -bd -oX PORT_D
+****
+client-gnutls 127.0.0.1 PORT_D
+??? 220
+ehlo foobar
+??? 250-
+??? 250-
+??? 250-
+??? 250-
+??? 250-
+??? 250
+starttls
+??? 220
+auth plain AHVzZXJ4AHNlY3JldA==
+??? 503
+mail from:<x@y> size=1234
+??? 501
+quit
+??? 221
+****
+killdaemon
+exim -DSERVER=server -DREMEMBER=true -bd -oX PORT_D
+****
+client-gnutls 127.0.0.1 PORT_D
+??? 220
+ehlo foobar
+??? 250-
+??? 250-
+??? 250-
+??? 250-
+??? 250-
+??? 250
+starttls
+??? 220
+auth plain AHVzZXJ4AHNlY3JldA==
+??? 235
+mail from:<x@y> size=1234
+??? 250
+quit
+??? 221
+****
+killdaemon