summaryrefslogtreecommitdiff
path: root/test/scripts/3500-CRAM-MD5/3500
blob: 637852f643d92a0de10c0db08be18f2249b1e496 (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
# CRAM-MD5 server tests

exim -odi -bs -oMa 10.0.0.1
ehlo test.host
AUTH CRAM-MD5
dGltIGI5MTNhNjAyYzdlZGE3YTQ5NWI0ZTZlNzMzNGQzODkw
mail from:<userx@some.domain>
rcpt to:<userx@test.ex>
data
Testing authenticated CRAM-MD5.
.
quit
****
exim -odi -bs -oMa 10.0.0.1
ehlo test.host
AUTH CRAM-MD5
dXNlcnggNzMzYmE4N2U2NGVkN2U0NDFmMDYyYzRhYzZkYjAxMDM=
quit
****
exim -bh 10.0.0.4
ehlo test.host
quit
****
exim -bh 10.0.0.1
ehlo test.host
AUTH CRAM-MD5
dGltIGI5MTNhNjAyYzdlZGE3YTQ5NWI0ZTZlNzMzNGQzODkw
mail from:<userx@some.domain>
rcpt to:<userx@test.ex>
data
Testing authenticated CRAM-MD5.
.
quit
****
exim -bh 10.0.0.5
ehlo test.host
AUTH CRAM-MD5
dGltIGI5MTNhNjAyYzdlZGE3YTQ5NWI0ZTZlNzMzNGQzODkw
mail from:<userx@some.domain>
rcpt to:<userx@test.ex>
data
Testing authenticated CRAM-MD5.
.
quit
****
no_msglog_check