b3d2c05aa6cc75d056f4d365c479b1b27ba580fa
[exim.git] / test / scripts / 3500-CRAM-MD5 / 3500
1 # CRAM-MD5 server tests
2
3 exim -odi -bs -oMa 10.0.0.1
4 ehlo test.host
5 AUTH CRAM-MD5
6 dGltIGI5MTNhNjAyYzdlZGE3YTQ5NWI0ZTZlNzMzNGQzODkw
7 mail from:<userx@some.domain>
8 rcpt to:<userx@test.ex>
9 data
10 Testing authenticated CRAM-MD5.
11 .
12 quit
13 ****
14 exim -odi -bs -oMa 10.0.0.1
15 ehlo test.host
16 AUTH CRAM-MD5
17 dXNlcnggNzMzYmE4N2U2NGVkN2U0NDFmMDYyYzRhYzZkYjAxMDM=
18 quit
19 ****
20 exim -bh 10.0.0.4
21 ehlo test.host
22 quit
23 ****
24 exim -bh 10.0.0.1
25 ehlo test.host
26 AUTH CRAM-MD5
27 dGltIGI5MTNhNjAyYzdlZGE3YTQ5NWI0ZTZlNzMzNGQzODkw
28 mail from:<userx@some.domain>
29 rcpt to:<userx@test.ex>
30 data
31 Testing authenticated CRAM-MD5.
32 .
33 quit
34 ****
35 no_msglog_check