git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix taint trap in parse_fix_phrase(). Bug 2617
[exim.git]
/
test
/
confs
/
0366
diff --git
a/test/confs/0366
b/test/confs/0366
index 62fdda1cb895bd324764c6cfc4808320783d8ccb..84ac2e3ce92059c050fca2cd37a064e7cf9032e1 100644
(file)
--- a/
test/confs/0366
+++ b/
test/confs/0366
@@
-2,18
+2,14
@@
HOSTS_MAX_TRY=5
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
# ----- Main settings -----
ignore_bounce_errors_after = 0s
qualify_domain = test.ex
+disable_ipv6
# ----- Routers -----
# ----- Routers -----
@@
-33,6
+29,7
@@
smtp:
connect_timeout = 1s
hosts_max_try = HOSTS_MAX_TRY
port = PORT_N
connect_timeout = 1s
hosts_max_try = HOSTS_MAX_TRY
port = PORT_N
+ hosts_try_fastopen = :
# ----- Retry -----
# ----- Retry -----
@@
-42,7
+39,7
@@
smtp:
begin retry
begin retry
-^[^@]+@ten- * F,
2
s,1s
-* * F,
2
s,1s
+^[^@]+@ten- * F,
4
s,1s
+* * F,
4
s,1s
# End
# End