Testsuite: increase retry time (for really slow test host)
[users/jgh/exim.git] / test / confs / 0615
index bbfc4978aa750917cb6c3caa19c7988a787a0081..63b9d7facbeebcd6c5f91a71dbdf9a82d0910213 100644 (file)
@@ -1,6 +1,28 @@
-# exim test configuration 0615
+# Exim test configuration 0615
+
+keep_environment = PATH
 exim_path = EXIM_PATH
+spool_directory = DIR/spool
+
+log_file_path = DIR/spool/log/%slog : syslog
+
+gecos_pattern = ""
+gecos_name = CALLER_NAME
+chunking_advertise_hosts =
 tls_advertise_hosts =
-perl_startup = $| = 1; \
-       print "Environment visible in Perl:\n"; \
-       print map { "$_=$ENV{$_}\n" } sort keys %ENV;
+
+primary_hostname = myhost.test.ex
+queue_only
+
+# ----- Main settings -----
+
+log_selector = LOG_SELECTOR
+log_timezone = TIMES
+
+syslog_timestamp = ARG1
+syslog_pid = ARG2
+
+acl_not_smtp = accept logwrite = msg
+
+
+# End