Testsuite: try to trace intermittent callout fails
[exim.git] / test / scripts / 0000-Basic / 0467
CommitLineData
59371ea7
PH
1# SRV lookups
2need_ipv4
3#
42
5exim -bt x@nosrv.test.ex x@srv01.test.ex x@mx246.test.ex x@srv02.test.ex x@nosmtp.test.ex x@srv03.test.ex
6****
7exim -DSRV=smtp2 -bt x@srv03.test.ex
8****
9exim -odi -N x@srv01.test.ex
10****
11exim -odi -DSRV=smtp2 -N x@srv03.test.ex
12****
13# Actually send a message to a port specified in the SRV record.
14server PORT_S
15220 Server ready
16EHLO
17250-server id
18250 OK
19MAIL FROM
20250 OK
21RCPT TO
22250 OK
23DATA
24354 OK
25.
26250 OK
27QUIT
28250 OK
29****
30exim -v -odi x@srv27.test.ex
31****