Doc: clarify the syntax of the "begin <section>"
[exim.git] / test / stdout / 3463.debian8
CommitLineData
28e8a0f7
HSHR
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-
10<<< 250-8BITMIME
11??? 250-
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
23SSL info: before/connect initialization
24SSL info: before/connect initialization
25SSL info: SSL negotiation finished successfully
26SSL info: SSL negotiation finished successfully
27SSL connection using AES256-SHA
28Succeeded in starting TLS
29>>> auth plain AHVzZXJ4AHNlY3JldA==
30??? 503
31<<< 503 AUTH command used when not advertised
32>>> mail from:<x@y> size=1234
33??? 501
34<<< 501 <x@y> size=1234: malformed address: size=1234 may not follow <x@y>
35>>> quit
36??? 221
37<<< 221 myhost.test.ex closing connection
38End of script
39Connecting to 127.0.0.1 port 1225 ... connected
40??? 220
41<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
42>>> ehlo foobar
43??? 250-
44<<< 250-myhost.test.ex Hello foobar [127.0.0.1]
45??? 250-
46<<< 250-SIZE 52428800
47??? 250-
48<<< 250-8BITMIME
49??? 250-
50<<< 250-PIPELINING
51??? 250-
52<<< 250-AUTH PLAIN
53??? 250-
54<<< 250-STARTTLS
55??? 250
56<<< 250 HELP
57>>> starttls
58??? 220
59<<< 220 TLS go ahead
60Attempting to start TLS
61SSL info: before/connect initialization
62SSL info: before/connect initialization
63SSL info: SSL negotiation finished successfully
64SSL info: SSL negotiation finished successfully
65SSL connection using AES256-SHA
66Succeeded in starting TLS
67>>> auth plain AHVzZXJ4AHNlY3JldA==
68??? 235
69<<< 235 Authentication succeeded
70>>> mail from:<x@y> size=1234
71??? 250
72<<< 250 OK
73>>> quit
74??? 221
75<<< 221 myhost.test.ex closing connection
76End of script