summaryrefslogtreecommitdiff
path: root/test/confs/0564
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2012-05-11 06:21:17 -0400
committerPhil Pennock <pdp@exim.org>2012-05-11 06:21:17 -0400
commit1ca9f5074196f7fa459367956bcf6d4239b47634 (patch)
tree56b8d0b06db461f83166e59e09e7cae9bca98502 /test/confs/0564
parent964551ca40d4f7355bde171e801249405e6c580e (diff)
Testing for -bw mode
Diffstat (limited to 'test/confs/0564')
-rw-r--r--test/confs/056418
1 files changed, 18 insertions, 0 deletions
diff --git a/test/confs/0564 b/test/confs/0564
new file mode 100644
index 000000000..e10445be7
--- /dev/null
+++ b/test/confs/0564
@@ -0,0 +1,18 @@
+# Exim test configuration 0564
+
+exim_path = EXIM_PATH
+host_lookup_order = bydns
+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 = accept
+acl_smtp_data = accept
+
+queue_only
+
+# End