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
23 >>> mail from:<CALLER@test.ex>
26 >>> rcpt to:<CALLER@test.ex>
31 <<< 354 Enter message, ending with "." on a line by itself
32 >>> This is a test encrypted message.
35 <<< 250 OK id=10HmaX-0005vi-00
38 <<< 221 myhost.test.ex closing connection
40 ### Should accept message (with a difficult env-from)
41 Connecting to 127.0.0.1 port 1225 ... connected
43 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
46 <<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
60 Attempting to start TLS
61 Succeeded in starting TLS
62 >>> mail from:<"name with spaces"@test.ex>
65 >>> rcpt to:<CALLER@test.ex>
70 <<< 354 Enter message, ending with "." on a line by itself
71 >>> This is a test encrypted message.
74 <<< 250 OK id=10HmaY-0005vi-00
77 <<< 221 myhost.test.ex closing connection
79 ### client cert verify required; none given
80 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
82 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
85 <<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
99 Attempting to start TLS
100 Succeeded in starting TLS
103 error:dddddddd:SSL routines:ssl3_read_bytes:tlsv13 alert certificate required
107 <<< 554 Security failure
109 ### client cert verify required; good one supplied
110 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
111 Certificate file = TESTSUITE/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.pem
112 Key file = TESTSUITE/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.unlocked.key
114 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
117 <<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
119 <<< 250-SIZE 52428800
131 Attempting to start TLS
132 Succeeded in starting TLS
133 >>> mail from:<CALLER@test.ex>
136 >>> rcpt to:<CALLER@test.ex>
141 <<< 354 Enter message, ending with "." on a line by itself
142 >>> This is a test encrypted message from a verified host.
145 <<< 250 OK id=10HmaZ-0005vi-00
148 <<< 221 myhost.test.ex closing connection
151 **** SMTP testing session as if from host 10.0.0.1
152 **** but without any ident (RFC 1413) callback.
153 **** This is not for real!
155 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
\r
156 503 STARTTLS command used when not advertised
\r
157 221 myhost.test.ex closing connection
\r
159 ******** SERVER ********
160 ### Should accept message
161 ### Should accept message (with a difficult env-from)
162 ### client cert verify required; none given
163 ### client cert verify required; good one supplied