Testsuite: avoid using STARTTLS in a non-TLS testcase
[exim.git] / test / confs / 0179
index fdd5fb10c5039ce00dd91c9b6d5731060bb537c3..f18ab32e56d9eae7ae2b50749112596a8dba349b 100644 (file)
@@ -7,7 +7,8 @@ primary_hostname = myhost.test.ex
 # ----- 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 -----
@@ -29,6 +30,7 @@ begin transports
 smtp:
   driver = smtp
   port = PORT_S
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----