summaryrefslogtreecommitdiff
path: root/test/scripts/4600-SPF/4600
diff options
context:
space:
mode:
Diffstat (limited to 'test/scripts/4600-SPF/4600')
-rw-r--r--test/scripts/4600-SPF/460015
1 files changed, 13 insertions, 2 deletions
diff --git a/test/scripts/4600-SPF/4600 b/test/scripts/4600-SPF/4600
index 8490288e1..cb67d19ae 100644
--- a/test/scripts/4600-SPF/4600
+++ b/test/scripts/4600-SPF/4600
@@ -7,7 +7,7 @@
# so the testsuite intercept to fakedns works. Be careful of names and addresses
# used, as nonhandled lookups are passed on to real DNS.
#
-exim -bd -DSERVER=server -oX PORT_D:PORT_S:PORT_N
+exim -bd -DSERVER=server -oX PORT_D:PORT_S:PORT_D2
****
client 127.0.0.1 PORT_S
??? 220
@@ -49,7 +49,7 @@ rcpt to:<fred@test.ex>
??? 550
quit
****
-client 127.0.0.1 PORT_N
+client 127.0.0.1 PORT_D2
??? 220
helo testclient
??? 250
@@ -60,4 +60,15 @@ rcpt to:<fred@test.ex>
quit
****
#
+client 127.0.0.1 PORT_S
+??? 220
+helo example.com
+??? 250
+mail from:<>
+??? 250
+rcpt to:<fred@test.ex>
+??? 250
+quit
+****
+#
killdaemon