summaryrefslogtreecommitdiff
path: root/test/confs/0156
diff options
context:
space:
mode:
Diffstat (limited to 'test/confs/0156')
-rw-r--r--test/confs/015649
1 files changed, 49 insertions, 0 deletions
diff --git a/test/confs/0156 b/test/confs/0156
new file mode 100644
index 000000000..f24a064db
--- /dev/null
+++ b/test/confs/0156
@@ -0,0 +1,49 @@
+# Exim test configuration 0156
+
+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 -----
+
+domainlist local_domains = test.ex
+qualify_domain = test.ex
+
+
+# ----- Routers -----
+
+begin routers
+
+alias:
+ driver = redirect
+ data = ${lookup{$local_part}lsearch{DIR/aux-fixed/TESTNUM.alias}}
+ file_transport = appendfile
+ forbid_blackhole
+ forbid_file
+ forbid_include
+ forbid_pipe
+ retry_use_local_part
+
+
+# ----- Transports -----
+
+begin transports
+
+appendfile:
+ driver = appendfile
+ file = DIR/test-mail/$local_part
+ user = CALLER
+
+
+# ----- Retry -----
+
+begin retry
+
+* * F,5d,1d
+
+
+# End