Merge from master into 4.next
[exim.git] / test / confs / 0163
index 8490482a002e9fb9a8e47b3ab4d0cbf2b7ae42c5..7b19d9f16b43c523a50241bf6b45c9d1d78258c0 100644 (file)
@@ -1,13 +1,8 @@
 # Exim test configuration 0163
 
-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 -----
 
@@ -33,7 +28,6 @@ begin transports
 smtp:
   driver = smtp
   port = PORT_S
-  interface = 127.0.0.1
 
 
 # ----- Retry -----