Logging: add I= element to transport-defer lines. Bug 2675
[exim.git] / test / confs / 0179
index d3a6da6fddf6a91d35c8c30ae8f0e54ee9f12a1f..4efe92f948af6d682065c9b775fc7bab0b9f5634 100644 (file)
@@ -1,18 +1,14 @@
 # Exim test configuration 0179
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
-tls_advertise_hosts =
 
 # ----- Main settings -----
 
 queue_run_in_order
-log_selector = +outgoing_port
+# incoming_interface is used here to get the _outgoing_ local port
+log_selector = +outgoing_port +incoming_interface +received_recipients
 
 
 # ----- Routers -----
@@ -24,6 +20,7 @@ all:
   route_list = * 127.0.0.1 byname
   self = send
   transport = smtp
+  errors_to = ""
   no_more
 
 
@@ -34,6 +31,7 @@ begin transports
 smtp:
   driver = smtp
   port = PORT_S
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----