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
Hurd: errno really uses more than a short-sized value. Bug 2476
[exim.git]
/
test
/
confs
/
0211
diff --git
a/test/confs/0211
b/test/confs/0211
index 5a86785dda7170a56d3142b54b76ac131270d821..7856481dffece63df6957d865c0fb976de09aebb 100644
(file)
--- a/
test/confs/0211
+++ b/
test/confs/0211
@@
-1,13
+1,7
@@
# Exim test configuration 0211
# Exim test configuration 0211
-exim_path = EXIM_PATH
-keep_environment =
-host_lookup_order = bydns
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
-tls_advertise_hosts =
+.include DIR/aux-var/std_conf_prefix
+
# ----- Main settings -----
# ----- Main settings -----
@@
-36,7
+30,11
@@
begin routers
others:
driver = manualroute
domains = ! +local_domains
others:
driver = manualroute
domains = ! +local_domains
- route_list = * localhost4.test.ex byname
+.ifdef LIST
+ route_data = 127.0.0.1:HOSTIPV4
+.else
+ route_data = localhost4.test.ex byname
+.endif
self = send
transport = smtp
no_more
self = send
transport = smtp
no_more
@@
-54,6
+52,7
@@
begin transports
smtp:
driver = smtp
port = PORT_S
smtp:
driver = smtp
port = PORT_S
+ command_timeout = 1s
local_delivery:
driver = appendfile
local_delivery:
driver = appendfile