Testsuite: make "client" util TLS variants more similar
[exim.git] / test / stdout / 3460
CommitLineData
54c5ebb1
PH
1Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
2??? 220
3<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
4>>> ehlo foobar
5??? 250-
6<<< 250-myhost.test.ex Hello foobar [ip4.ip4.ip4.ip4]
7??? 250-
8<<< 250-SIZE 52428800
9??? 250-
5b456975
JH
10<<< 250-8BITMIME
11??? 250-
54c5ebb1
PH
12<<< 250-PIPELINING
13??? 250-
14<<< 250-AUTH PLAIN
15??? 250-
16<<< 250-STARTTLS
17??? 250
18<<< 250 HELP
19>>> auth plain AHVzZXJ4AHNlY3JldA==
20??? 235
21<<< 235 Authentication succeeded
22>>> quit
23??? 221
24<<< 221 myhost.test.ex closing connection
25End of script
26Connecting to 127.0.0.1 port 1225 ... connected
27??? 220
28<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
29>>> ehlo foobar
30??? 250-
31<<< 250-myhost.test.ex Hello foobar [127.0.0.1]
32??? 250-
33<<< 250-SIZE 52428800
34??? 250-
5b456975
JH
35<<< 250-8BITMIME
36??? 250-
54c5ebb1
PH
37<<< 250-PIPELINING
38??? 250-
39<<< 250-AUTH PLAIN
40??? 250-
41<<< 250-STARTTLS
42??? 250
43<<< 250 HELP
44>>> auth plain AHVzZXJ4AHNlY3JldA==
45??? 503
46<<< 503 STARTTLS required before AUTH
47>>> starttls
48??? 220
49<<< 220 TLS go ahead
50Attempting to start TLS
54c5ebb1
PH
51Succeeded in starting TLS
52>>> ehlo foobar
53??? 250-
54<<< 250-myhost.test.ex Hello foobar [127.0.0.1]
55??? 250-
56<<< 250-SIZE 52428800
57??? 250-
5b456975
JH
58<<< 250-8BITMIME
59??? 250-
54c5ebb1
PH
60<<< 250-PIPELINING
61??? 250-
62<<< 250-AUTH PLAIN
63??? 250
64<<< 250 HELP
65>>> auth plain AHVzZXJ4AHNlY3JldA==
66??? 235
67<<< 235 Authentication succeeded
68>>> quit
69??? 221
70<<< 221 myhost.test.ex closing connection
71End of script