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