update to pre-4.87 master
[users/jgh/exim.git] / test / confs / 0548
index 18ef2abdd4d8a40048fed6c9ab46d72522564c9d..faa1ffad36b9cedf59a4d96b8eb3b2c3283f1216 100644 (file)
@@ -4,17 +4,18 @@ SERVER=
 
 exim_path = EXIM_PATH
 host_lookup_order = bydns
-rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/SERVER%slog
 gecos_pattern = ""
 gecos_name = CALLER_NAME
+tls_advertise_hosts =
 
 # ----- Main settings -----
 
 acl_smtp_connect = acl_connect
 acl_smtp_rcpt = acl_rcpt
 qualify_domain = test.ex
+queue_run_in_order
 
 
 # ----- ACLs -----
@@ -54,7 +55,7 @@ smtp:
 
 begin retry
 
-thishost.test.ex  *  F,15s,1s
+thishost.test.ex  *  F,20s,2s
 *                 *  F,1s,1s; F,1s,5s
 
 # End