TLS: support multiple certificate files in server. Bug 2092
[exim.git] / test / confs / 0467
index 39c297c0d752de866d3f34b46f3817c53275d0d8..147aca64e009485060e5167e1bbab4ef06635744 100644 (file)
@@ -2,14 +2,9 @@
 
 SRV=smtp
 
-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 -----
 
@@ -32,6 +27,5 @@ begin transports
 
 t1:
   driver = smtp
-  interface = ${if eq {$host}{127.0.0.1} {127.0.0.1}}
 
 # End