summaryrefslogtreecommitdiff
path: root/test/confs/0591
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-06-14 20:43:06 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2020-06-14 21:04:46 +0100
commit9eed571fd7c3236326cc6ea74f1455b027df7604 (patch)
treeea6b576f3dba3445c4bad666d28b2431f2eed324 /test/confs/0591
parentd3a538c8fee9f31b29947ad73445f50902140899 (diff)
Taint: fix verify. Bug 2598
Diffstat (limited to 'test/confs/0591')
-rw-r--r--test/confs/059133
1 files changed, 33 insertions, 0 deletions
diff --git a/test/confs/0591 b/test/confs/0591
new file mode 100644
index 000000000..8eaeb0894
--- /dev/null
+++ b/test/confs/0591
@@ -0,0 +1,33 @@
+# Exim test configuration 0591
+
+.include DIR/aux-var/std_conf_prefix
+
+primary_hostname = myhost.test.ex
+
+# ----- Main settings -----
+
+domainlist local_domains = test.ex
+
+acl_smtp_rcpt = check_recipient
+queue_only
+
+
+# ----- ACL -----
+
+begin acl
+
+check_recipient:
+ require verify = sender=OPT
+ accept
+
+# ----- Routers -----
+
+begin routers
+
+goodroute:
+ driver = accept
+ local_parts = userx
+ verify_only
+
+
+# End