summaryrefslogtreecommitdiff
path: root/test/confs/0624
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-05-06 15:19:24 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2020-05-06 16:16:24 +0100
commit2a53e2464bfa1a831f544ed44d3690e5c22259a5 (patch)
tree4a7c9d87f024908e813daa992a1ab20cc3b5265b /test/confs/0624
parenta368cc11b211657f86f2495002823bc09b71a9f1 (diff)
testcases for value return
Diffstat (limited to 'test/confs/0624')
-rw-r--r--test/confs/062423
1 files changed, 23 insertions, 0 deletions
diff --git a/test/confs/0624 b/test/confs/0624
new file mode 100644
index 000000000..d6f00b345
--- /dev/null
+++ b/test/confs/0624
@@ -0,0 +1,23 @@
+# Exim test configuration 0624
+
+.include DIR/aux-var/std_conf_prefix
+
+
+# ----- Main settings -----
+
+primary_hostname = primaryhostname.ex
+hosts_treat_as_local = 46.test.ex
+allow_domain_literals
+
+acl_smtp_rcpt = chk_rcpt
+
+# ----- ACL -----
+
+begin acl
+
+chk_rcpt:
+ accept domains = OPT
+ logwrite = domain $domain
+ logwrite = value $domain_data
+
+# End