DKIM: $dkim_key_length visibility variable. Bug 1311
[exim.git] / test / confs / 0190
index f8851fc8b27659799d3a9474b4f026850982db26..e76cdbbd1a5caa61e89cb899dc32c726ddb5ffe9 100644 (file)
@@ -2,11 +2,11 @@
 
 exim_path = EXIM_PATH
 host_lookup_order = bydns
-rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
 gecos_pattern = ""
 gecos_name = CALLER_NAME
+tls_advertise_hosts =
 
 # ----- Main settings -----
 
@@ -94,7 +94,6 @@ smtp:
 smtp2:
   driver = smtp
   port = PORT_S
-  interface = ${if eq {$host}{127.0.0.1} {127.0.0.1}}
 
 smtp3:
   driver = smtp
@@ -102,7 +101,6 @@ smtp3:
   max_rcpt = 2
   connection_max_messages = 1
   port = PORT_S
-  interface = ${if eq {$host}{127.0.0.1} {127.0.0.1}}
 
 
 # ----- Retry -----