diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-10-30 16:41:04 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-10-30 16:41:04 +0000 |
commit | f6c332bd03c89f108c7fe531156cb18d7888ba35 (patch) | |
tree | 1da97d760da71076f41e62d78e96fc07ef3a1759 /test/confs | |
parent | 3168332ab2b4affe38d325cb493617987f955434 (diff) |
Fix too-often retry bug after 4xx with more hosts than hosts_max_retry.
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/0543 | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/test/confs/0543 b/test/confs/0543 new file mode 100644 index 000000000..e68280b0e --- /dev/null +++ b/test/confs/0543 @@ -0,0 +1,46 @@ +# Exim test configuration 0543 + +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 + +# ----- Main settings ----- + +qualify_domain = test.ex +queue_run_in_order + + +# ----- Routers ----- + +begin routers + +smarthost: + driver = accept + transport = smtp + + +# ----- Transports ----- + +begin transports + +smtp: + driver = smtp + hosts = thisloop.test.ex + hosts_max_try = 1 + allow_localhost + port = PORT_S + + +# ----- Retry ----- + + +begin retry + +* * F,5d,15m + + +# End |