Mention dns_use_edns0
[exim.git] / test / stdout / 2019
1 Connecting to 127.0.0.1 port 1225 ... connected
2 Attempting to start TLS
3 Succeeded in starting TLS
4 ??? 220
5 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
6 >>> ehlo rhu.barb
7 ??? 250-
8 <<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
9 ??? 250-
10 <<< 250-SIZE 52428800
11 ??? 250-
12 <<< 250-PIPELINING
13 ??? 250
14 <<< 250 HELP
15 >>> mail from:<userx@test.ex>
16 ??? 250
17 <<< 250 OK
18 >>> rcpt to:<userx@test.ex>
19 ??? 250
20 <<< 250 Accepted
21 >>> DATA
22 ??? 3
23 <<< 354 Enter message, ending with "." on a line by itself
24 >>> This is a test encrypted message.
25 >>> .
26 ??? 250
27 <<< 250 OK id=10HmaX-0005vi-00
28 >>> quit
29 ??? 221
30 <<< 221 myhost.test.ex closing connection
31 End of script
32 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
33 Certificate file = aux-fixed/cert2
34 Key file = aux-fixed/cert2
35 Attempting to start TLS
36 Succeeded in starting TLS
37 ??? 220
38 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
39 >>> mail from:<userx@test.ex>
40 ??? 250
41 <<< 250 OK
42 >>> rcpt to:<userx@test.ex>
43 ??? 250
44 <<< 250 Accepted
45 >>> DATA
46 ??? 3
47 <<< 354 Enter message, ending with "." on a line by itself
48 >>> This is a test encrypted message from a verified host.
49 >>> .
50 ??? 250
51 <<< 250 OK id=10HmaY-0005vi-00
52 >>> quit
53 ??? 221
54 <<< 221 myhost.test.ex closing connection
55 End of script