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
/
0230
diff --git
a/test/confs/0230
b/test/confs/0230
index c5fc9584c6661dce3dcfc2d98294a8c17c180888..08a67228ecdd461c41c3592bb7a3a6e840a58247 100644
(file)
--- a/
test/confs/0230
+++ b/
test/confs/0230
@@
-2,14
+2,9
@@
SERVER=
SERVER=
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
primary_hostname = myhost.test.ex
primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/SERVER%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
-tls_advertise_hosts =
# ----- Main settings -----
# ----- Main settings -----
@@
-37,7
+32,7
@@
check_recipient:
begin routers
begin routers
-.ifdef
R
T
+.ifdef
OP
T
to_server:
driver = manualroute
transport = remote
to_server:
driver = manualroute
transport = remote
@@
-62,13
+57,14
@@
begin transports
local_delivery:
driver = appendfile
local_delivery:
driver = appendfile
- file = DIR/test-mail/$
local_part
+ file = DIR/test-mail/$
{bless:$local_part}
headers_add = Port: $sender_host_port
user = CALLER
remote:
driver = smtp
port = PORT_D
headers_add = Port: $sender_host_port
user = CALLER
remote:
driver = smtp
port = PORT_D
+ hosts_try_fastopen = :
# ----- Retry -----
# ----- Retry -----