Testsuite: avoid using STARTTLS in a non-TLS testcase
[exim.git] / test / confs / 0179
index d3a6da6fddf6a91d35c8c30ae8f0e54ee9f12a1f..f18ab32e56d9eae7ae2b50749112596a8dba349b 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
 
 
 # ----- Routers -----
@@ -34,6 +30,7 @@ begin transports
 smtp:
   driver = smtp
   port = PORT_S
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----