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
/
2120
diff --git
a/test/confs/2120
b/test/confs/2120
index c0225e81983be715a47910973c9dd2ffe9a95824..9469cb7386d6c119ca2e9cf1358e64477bdbc5cc 100644
(file)
--- a/
test/confs/2120
+++ b/
test/confs/2120
@@
-2,13
+2,9
@@
SERVER=
SERVER=
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-log_file_path = DIR/spool/log/SERVER%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
-primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
+.include DIR/aux-var/tls_conf_prefix
+
+primary_hostname = thishost.test.ex
# ----- Main settings -----
# ----- Main settings -----
@@
-37,9
+33,10
@@
begin transports
t1:
driver = smtp
t1:
driver = smtp
- hosts =
127.0.0.1
+ hosts =
thishost.test.ex
allow_localhost
port = PORT_D
allow_localhost
port = PORT_D
+ hosts_try_fastopen = :
# ----- Retry -----
# ----- Retry -----