Testsuite: make "client" util TLS variants more similar
[exim.git] / test / stdout / 2105
... / ...
CommitLineData
1Connecting to 127.0.0.1 port 1225 ... connected
2??? 220
3<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
4>>> mail from:<userx@test.ex>
5??? 250
6<<< 250 OK
7>>> rcpt to:<userx@remote.test.ex>
8??? 550
9<<< 550 encryption required
10>>> ehlo rhu.barb
11??? 250-
12<<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
13??? 250-
14<<< 250-SIZE 52428800
15??? 250-
16<<< 250-8BITMIME
17??? 250-
18<<< 250-PIPELINING
19??? 250-
20<<< 250-STARTTLS
21??? 250
22<<< 250 HELP
23>>> starttls
24??? 220
25<<< 220 TLS go ahead
26Attempting to start TLS
27Succeeded in starting TLS
28>>> mail from:<userx@test.ex>
29??? 250
30<<< 250 OK
31>>> rcpt to:<userx@remote.test.ex>
32??? 250
33<<< 250 Accepted
34>>> quit
35??? 221
36<<< 221 myhost.test.ex closing connection
37End of script