summaryrefslogtreecommitdiff
path: root/test/scripts/1000-Basic-ipv6/1001
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/1000-Basic-ipv6/1001
parent54c5ebb14ead7439af300e9d7d9d7d2ba29ff32e (diff)
Hopefully the final lot of test files.
Diffstat (limited to 'test/scripts/1000-Basic-ipv6/1001')
-rw-r--r--test/scripts/1000-Basic-ipv6/100167
1 files changed, 67 insertions, 0 deletions
diff --git a/test/scripts/1000-Basic-ipv6/1001 b/test/scripts/1000-Basic-ipv6/1001
new file mode 100644
index 000000000..282c7eb8c
--- /dev/null
+++ b/test/scripts/1000-Basic-ipv6/1001
@@ -0,0 +1,67 @@
+# recognizing IPv6 address in HELO/EHLO
+need_ipv6
+#
+# Incoming messages will be queued; deliver by queue run at the end.
+#
+exim -DSERVER=server -bd -oX PORT_D
+****
+client HOSTIPV6 PORT_D
+??? 220
+ehlo [HOSTIPV6]
+??? 250-
+??? 250-
+??? 250-
+??? 250
+mail from:<>
+??? 250
+rcpt to:<userx@test.ex>
+??? 250
+data
+??? 354
+To: userx@test.ex
+
+EHLO [HOSTIPV6]
+.
+??? 250
+ehlo [IPV6:HOSTIPV6]
+??? 250-
+??? 250-
+??? 250-
+??? 250
+mail from:<>
+??? 250
+rcpt to:<userx@test.ex>
+??? 250
+data
+??? 354
+To: userx@test.ex
+
+EHLO [IPV6:HOSTIPV6]
+.
+??? 250
+ehlo [IPV6:V6NET:0:12:1:a00:20ff:fe86:a062]
+??? 250-
+??? 250-
+??? 250-
+??? 250
+mail from:<>
+??? 250
+rcpt to:<userx@test.ex>
+??? 250
+data
+??? 354
+To: userx@test.ex
+
+EHLO [IPV6:V6NET:0:12:1:a00:20ff:fe86:a062]
+.
+??? 250
+ehlo HOSTIPV6
+??? 501
+quit
+??? 221
+****
+killdaemon
+# Wait for delivery process
+millisleep 500
+exim -q
+****