summaryrefslogtreecommitdiff
path: root/test/confs/0312
diff options
context:
space:
mode:
Diffstat (limited to 'test/confs/0312')
-rw-r--r--test/confs/031224
1 files changed, 24 insertions, 0 deletions
diff --git a/test/confs/0312 b/test/confs/0312
new file mode 100644
index 000000000..a9566983e
--- /dev/null
+++ b/test/confs/0312
@@ -0,0 +1,24 @@
+# Exim test configuration 0312
+
+exim_path = EXIM_PATH
+host_lookup_order = bydns
+primary_hostname = myhost.test.ex
+rfc1413_query_timeout = 0s
+spool_directory = DIR/spool
+log_file_path = DIR/spool/log/%slog
+gecos_pattern = ""
+gecos_name = CALLER_NAME
+
+# ----- Main settings -----
+
+acl_smtp_rcpt = check_rcpt
+
+# ------ ACL ------
+
+begin acl
+
+check_rcpt:
+ deny dnslists = +defer_unknown : test.again.dns
+ accept
+
+# End