HOSTS_MAX_TRY=5
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-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 -----
connect_timeout = 1s
hosts_max_try = HOSTS_MAX_TRY
port = PORT_N
+ hosts_try_fastopen = :
# ----- Retry -----
begin retry
-^[^@]+@ten- * F,2s,1s
-* * F,2s,1s
+^[^@]+@ten- * F,4s,1s
+* * F,4s,1s
# End