summaryrefslogtreecommitdiff
path: root/test/stdout/3550
blob: 5dc50295ee3cd70eccf879f35b641844fc103140 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
### Lack of attempt to auth

**** SMTP testing session as if from host 10.0.0.2
**** but without any ident (RFC 1413) callback.
**** This is not for real!

220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
250 myhost.test.ex Hello test [10.0.0.2]
250 OK
550 authentication required
221 myhost.test.ex closing connection
### PLAIN/userx/secret
220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
250-myhost.test.ex Hello CALLER at test.host [10.0.0.1]
250-SIZE 52428800
250-8BITMIME
250-PIPELINING
250-AUTH PLAIN
250 HELP
235 Authentication succeeded
221 myhost.test.ex closing connection
### ditto, split over two lines
220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
250-myhost.test.ex Hello CALLER at test.host [10.0.0.1]
250-SIZE 52428800
250-8BITMIME
250-PIPELINING
250-AUTH PLAIN
250 HELP
334 
235 Authentication succeeded
221 myhost.test.ex closing connection
### Check auth_advertise_hosts no-match

**** SMTP testing session as if from host 10.0.0.4
**** but without any ident (RFC 1413) callback.
**** This is not for real!

220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
250-myhost.test.ex Hello test.host [10.0.0.4]
250-SIZE 52428800
250-8BITMIME
250-PIPELINING
250 HELP
221 myhost.test.ex closing connection
### PLAIN (bad auth)   should fail
220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
250-myhost.test.ex Hello CALLER at test.host [10.0.0.1]
250-SIZE 52428800
250-8BITMIME
250-PIPELINING
250-AUTH PLAIN
250 HELP
535 Incorrect authentication data
221 myhost.test.ex closing connection
### Shut down dovecot

******** SERVER ********
### Lack of attempt to auth
### PLAIN/userx/secret
### ditto, split over two lines
### Check auth_advertise_hosts no-match
### PLAIN (bad auth)   should fail
### Shut down dovecot