summaryrefslogtreecommitdiff
path: root/test/confs/0591
diff options
context:
space:
mode:
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