Hopefully the final lot of test files.
[exim.git] / test / scripts / 0000-Basic / 0211
diff --git a/test/scripts/0000-Basic/0211 b/test/scripts/0000-Basic/0211
new file mode 100644 (file)
index 0000000..ddf9906
--- /dev/null
@@ -0,0 +1,41 @@
+# SMTP connection & EHLO/HELO error responses (+log_sender_on_delivery)
+need_ipv4
+#
+server PORT_S
+450 I'm busy
+QUIT
+250 OK
+****
+exim -odi userx@domain1
+Test message 1
+****
+server PORT_S
+220 Connected OK
+EHLO
+450 I'm busy
+HELO
+450 I'm busy
+QUIT
+250 OK
+****
+exim -qf
+****
+server PORT_S
+550 Go away
+QUIT
+250 OK
+****
+exim -qf
+****
+server PORT_S
+220 Connected OK
+EHLO
+550 Go away
+HELO
+550 Go away
+QUIT
+250 OK
+****
+exim -odi userx@domain1 usery@domain2
+Test message 2
+****