1 ### Should accept message
2 Connecting to 127.0.0.1 port 1225 ... connected
4 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
7 <<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
21 Attempting to start TLS
22 Succeeded in starting TLS
25 <<< 250 myhost.test.ex Hello test [127.0.0.1]
26 >>> mail from:<CALLER@test.ex>
29 >>> rcpt to:<CALLER@test.ex>
34 <<< 354 Enter message, ending with "." on a line by itself
35 >>> This is a test encrypted message.
38 <<< 250 OK id=10HmaX-0005vi-00
41 <<< 221 myhost.test.ex closing connection
43 ### Should accept message (with a difficult env-from)
44 Connecting to 127.0.0.1 port 1225 ... connected
46 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
49 <<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
63 Attempting to start TLS
64 Succeeded in starting TLS
67 <<< 250 myhost.test.ex Hello test [127.0.0.1]
68 >>> mail from:<"name with spaces"@test.ex>
71 >>> rcpt to:<CALLER@test.ex>
76 <<< 354 Enter message, ending with "." on a line by itself
77 >>> This is a test encrypted message.
80 <<< 250 OK id=10HmaY-0005vi-00
83 <<< 221 myhost.test.ex closing connection
85 ### client cert verify required; none given
86 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
88 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
91 <<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
105 Attempting to start TLS
106 Succeeded in starting TLS
109 error:dddddddd:SSL routines:ssl3_read_bytes:tlsv13 alert certificate required
113 <<< 554 Security failure
115 ### client cert verify required; good one supplied
116 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
117 Certificate file = TESTSUITE/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.pem
118 Key file = TESTSUITE/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.unlocked.key
120 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
123 <<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
125 <<< 250-SIZE 52428800
137 Attempting to start TLS
138 Succeeded in starting TLS
141 <<< 250 myhost.test.ex Hello test [ip4.ip4.ip4.ip4]
142 >>> mail from:<CALLER@test.ex>
145 >>> rcpt to:<CALLER@test.ex>
150 <<< 354 Enter message, ending with "." on a line by itself
151 >>> This is a test encrypted message from a verified host.
154 <<< 250 OK id=10HmaZ-0005vi-00
157 <<< 221 myhost.test.ex closing connection
160 **** SMTP testing session as if from host 10.0.0.1
161 **** but without any ident (RFC 1413) callback.
162 **** This is not for real!
164 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
\r
165 503 STARTTLS command used when not advertised
\r
166 221 myhost.test.ex closing connection
\r
168 ******** SERVER ********
169 ### Should accept message
170 ### Should accept message (with a difficult env-from)
171 ### client cert verify required; none given
172 ### client cert verify required; good one supplied