summaryrefslogtreecommitdiff
path: root/test/scripts/3400-plaintext/3411
diff options
context:
space:
mode:
Diffstat (limited to 'test/scripts/3400-plaintext/3411')
-rw-r--r--test/scripts/3400-plaintext/341122
1 files changed, 22 insertions, 0 deletions
diff --git a/test/scripts/3400-plaintext/3411 b/test/scripts/3400-plaintext/3411
new file mode 100644
index 000000000..bd8dc2738
--- /dev/null
+++ b/test/scripts/3400-plaintext/3411
@@ -0,0 +1,22 @@
+# ACL with a "standard" auth configuration
+#
+# Not a relay host, but authenticated, sender address does verify.
+# accept postmaster@test.ex (postmaster at local domain)
+# accept userx@test.ex (good address in local domain)
+# deny x@y (bad address)
+# accept x@ten-1.test.ex (good relay address)
+# accept x@ten-2.test.ex (good address, not relay domain/host, but authenticated)
+exim -odi -oMa 10.0.0.0 -bs
+ehlo rhu.barb
+auth PLAIN AHBoMTAAc2VjcmV0
+mail from:<userx@test.ex>
+rcpt to:<postmaster@test.ex>
+rcpt to:<userx@test.ex>
+rcpt to:<x@y>
+rcpt to:<x@ten-1.test.ex>
+rcpt to:<x@ten-2.test.ex>
+data
+Message 6
+.
+quit
+****