Testsuite: Add PORT_DYNAMIC (Bug 1775)
[exim.git] / test / scripts / 0000-Basic / 0564
1 # testing -bw inetd wait mode
2 need_ipv4
3 #
4 exim -DSERVER=wait:PORT_DYNAMIC -bw
5 ****
6 client 127.0.0.1 PORT_DYNAMIC
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 ??? 250
21 quit
22 ??? 221
23 ****
24 sleep 1
25 killdaemon