summaryrefslogtreecommitdiff
path: root/test/confs/9903
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-04-20 15:43:50 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-04-20 15:43:50 +0000
commit71397c82b53a22ce20701caeaad814a085414f8b (patch)
treeb808effe7243cefb201a5bf07141f33f386e5a84 /test/confs/9903
parent9e146c9f623bfaaf104450e7be8ab78e042c7c9d (diff)
Special test.
Diffstat (limited to 'test/confs/9903')
-rw-r--r--test/confs/990342
1 files changed, 42 insertions, 0 deletions
diff --git a/test/confs/9903 b/test/confs/9903
new file mode 100644
index 000000000..c126b899b
--- /dev/null
+++ b/test/confs/9903
@@ -0,0 +1,42 @@
+# Exim test configuration 9903
+
+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 -----
+
+primary_hostname = myhost.text.ex
+qualify_domain = test.ex
+
+
+# ----- Routers -----
+
+begin routers
+
+r1:
+ driver = accept
+ transport = smtp
+
+# ----- Transports -----
+
+begin transports
+
+smtp:
+ driver = smtp
+ port = PORT_S
+ hosts = 127.0.0.1
+ allow_localhost
+
+
+# ----- Retry -----
+
+begin retry
+
+* * F,1s,1s
+
+# End