summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0480
blob: cb4712bb1e10d8d464d24f2274b20d648d833a25 (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
# smtp_active_hostname
need_ipv4
#
exim -bh 1.2.3.4 -oMi V4NET.0.0.1
helo a.b.c
quit
****
exim -bh 1.2.3.4 -oMi V4NET.0.0.2
helo a.b.c
quit
****
1
exim -bh 1.2.3.4 -oMi V4NET.0.0.3
helo a.b.c
quit
****
exim -bh 1.2.3.4 -oMi V4NET.0.0.4
helo a.b.c
quit
****
exim -DSERVER=server -DIP1=127.0.0.1 -DIP2=HOSTIPV4 -bd -oX PORT_D
****
client 127.0.0.1 PORT_D
??? 220
helo foobar
??? 250
mail from:<>
??? 250
rcpt to:<userx@test.ex>
??? 250
data
??? 354
.
??? 250
quit
??? 221
****
# Wait for it to be delivered
sleep 1
client HOSTIPV4 PORT_D
??? 220
helo foobar
??? 250
quit
??? 221
****
killdaemon
no_msglog_check