From b4ed4da0f525ab98c05797e15df0045e49ae3618 Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Mon, 15 Jan 2007 15:59:22 +0000 Subject: Added log selector +smtp_no_mail to log when no MAIL is issued (for Tony). --- test/scripts/3450-plaintext-GnuTLS/3454 | 41 +++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 test/scripts/3450-plaintext-GnuTLS/3454 (limited to 'test/scripts/3450-plaintext-GnuTLS') 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 -- cgit v1.2.3