OpenSSL: SSLKEYLOGFILE support
[exim.git] / test / stdout / 4601
1 Connecting to 127.0.0.1 port 1225 ... connected
2 ??? 220
3 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
4 >>> helo testclient
5 ??? 250
6 <<< 250 myhost.test.ex Hello testclient [127.0.0.1]
7 >>> mail from:<a@example.com>
8 ??? 250
9 <<< 250 OK
10 >>> rcpt to:<fred@test.ex>
11 ??? 250
12 <<< 250 Accepted
13 >>> quit
14 End of script
15 Connecting to 127.0.0.1 port 1224 ... connected
16 ??? 220
17 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
18 >>> helo testclient
19 ??? 250
20 <<< 250 myhost.test.ex Hello testclient [127.0.0.1]
21 >>> mail from:<b@example.com>
22 ??? 250
23 <<< 250 OK
24 >>> rcpt to:<fred@test.ex>
25 ??? 250
26 <<< 250 Accepted
27 >>> quit
28 End of script