Testsuite: tidying
[exim.git] / test / stdout / 3550
1 ### Lack of attempt to auth
2
3 **** SMTP testing session as if from host 10.0.0.2
4 **** but without any ident (RFC 1413) callback.
5 **** This is not for real!
6
7 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000\r
8 250 myhost.test.ex Hello test [10.0.0.2]\r
9 250 OK\r
10 550 authentication required\r
11 221 myhost.test.ex closing connection\r
12 ### PLAIN/userx/secret
13 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000\r
14 250-myhost.test.ex Hello CALLER at test.host [10.0.0.1]\r
15 250-SIZE 52428800\r
16 250-8BITMIME\r
17 250-PIPELINING\r
18 250-AUTH PLAIN\r
19 250 HELP\r
20 235 Authentication succeeded\r
21 221 myhost.test.ex closing connection\r
22 ### ditto, split over two lines
23 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000\r
24 250-myhost.test.ex Hello CALLER at test.host [10.0.0.1]\r
25 250-SIZE 52428800\r
26 250-8BITMIME\r
27 250-PIPELINING\r
28 250-AUTH PLAIN\r
29 250 HELP\r
30 334 \r
31 235 Authentication succeeded\r
32 221 myhost.test.ex closing connection\r
33 ### Check auth_advertise_hosts no-match
34
35 **** SMTP testing session as if from host 10.0.0.4
36 **** but without any ident (RFC 1413) callback.
37 **** This is not for real!
38
39 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000\r
40 250-myhost.test.ex Hello test.host [10.0.0.4]\r
41 250-SIZE 52428800\r
42 250-8BITMIME\r
43 250-PIPELINING\r
44 250 HELP\r
45 221 myhost.test.ex closing connection\r
46 ### PLAIN (bad auth)   should fail
47 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000\r
48 250-myhost.test.ex Hello CALLER at test.host [10.0.0.1]\r
49 250-SIZE 52428800\r
50 250-8BITMIME\r
51 250-PIPELINING\r
52 250-AUTH PLAIN\r
53 250 HELP\r
54 535 Incorrect authentication data\r
55 221 myhost.test.ex closing connection\r
56 ### Shut down dovecot
57
58 ******** SERVER ********
59 ### Lack of attempt to auth
60 ### PLAIN/userx/secret
61 ### ditto, split over two lines
62 ### Check auth_advertise_hosts no-match
63 ### PLAIN (bad auth)   should fail
64 ### Shut down dovecot