summaryrefslogtreecommitdiff
path: root/test/confs/9001
diff options
context:
space:
mode:
Diffstat (limited to 'test/confs/9001')
-rw-r--r--test/confs/900140
1 files changed, 40 insertions, 0 deletions
diff --git a/test/confs/9001 b/test/confs/9001
new file mode 100644
index 000000000..b4177159c
--- /dev/null
+++ b/test/confs/9001
@@ -0,0 +1,40 @@
+# Exim test configuration 9001
+
+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 -----
+
+
+# ----- Routers -----
+
+begin routers
+
+r0:
+ driver = accept
+ senders = :
+ transport = t1
+
+r1:
+ driver = redirect
+ data = ${lookup ldap user="cn=xxx,o=yyy,c=UK" pass="secret" \
+ ldap:///o=zzz,c=UK,?sn?sub?(cn=foo)}}
+
+
+# ----- Transports -----
+
+begin transports
+
+t1:
+ driver = appendfile
+ file = DIR/test-mail/$local_part
+ user = CALLER
+
+
+# End