summaryrefslogtreecommitdiff
path: root/test/confs/1009
diff options
context:
space:
mode:
Diffstat (limited to 'test/confs/1009')
-rw-r--r--test/confs/100942
1 files changed, 42 insertions, 0 deletions
diff --git a/test/confs/1009 b/test/confs/1009
new file mode 100644
index 000000000..a29187eae
--- /dev/null
+++ b/test/confs/1009
@@ -0,0 +1,42 @@
+# Exim test configuration 1009
+
+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 -----
+
+queue_run_in_order
+
+
+# ----- Routers -----
+
+begin routers
+
+r1:
+ driver = dnslookup
+ transport = t1
+ self = send
+
+
+# ----- Transports -----
+
+begin transports
+
+t1:
+ driver = smtp
+ port = PORT_S
+
+
+# ----- Retry -----
+
+begin retry
+
+* * F,1d,2h
+
+
+# End