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
+.include DIR/aux-var/std_conf_prefix
+
# ----- Main settings -----
hosts = HOSTIPV4 : thishost.test.ex
allow_localhost
port = PORT_D
- interface = ${if eq {$host_address}{127.0.0.1} {127.0.0.1}}
+ hosts_try_fastopen = :
# ----- Retry -----
begin retry
-thishost.test.ex * F,15s,1s
-* * F,1s,1s; F,1s,5s
+thishost.test.ex * F,40s,4s
+* * F,2s,2s; F,2s,10s
# End