summaryrefslogtreecommitdiff
path: root/test/scripts/4620-SRS/4620
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2019-10-13 15:50:46 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2019-10-13 15:54:14 +0100
commit7ef88aa0c4c0608ee54ed2ff90b4b34c518d9bb5 (patch)
tree7531d24b669902a9ee2311106b70b517fa31aed2 /test/scripts/4620-SRS/4620
parentfa2a928fc8a0d1031cc93e03d9ec9125ff9751b5 (diff)
SRS: native implementation. Bug 1649
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