summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0467
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-02-07 10:54:33 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-02-07 10:54:33 +0000
commit59371ea735c941334861aa5b8e1e9a06facf044f (patch)
tree79168561a70a94a3994fbe362b904ff9aab86136 /test/scripts/0000-Basic/0467
parent54c5ebb14ead7439af300e9d7d9d7d2ba29ff32e (diff)
Hopefully the final lot of test files.
Diffstat (limited to 'test/scripts/0000-Basic/0467')
-rw-r--r--test/scripts/0000-Basic/046731
1 files changed, 31 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0467 b/test/scripts/0000-Basic/0467
new file mode 100644
index 000000000..dcd19b9d7
--- /dev/null
+++ b/test/scripts/0000-Basic/0467
@@ -0,0 +1,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
+****