summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0467
blob: dcd19b9d74209fb8c439af7ced538d4fc1e63eae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# SRV lookups
need_ipv4
#
2
exim -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
****
exim -DSRV=smtp2 -bt x@srv03.test.ex
****
exim -odi -N x@srv01.test.ex
****
exim -odi -DSRV=smtp2 -N x@srv03.test.ex
****
# Actually send a message to a port specified in the SRV record.
server PORT_S
220 Server ready
EHLO
250-server id
250 OK
MAIL FROM
250 OK
RCPT TO
250 OK
DATA
354 OK
.
250 OK
QUIT
250 OK
****
exim -v -odi x@srv27.test.ex
****