Testsuite: avoid time-quantization issue
[exim.git] / test / stdout / 3453
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 foobar
5??? 250-
6<<< 250-myhost.test.ex Hello foobar [127.0.0.1]
7??? 250-
8<<< 250-SIZE 52428800
9??? 250-
4be52428
JH
10<<< 250-8BITMIME
11??? 250-
54c5ebb1
PH
12<<< 250-PIPELINING
13??? 250-
14<<< 250-AUTH PLAIN
15??? 250-
16<<< 250-STARTTLS
17??? 250
18<<< 250 HELP
19>>> starttls
20??? 220
21<<< 220 TLS go ahead
22Attempting to start TLS
23Succeeded in starting TLS
24>>> auth plain AHVzZXJ4AHNlY3JldA==
25??? 503
26<<< 503 AUTH command used when not advertised
27>>> mail from:<x@y> size=1234
28??? 501
29<<< 501 <x@y> size=1234: malformed address: size=1234 may not follow <x@y>
30>>> quit
31??? 221
32<<< 221 myhost.test.ex closing connection
33End of script
34Connecting to 127.0.0.1 port 1225 ... connected
35??? 220
36<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
37>>> ehlo foobar
38??? 250-
39<<< 250-myhost.test.ex Hello foobar [127.0.0.1]
40??? 250-
41<<< 250-SIZE 52428800
42??? 250-
4be52428
JH
43<<< 250-8BITMIME
44??? 250-
54c5ebb1
PH
45<<< 250-PIPELINING
46??? 250-
47<<< 250-AUTH PLAIN
48??? 250-
49<<< 250-STARTTLS
50??? 250
51<<< 250 HELP
52>>> starttls
53??? 220
54<<< 220 TLS go ahead
55Attempting to start TLS
56Succeeded in starting TLS
57>>> auth plain AHVzZXJ4AHNlY3JldA==
58??? 235
59<<< 235 Authentication succeeded
60>>> mail from:<x@y> size=1234
61??? 250
62<<< 250 OK
63>>> quit
64??? 221
65<<< 221 myhost.test.ex closing connection
66End of script