OpenSSL: SSLKEYLOGFILE support
[exim.git] / test / confs / 0366
index 62fdda1cb895bd324764c6cfc4808320783d8ccb..97d2e62a17495788edead17c82ed5477d6e1b01f 100644 (file)
@@ -2,18 +2,14 @@
 
 HOSTS_MAX_TRY=5
 
-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
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
 ignore_bounce_errors_after = 0s
 qualify_domain = test.ex
+disable_ipv6
 
 # ----- Routers -----
 
@@ -42,7 +38,7 @@ smtp:
 
 begin retry
 
-^[^@]+@ten-      *  F,2s,1s
-*                *  F,2s,1s
+^[^@]+@ten-      *  F,3s,1s
+*                *  F,3s,1s
 
 # End