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 pppp:error:dddddddd:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:[...]:SSL alert number 40
112 <<< 554 Security failure
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
119 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
122 <<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
124 <<< 250-SIZE 52428800
136 Attempting to start TLS
137 Succeeded in starting TLS
140 <<< 250 myhost.test.ex Hello test [ip4.ip4.ip4.ip4]
141 >>> mail from:<CALLER@test.ex>
144 >>> rcpt to:<CALLER@test.ex>
149 <<< 354 Enter message, ending with "." on a line by itself
150 >>> This is a test encrypted message from a verified host.
153 <<< 250 OK id=10HmaZ-0005vi-00
156 <<< 221 myhost.test.ex closing connection
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!
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
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