Add check for inlist and !inlist in test 0002.
[exim.git] / test / stdout / 3463
CommitLineData
54c5ebb1
PH
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>>> ehlo foobar
5??? 250-
6<<< 250-myhost.test.ex Hello foobar [127.0.0.1]
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>>> starttls
20??? 220
21<<< 220 TLS go ahead
22Attempting to start TLS
23SSL info: before/connect initialization
24SSL info: before/connect initialization
25SSL info: SSLv2/v3 write client hello A
26SSL info: SSLv3 read server hello A
27SSL info: SSLv3 read server certificate A
1508acb8 28SSL info: SSLv3 read server key exchange A
54c5ebb1
PH
29SSL info: SSLv3 read server done A
30SSL info: SSLv3 write client key exchange A
31SSL info: SSLv3 write change cipher spec A
32SSL info: SSLv3 write finished A
33SSL info: SSLv3 flush data
8332bd72 34SSL info: SSLv3 read server session ticket A
54c5ebb1
PH
35SSL info: SSLv3 read finished A
36SSL info: SSL negotiation finished successfully
37SSL info: SSL negotiation finished successfully
38SSL connection using AES256-SHA
39Succeeded in starting TLS
40>>> auth plain AHVzZXJ4AHNlY3JldA==
41??? 503
42<<< 503 AUTH command used when not advertised
43>>> mail from:<x@y> size=1234
44??? 501
45<<< 501 <x@y> size=1234: malformed address: size=1234 may not follow <x@y>
46>>> quit
47??? 221
48<<< 221 myhost.test.ex closing connection
49End of script
50Connecting to 127.0.0.1 port 1225 ... connected
51??? 220
52<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
53>>> ehlo foobar
54??? 250-
55<<< 250-myhost.test.ex Hello foobar [127.0.0.1]
56??? 250-
57<<< 250-SIZE 52428800
58??? 250-
5b456975
JH
59<<< 250-8BITMIME
60??? 250-
54c5ebb1
PH
61<<< 250-PIPELINING
62??? 250-
63<<< 250-AUTH PLAIN
64??? 250-
65<<< 250-STARTTLS
66??? 250
67<<< 250 HELP
68>>> starttls
69??? 220
70<<< 220 TLS go ahead
71Attempting to start TLS
72SSL info: before/connect initialization
73SSL info: before/connect initialization
74SSL info: SSLv2/v3 write client hello A
75SSL info: SSLv3 read server hello A
76SSL info: SSLv3 read server certificate A
1508acb8 77SSL info: SSLv3 read server key exchange A
54c5ebb1
PH
78SSL info: SSLv3 read server done A
79SSL info: SSLv3 write client key exchange A
80SSL info: SSLv3 write change cipher spec A
81SSL info: SSLv3 write finished A
82SSL info: SSLv3 flush data
8332bd72 83SSL info: SSLv3 read server session ticket A
54c5ebb1
PH
84SSL info: SSLv3 read finished A
85SSL info: SSL negotiation finished successfully
86SSL info: SSL negotiation finished successfully
87SSL connection using AES256-SHA
88Succeeded in starting TLS
89>>> auth plain AHVzZXJ4AHNlY3JldA==
90??? 235
91<<< 235 Authentication succeeded
92>>> mail from:<x@y> size=1234
93??? 250
94<<< 250 OK
95>>> quit
96??? 221
97<<< 221 myhost.test.ex closing connection
98End of script