TLS: support multiple certificate files in server. Bug 2092
[exim.git] / test / confs / 9100
index eb4fd142e3e17211b890e0bf23888adab2cb2cdd..a031f44decbfb7ee6fbd9df4d9f2e4f6cc1014af 100644 (file)
@@ -1,13 +1,8 @@
 # Exim test configuration 9100
 
-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 -----
 
@@ -16,7 +11,7 @@ hostlist   relay_hosts = net-mysql;select * from them where id='$sender_host_add
 
 acl_smtp_rcpt = check_recipient
 
-mysql_servers = localhost/test/root/password
+mysql_servers = localhost/test/root/
 
 
 # ----- ACL -----