Testsuite: output changes resulting
[exim.git] / test / stdout / 2132
CommitLineData
90788405 1### Should accept message
a7fec7a7
JH
2Connecting to 127.0.0.1 port 1225 ... connected
3??? 220
4<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
5>>> ehlo rhu.barb
6??? 250-
7<<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
8??? 250-
9<<< 250-SIZE 52428800
10??? 250-
11<<< 250-8BITMIME
12??? 250-
13<<< 250-PIPELINING
14??? 250-
15<<< 250-STARTTLS
16??? 250
17<<< 250 HELP
18>>> starttls
19??? 220
20<<< 220 TLS go ahead
21Attempting to start TLS
826cb8c2 22SSL connection using ke-RSA-AES256-SHAnnn
a7fec7a7
JH
23Succeeded in starting TLS
24>>> mail from:<CALLER@test.ex>
25??? 250
26<<< 250 OK
27>>> rcpt to:<CALLER@test.ex>
28??? 250
29<<< 250 Accepted
30>>> DATA
31??? 3
32<<< 354 Enter message, ending with "." on a line by itself
33>>> This is a test encrypted message.
34>>> .
35??? 250
36<<< 250 OK id=10HmaX-0005vi-00
37>>> quit
38??? 221
39<<< 221 myhost.test.ex closing connection
40End of script
90788405 41### Should accept message (with a difficult env-from)
a7fec7a7
JH
42Connecting to 127.0.0.1 port 1225 ... connected
43??? 220
44<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
45>>> ehlo rhu.barb
46??? 250-
47<<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
48??? 250-
49<<< 250-SIZE 52428800
50??? 250-
51<<< 250-8BITMIME
52??? 250-
53<<< 250-PIPELINING
54??? 250-
55<<< 250-STARTTLS
56??? 250
57<<< 250 HELP
58>>> starttls
59??? 220
60<<< 220 TLS go ahead
61Attempting to start TLS
826cb8c2 62SSL connection using ke-RSA-AES256-SHAnnn
a7fec7a7
JH
63Succeeded in starting TLS
64>>> mail from:<"name with spaces"@test.ex>
65??? 250
66<<< 250 OK
67>>> rcpt to:<CALLER@test.ex>
68??? 250
69<<< 250 Accepted
70>>> DATA
71??? 3
72<<< 354 Enter message, ending with "." on a line by itself
73>>> This is a test encrypted message.
74>>> .
75??? 250
76<<< 250 OK id=10HmaY-0005vi-00
77>>> quit
78??? 221
79<<< 221 myhost.test.ex closing connection
80End of script
90788405 81### client cert verify required; none given
a7fec7a7
JH
82Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
83??? 220
84<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
85>>> ehlo rhu.barb
86??? 250-
87<<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
88??? 250-
89<<< 250-SIZE 52428800
90??? 250-
91<<< 250-8BITMIME
92??? 250-
93<<< 250-PIPELINING
94??? 250-
95<<< 250-STARTTLS
96??? 250
97<<< 250 HELP
98>>> starttls
99??? 220
100<<< 220 TLS go ahead
101Attempting to start TLS
12373afb 102pppp:error:dddddddd:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:[...]:SSL alert number 40
a7fec7a7 103Failed to start TLS
90788405
JH
104>>> noop
105????554
106>>> noop
bb07bcd3
JH
107??? 554
108<<< 554 Security failure
a7fec7a7 109End of script
90788405 110### client cert verify required; good one supplied
a7fec7a7
JH
111Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
112Certificate file = TESTSUITE/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.pem
113Key file = TESTSUITE/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.unlocked.key
114??? 220
115<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
116>>> ehlo rhu.barb
117??? 250-
118<<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
119??? 250-
120<<< 250-SIZE 52428800
121??? 250-
122<<< 250-8BITMIME
123??? 250-
124<<< 250-PIPELINING
125??? 250-
126<<< 250-STARTTLS
127??? 250
128<<< 250 HELP
129>>> starttls
130??? 220
131<<< 220 TLS go ahead
132Attempting to start TLS
826cb8c2 133SSL connection using ke-RSA-AES256-SHAnnn
a7fec7a7
JH
134Succeeded in starting TLS
135>>> mail from:<CALLER@test.ex>
136??? 250
137<<< 250 OK
138>>> rcpt to:<CALLER@test.ex>
139??? 250
140<<< 250 Accepted
141>>> DATA
142??? 3
143<<< 354 Enter message, ending with "." on a line by itself
144>>> This is a test encrypted message from a verified host.
145>>> .
146??? 250
147<<< 250 OK id=10HmaZ-0005vi-00
148>>> quit
149??? 221
150<<< 221 myhost.test.ex closing connection
151End of script
152
153**** SMTP testing session as if from host 10.0.0.1
154**** but without any ident (RFC 1413) callback.
155**** This is not for real!
156
157220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000\r
158503 STARTTLS command used when not advertised\r
159221 myhost.test.ex closing connection\r
90788405
JH
160
161******** SERVER ********
162### Should accept message
163### Should accept message (with a difficult env-from)
164### client cert verify required; none given
165### client cert verify required; good one supplied