summaryrefslogtreecommitdiff
path: root/test/scripts/3450-plaintext-GnuTLS
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2007-01-15 15:59:22 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2007-01-15 15:59:22 +0000
commitb4ed4da0f525ab98c05797e15df0045e49ae3618 (patch)
tree14791744c4c09157336e91dcf2b4d994d2acdb9f /test/scripts/3450-plaintext-GnuTLS
parentad26813496addda838a0512075cacd58dca01b30 (diff)
Added log selector +smtp_no_mail to log when no MAIL is issued (for
Tony).
Diffstat (limited to 'test/scripts/3450-plaintext-GnuTLS')
-rw-r--r--test/scripts/3450-plaintext-GnuTLS/345441
1 files changed, 41 insertions, 0 deletions
diff --git a/test/scripts/3450-plaintext-GnuTLS/3454 b/test/scripts/3450-plaintext-GnuTLS/3454
new file mode 100644
index 000000000..0c45cbcc5
--- /dev/null
+++ b/test/scripts/3450-plaintext-GnuTLS/3454
@@ -0,0 +1,41 @@
+# TLS (server: logging for smtp_no_mail log selector)
+gnutls
+exim -DSERVER=server -bd -oX PORT_D
+****
+client-ssl 127.0.0.1 PORT_D
+??? 220
+ehlo foobar
+??? 250-
+??? 250-
+??? 250-
+??? 250-
+??? 250-
+??? 250
+starttls
+??? 220
+auth plain AHVzZXJ4AHNlY3JldA==
+??? 503
+****
+client-ssl 127.0.0.1 PORT_D
+??? 220
+ehlo foobar
+??? 250-
+??? 250-
+??? 250-
+??? 250-
+??? 250-
+??? 250
+starttls
+??? 220
+ehlo foobar
+??? 250-
+??? 250-
+??? 250-
+??? 250-
+??? 250
+auth plain AHVzZXJ4AHNlY3JldA==
+??? 235
+quit
+??? 221
+****
+killdaemon