Testsuite: tidying
[exim.git] / test / stdout / 3551
1 ### LOGIN/userx/secret
2 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000\r
3 250-myhost.test.ex Hello CALLER at test.host [10.0.0.1]\r
4 250-SIZE 52428800\r
5 250-8BITMIME\r
6 250-PIPELINING\r
7 250-AUTH LOGIN\r
8 250 HELP\r
9 334 VXNlcm5hbWU6\r
10 334 UGFzc3dvcmQ6\r
11 235 Authentication succeeded\r
12 250 OK\r
13 250 Accepted\r
14 354 Enter message, ending with "." on a line by itself\r
15 250 OK id=10HmaX-000000005vi-0000\r
16 221 myhost.test.ex closing connection\r
17 ### ditto, on two lines from client rather than three; fails
18 ###  (not legit; the username & passwd should be suplied separately in response to prompts)
19 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000\r
20 250-myhost.test.ex Hello CALLER at test.host [10.0.0.1]\r
21 250-SIZE 52428800\r
22 250-8BITMIME\r
23 250-PIPELINING\r
24 250-AUTH LOGIN\r
25 250 HELP\r
26 334 VXNlcm5hbWU6\r
27 535 Incorrect authentication data\r
28 221 myhost.test.ex closing connection\r
29 ### ditto, on one line; fails
30 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000\r
31 250-myhost.test.ex Hello CALLER at test.host [10.0.0.1]\r
32 250-SIZE 52428800\r
33 250-8BITMIME\r
34 250-PIPELINING\r
35 250-AUTH LOGIN\r
36 250 HELP\r
37 535 Incorrect authentication data\r
38 221 myhost.test.ex closing connection\r
39 ### ditto, a different split of two lines; passes (though not strictly within spec)
40 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000\r
41 250-myhost.test.ex Hello CALLER at test.host [10.0.0.1]\r
42 250-SIZE 52428800\r
43 250-8BITMIME\r
44 250-PIPELINING\r
45 250-AUTH LOGIN\r
46 250 HELP\r
47 334 UGFzc3dvcmQ6\r
48 235 Authentication succeeded\r
49 221 myhost.test.ex closing connection\r
50 ### LOGIN - cancelled part-way through (returns a fail)
51 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000\r
52 250-myhost.test.ex Hello CALLER at test.host [10.0.0.1]\r
53 250-SIZE 52428800\r
54 250-8BITMIME\r
55 250-PIPELINING\r
56 250-AUTH LOGIN\r
57 250 HELP\r
58 334 VXNlcm5hbWU6\r
59 334 UGFzc3dvcmQ6\r
60 501 Authentication cancelled\r
61 221 myhost.test.ex closing connection\r
62 ### LOGIN (empty username; bad auth)   should fail
63 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000\r
64 250-myhost.test.ex Hello CALLER at test.host [10.0.0.1]\r
65 250-SIZE 52428800\r
66 250-8BITMIME\r
67 250-PIPELINING\r
68 250-AUTH LOGIN\r
69 250 HELP\r
70 334 VXNlcm5hbWU6\r
71 535 Incorrect authentication data\r
72 500 unrecognized command\r
73 221 myhost.test.ex closing connection\r
74 ### LOGIN (bad username; bad auth)   should fail
75 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000\r
76 250-myhost.test.ex Hello CALLER at test.host [10.0.0.1]\r
77 250-SIZE 52428800\r
78 250-8BITMIME\r
79 250-PIPELINING\r
80 250-AUTH LOGIN\r
81 250 HELP\r
82 334 VXNlcm5hbWU6\r
83 535 Incorrect authentication data\r
84 500 unrecognized command\r
85 221 myhost.test.ex closing connection\r
86 ### Shut down dovecot
87
88 ******** SERVER ********
89 ### LOGIN/userx/secret
90 ### ditto, on two lines from client rather than three; fails
91 ###  (not legit; the username & passwd should be suplied separately in response to prompts)
92 ### ditto, on one line; fails
93 ### ditto, a different split of two lines; passes (though not strictly within spec)
94 ### LOGIN - cancelled part-way through (returns a fail)
95 ### LOGIN (empty username; bad auth)   should fail
96 ### LOGIN (bad username; bad auth)   should fail
97 ### Shut down dovecot