summaryrefslogtreecommitdiff
path: root/test/scripts/4620-SRS/4620
diff options
context:
space:
mode:
Diffstat (limited to 'test/scripts/4620-SRS/4620')
-rw-r--r--test/scripts/4620-SRS/462016
1 files changed, 16 insertions, 0 deletions
diff --git a/test/scripts/4620-SRS/4620 b/test/scripts/4620-SRS/4620
new file mode 100644
index 000000000..4a126b8b9
--- /dev/null
+++ b/test/scripts/4620-SRS/4620
@@ -0,0 +1,16 @@
+# SRS native implementation
+#
+exim -bd -DSERVER=server -oX 127.0.0.1:PORT_S
+****
+# Inject a message; will be passed on to remote and queued there
+exim -odi redirect@test.ex
+Message body
+****
+# Run the queue for the remote, will generate bounce which is queued
+exim -q
+****
+# Run the queue for the remote, will send bounce to origin
+exim -q
+****
+#
+killdaemon