Testsuite: Use explicit interface for send to localhost
[exim.git] / test / scripts / 0000-Basic / 0559
1 # SMTP still alive check before final response
2 need_ipv4
3 #
4 exim -DSERVER=server -bd -oX PORT_D
5 ****
6 client -t5 127.0.0.1 PORT_D 127.0.0.1
7 ??? 220
8 ehlo abcd
9 ??? 250-
10 ??? 250-
11 ??? 250-
12 ??? 250-
13 ??? 250
14 mail from:<userx@test.ex>\r\nrcpt to:<userx@test.ex>\r\ndata
15 ??? 250
16 ??? 250
17 ??? 354
18 This is a test message.
19 .
20 +++ 1
21 ****
22 sleep 1
23 killdaemon