Change the default for hosts_noproxy_tls to unset, enabling continued-TLS deliveries...
[exim.git] / test / confs / 0282
index 0952977ab3378503f8fcf5eef9a2baac6f8673ef..7eeddd2c4f72f4bb4bdbce6321d75749a1a1913a 100644 (file)
@@ -1,18 +1,13 @@
 # Exim test configuration 0282
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 primary_hostname = myhost.test.ex
-rfc1413_query_timeout = 0s
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
 
 # ----- Main settings -----
 
 acl_smtp_rcpt = accept
-local_interfaces = <; 127.0.0.1.PORT_D ; [127.0.0.1]:PORT_D2 ; HOSTIPV4
+local_interfaces = <; 127.0.0.1.PORT_D ; [127.0.0.1]:PORT_D2 ; HOSTIPV4 ; 127.0.0.1.PORT_D4
 log_selector = +incoming_interface+incoming_port
 queue_only
 queue_run_in_order
@@ -33,6 +28,7 @@ local_delivery:
   driver = appendfile
   file = DIR/test-mail/$local_part
   user = CALLER
-  headers_add = interface-port: $interface_port
+  headers_add = interface-port: $interface_port\n\
+                received-port:  $received_port
 
 # End