diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-07-27 17:56:39 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-07-27 17:56:39 +0100 |
commit | 8ac90765750f87c573300b9e953af3d8090cab8b (patch) | |
tree | 47278e6cdac764dc65ebcf14bea7ec1781a1fb21 /test/stdout/5910 | |
parent | 8d3dc2397dd769bf4654b0678be8d2acf0956ddd (diff) |
Support REQUIRETLS
Diffstat (limited to 'test/stdout/5910')
-rw-r--r-- | test/stdout/5910 | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/test/stdout/5910 b/test/stdout/5910 new file mode 100644 index 000000000..692038d4f --- /dev/null +++ b/test/stdout/5910 @@ -0,0 +1,60 @@ +Connecting to 127.0.0.1 port 1225 ... connected +??? 220 +<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000 +>>> EHLO test.ex +??? 250- +<<< 250-myhost.test.ex Hello test.ex [127.0.0.1] +??? 250-SIZE +<<< 250-SIZE 52428800 +??? 250-8BITMIME +<<< 250-8BITMIME +??? 250-PIPELINING +<<< 250-PIPELINING +??? 250-STARTTLS +<<< 250-STARTTLS +??? 250 HELP +<<< 250 HELP +>>> STARTTLS +??? 220 +<<< 220 TLS go ahead +Attempting to start TLS +SSL connection using ke-RSA-AES256-SHA +Succeeded in starting TLS +>>> EHLO test.ex +??? 250- +<<< 250-myhost.test.ex Hello test.ex [127.0.0.1] +??? 250-SIZE +<<< 250-SIZE 52428800 +??? 250-8BITMIME +<<< 250-8BITMIME +??? 250-PIPELINING +<<< 250-PIPELINING +??? 250-REQUIRETLS +<<< 250-REQUIRETLS +??? 250 HELP +<<< 250 HELP +>>> MAIL FROM:<a@test.ex> REQUIRETLS +??? 250 +<<< 250 OK +>>> RCPT TO:<dump@test.ex> +??? 250 +<<< 250 Accepted +>>> DATA +??? 354 +<<< 354 Enter message, ending with "." on a line by itself +>>> Subject: foo +>>> +>>> content +>>> . +??? 250 +<<< 250 OK id=10HmaX-0005vi-00 +>>> QUIT +??? 221 +<<< 221 myhost.test.ex closing connection +End of script +220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
+250 OK
+250 Accepted
+354 Enter message, ending with "." on a line by itself
+250 OK id=10HmaZ-0005vi-00
+221 myhost.test.ex closing connection
|