summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0458
diff options
context:
space:
mode:
Diffstat (limited to 'test/scripts/0000-Basic/0458')
-rw-r--r--test/scripts/0000-Basic/0458118
1 files changed, 118 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0458 b/test/scripts/0000-Basic/0458
new file mode 100644
index 000000000..c05b4b6ff
--- /dev/null
+++ b/test/scripts/0000-Basic/0458
@@ -0,0 +1,118 @@
+# logging smtp protocol errors and pipelining
+need_ipv4
+#
+exim -bd -DSERVER=server -oX PORT_D
+****
+client 127.0.0.1 PORT_D
+??? 220
+ehlo rhu.barb
+??? 250-
+??? 250-
+??? 250-
+??? 250
+mail from:<userx@test.ex>
+??? 250
+rcpt to:<userx@test.ex>
+??? 550
+DATA
+??? 503
+QUIT
+??? 221
+****
+client 127.0.0.1 PORT_D
+??? 220
+helo rhu.barb
+??? 250
+mail from:<userx@test.ex>
+??? 250
+rcpt to:<userx@test.ex>
+??? 550
+DATA
+??? 503
+QUIT
+??? 221
+****
+client 127.0.0.1 PORT_D
+??? 220
+ehlo rhu.barb
+??? 250-
+??? 250-
+??? 250-
+??? 250
+mail from:<deny@test.ex>
+??? 550
+rcpt to:<userx@test.ex>
+??? 503
+DATA
+??? 503
+QUIT
+??? 221
+****
+client 127.0.0.1 PORT_D
+??? 220
+helo rhu.barb
+??? 250
+mail from:<deny@test.ex>
+??? 550
+rcpt to:<userx@test.ex>
+??? 503
+DATA
+??? 503
+QUIT
+??? 221
+****
+client 127.0.0.1 PORT_D
+??? 220
+ehlo rhu.barb
+??? 250-
+??? 250-
+??? 250-
+??? 250
+mail from:<userx@test.ex>
+??? 250
+rcpt to:<userx@test.ex>
+??? 550
+rcpt to:<ph11@test.ex>
+??? 550
+rcpt to:<ph12@test.ex>
+??? 550
+DATA
+??? 503
+QUIT
+??? 221
+****
+client 127.0.0.1 PORT_D
+??? 220
+helo rhu.barb
+??? 250
+mail from:<userx@test.ex>
+??? 250
+rcpt to:<userx@test.ex>
+??? 550
+rcpt to:<ph11@test.ex>
+??? 550
+rcpt to:<ph12@test.ex>
+??? 550
+DATA
+??? 503
+QUIT
+??? 221
+****
+client 127.0.0.1 PORT_D
+??? 220
+ehlo rhu.barb
+??? 250-
+??? 250-
+??? 250-
+??? 250
+rcpt to:<userx@test.ex>
+??? 503
+DATA
+??? 503
+QUIT
+??? 221
+****
+killdaemon
+# Wait for delivery process
+sleep 1
+no_msglog_check