Testsuite: try to trace intermittent callout fails
[exim.git] / test / scripts / 0000-Basic / 0282
CommitLineData
59371ea7
PH
1# Multiple ports on a server
2need_ipv4
3#
4exim -DSERVER=server -bd -oX PORT_D3
5****
7eb59ff9 6client 127.0.0.1 PORT_D
59371ea7
PH
7??? 220
8ehlo rhu.barb
9??? 250-
10??? 250-
11??? 250-
5b456975 12??? 250-
59371ea7
PH
13??? 250
14mail from:<userx@test.ex>
15??? 250
16rcpt to:<userx@test.ex>
17??? 250
18DATA
19??? 3
20This is a test message.
21.
22??? 250
23quit
24??? 221
25****
7eb59ff9 26client 127.0.0.1 PORT_D2
59371ea7
PH
27??? 220
28ehlo rhu.barb
29??? 250-
30??? 250-
31??? 250-
5b456975 32??? 250-
59371ea7
PH
33??? 250
34mail from:<userx@test.ex>
35??? 250
36rcpt to:<userx@test.ex>
37??? 250
38DATA
39??? 3
40This is a test message.
41.
42??? 250
43quit
44??? 221
45****
46killdaemon
47exim -q
48****