debian experimental exim-daemon-heavy config
[exim.git] / test / scripts / 0000-Basic / 0480
CommitLineData
59371ea7
PH
1# smtp_active_hostname
2need_ipv4
3#
4exim -bh 1.2.3.4 -oMi V4NET.0.0.1
5helo a.b.c
6quit
7****
8exim -bh 1.2.3.4 -oMi V4NET.0.0.2
9helo a.b.c
10quit
11****
121
13exim -bh 1.2.3.4 -oMi V4NET.0.0.3
14helo a.b.c
15quit
16****
17exim -bh 1.2.3.4 -oMi V4NET.0.0.4
18helo a.b.c
19quit
20****
21exim -DSERVER=server -DIP1=127.0.0.1 -DIP2=HOSTIPV4 -bd -oX PORT_D
22****
7eb59ff9 23client 127.0.0.1 PORT_D
59371ea7
PH
24??? 220
25helo foobar
26??? 250
27mail from:<>
28??? 250
29rcpt to:<userx@test.ex>
30??? 250
31data
32??? 354
33.
34??? 250
35quit
36??? 221
37****
38# Wait for it to be delivered
39sleep 1
40client HOSTIPV4 PORT_D
41??? 220
42helo foobar
43??? 250
44quit
45??? 221
46****
47killdaemon
48no_msglog_check