Hintsdb transactions
[exim.git] / test / confs / 0909
index 68b5be68f951827baa779f63ac2cb376e7eccf9f..4c9444c14f40d41e4c11525b0ede12af99cc1744 100644 (file)
@@ -1,4 +1,43 @@
-keep_environment =
-tls_advertise_hosts =
-log_file_path = DIR/spool/log/%slog
-spool_directory = DIR/aux-fixed/0909
+# Exim test configuration 0623
+
+SERVER=
+
+.include DIR/aux-var/std_conf_prefix
+
+primary_hostname = myhost.test.ex
+log_selector = +pipelining +received_recipients +smtp_connection +millisec
+
+
+# ----- Main settings -----
+
+acl_smtp_rcpt = accept
+
+# ----- Routers -----
+
+begin routers
+
+client:
+  driver =     accept
+  transport =  send_to_server
+  errors_to =  ""
+
+
+# ----- Transports -----
+
+begin transports
+
+send_to_server:
+  driver = smtp
+  allow_localhost
+  hosts = 127.0.0.1
+  port = PORT_D
+
+# ----- Retry -----
+
+
+begin retry
+
+* * F,5d,10s
+
+
+# End