Logging: add I= element to transport-defer lines. Bug 2675
[exim.git] / test / confs / 0605
index 0c81dea7b327aed5b27bc21f6ee55d9c287908cc..c3d6d517f459f753becc3fee52e0fe0b8410a478 100644 (file)
@@ -1,21 +1,15 @@
 # Exim test configuration 0605
+# hosts_connection_nolog versus sender_host lists caching
 
-exim_path = EXIM_PATH
-keep_environment =
-host_lookup_order = bydns
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/SERVER%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
-tls_advertise_hosts =
+.include DIR/aux-var/std_conf_prefix
 
-# ----- Main settings -----
-
-disable_ipv6 = true
+primary_hostname = myhost.test.ex
 
-acl_smtp_rcpt = accept hosts = test.again.dns
+# ----- Main settings -----
 
+log_selector = +smtp_connection
+hostlist nolog = 127.0.0.1
+hosts_connection_nolog = +nolog
 queue_only
 
 # End
-