include string_unprinting() in COMPILE_UTILITY cases.
[exim.git] / test / stdout / 2018
CommitLineData
54c5ebb1
PH
1Connecting 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>>> ehlo rhu.barb
5??? 250-
6<<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
7??? 250-
8<<< 250-SIZE 52428800
9??? 250-
10<<< 250-PIPELINING
11??? 250-
12<<< 250-STARTTLS
13??? 250
14<<< 250 HELP
15>>> starttls
16??? 220
17<<< 220 TLS go ahead
18Attempting to start TLS
19Succeeded in starting TLS
20>>> mail from:<userx@test.ex>
21??? 250
22<<< 250 OK
23>>> rcpt to:<userx@test.ex>
24??? 250
25<<< 250 Accepted
26>>> DATA
27??? 3
28<<< 354 Enter message, ending with "." on a line by itself
29>>> This is a test encrypted message.
30>>> .
31??? 250
32<<< 250 OK id=10HmaX-0005vi-00
33>>> quit
34??? 221
35<<< 221 myhost.test.ex closing connection
36End of script
37Connecting to 127.0.0.1 port 1225 ... connected
38??? 220
39<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
40>>> ehlo rhu.barb
41??? 250-
42<<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
43??? 250-
44<<< 250-SIZE 52428800
45??? 250-
46<<< 250-PIPELINING
47??? 250-
48<<< 250-STARTTLS
49??? 250
50<<< 250 HELP
51>>> mail from:<userx@test.ex>
52??? 250
53<<< 250 OK
54>>> rcpt to:<userx@test.ex>
55??? 550
56<<< 550 "You must encrypt"
57>>> quit
58??? 221
59<<< 221 myhost.test.ex closing connection
60End of script