Testsuite: Add flavour detection
[exim.git] / test / scripts / 9900-testing / 9900
CommitLineData
59371ea7
PH
1# retry times when no IPv6 connectivity
2need_ipv4
3#
4server PORT_S
5220 ESMTP
6EHLO
7250-OK
8250 HELP
9MAIL FROM:
10250 Sender OK
11RCPT TO:
12250 Recipient OK
13DATA
14350 Send message
15.
16250 OK
17QUIT
18250 OK
19****
20# This should successfully send to the IPv4 address, after failing to
21# connect to the IPv6 address.
22exim -odi userx@mx46cd.test.ex
23First message
24****
25# Let the IPv6 address time out
26sleep 2
27#
28server PORT_S
29220 ESMTP
30EHLO
31250-OK
32250 HELP
33MAIL FROM:
34250 Sender OK
35RCPT TO:
36250 Recipient OK
37DATA
38350 Send message
39.
40250 OK
41QUIT
42250 OK
43****
44# This should also be successful
45exim -odi userx@mx46cd.test.ex
46Second message
47****
48#
49dump retry
50# The IPv6 address has timed out, but the IPv4 address should still be OK
51exim -odi userx@mx46cd.test.ex
52Third message
53****
54dump retry
55exim -q
56****
57exim -q
58****
59exim -q
60****
61exim -q
62****
63exim -q
64****
1b781f48 65no_msglog_check