Bugs in temporary error message handling for smtp in lmtp mode.
[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****
6client 127.0.0.1 PORT_D
7??? 220
8ehlo rhu.barb
9??? 250-
10??? 250-
11??? 250-
12??? 250
13mail from:<userx@test.ex>
14??? 250
15rcpt to:<userx@test.ex>
16??? 250
17DATA
18??? 3
19This is a test message.
20.
21??? 250
22quit
23??? 221
24****
25client 127.0.0.1 PORT_D2
26??? 220
27ehlo rhu.barb
28??? 250-
29??? 250-
30??? 250-
31??? 250
32mail from:<userx@test.ex>
33??? 250
34rcpt to:<userx@test.ex>
35??? 250
36DATA
37??? 3
38This is a test message.
39.
40??? 250
41quit
42??? 221
43****
44killdaemon
45exim -q
46****