summaryrefslogtreecommitdiff
path: root/test/confs/0623
diff options
context:
space:
mode:
Diffstat (limited to 'test/confs/0623')
-rw-r--r--test/confs/062323
1 files changed, 23 insertions, 0 deletions
diff --git a/test/confs/0623 b/test/confs/0623
new file mode 100644
index 000000000..7ac0ad3c5
--- /dev/null
+++ b/test/confs/0623
@@ -0,0 +1,23 @@
+# Exim test configuration 0623
+
+.include DIR/aux-var/std_conf_prefix
+
+
+# ----- Main settings -----
+
+domainlist local_domains = @
+
+acl_smtp_rcpt = chk_rcpt
+
+queue_only
+
+
+# ----- ACL -----
+
+begin acl
+
+chk_rcpt:
+ accept local_parts = lsearch;DIR/aux-fixed/TESTNUM.list
+ domains = lsearch;DIR/aux-fixed/TESTNUM.list
+
+# End