git://git.exim.org
/
users
/
heiko
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Propagate more error codes internally
[users/heiko/exim.git]
/
test
/
confs
/
0099
diff --git
a/test/confs/0099
b/test/confs/0099
index ebd6e891592a5b746076ae79a4ae06fd702119c8..e54cf628c18d805bc6559b616b1f56fff8c79df2 100644
(file)
--- a/
test/confs/0099
+++ b/
test/confs/0099
@@
-1,8
+1,9
@@
# Exim test configuration 0099
# Exim test configuration 0099
+RETRY =
+
exim_path = EXIM_PATH
host_lookup_order = bydns
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 = ""
spool_directory = DIR/spool
log_file_path = DIR/spool/log/%slog
gecos_pattern = ""
@@
-13,6
+14,7
@@
gecos_name = CALLER_NAME
primary_hostname = primary.test.ex
qualify_domain = test.ex
retry_data_expire = 2s
primary_hostname = primary.test.ex
qualify_domain = test.ex
retry_data_expire = 2s
+log_selector = +received_recipients
# ----- Routers -----
# ----- Routers -----
@@
-21,7
+23,9
@@
begin routers
all:
driver = manualroute
all:
driver = manualroute
- route_list = "* 127.0.0.1 byname"
+ route_list = simple thishost.test.ex byname \
+ ; complex thisloop.test.ex byname \
+ ; * 127.0.0.1 byname
self = send
transport = smtp
self = send
transport = smtp
@@
-33,6
+37,7
@@
begin transports
smtp:
driver = smtp
port = 999
smtp:
driver = smtp
port = 999
+ RETRY
# ----- Retry -----
# ----- Retry -----