24ffec5bacebddad3bfa0d2efb984f0e74a87340
[exim.git] / test / stdout / 2132
1 ### Should accept message
2 Connecting 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
21 Attempting to start TLS
22 SSL connection using ke-RSA-AES256-SHAnnn
23 Succeeded 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
40 End of script
41 ### Should accept message (with a difficult env-from)
42 Connecting 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
61 Attempting to start TLS
62 SSL connection using ke-RSA-AES256-SHAnnn
63 Succeeded 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
80 End of script
81 ### client cert verify required; none given
82 Connecting 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
101 Attempting to start TLS
102 pppp:error:dddddddd:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:[...]:SSL alert number 40
103 Failed to start TLS
104 >>> noop
105 ????554
106 >>> noop
107 ??? 554
108 <<< 554 Security failure
109 End of script
110 ### client cert verify required; good one supplied
111 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
112 Certificate file = TESTSUITE/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.pem
113 Key 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
132 Attempting to start TLS
133 SSL connection using ke-RSA-AES256-SHAnnn
134 Succeeded 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
151 End 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
157 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
158 503 STARTTLS command used when not advertised
159 221 myhost.test.ex closing connection
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