diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-11-15 21:11:23 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-11-16 13:57:36 +0000 |
commit | 51596af432c9365790451f0859385b53c0205b1d (patch) | |
tree | 5b1bde778edf14a8867c3cd0de3f2154367555c6 /test/confs | |
parent | 007a2dee4abdc3b763d8844f10112a0bd068a17a (diff) |
Test case for retry_include_ip_address
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/0099 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/test/confs/0099 b/test/confs/0099 index ebd6e8915..3f72adb69 100644 --- a/test/confs/0099 +++ b/test/confs/0099 @@ -1,5 +1,7 @@ # Exim test configuration 0099 +RETRY = + exim_path = EXIM_PATH host_lookup_order = bydns rfc1413_query_timeout = 0s @@ -21,7 +23,9 @@ begin routers all: driver = manualroute - route_list = "* 127.0.0.1 byname" + route_list = simple thishost.test.ex byname \ + ; complex localhost.test.ex byname \ + ; * 127.0.0.1 byname self = send transport = smtp @@ -33,6 +37,7 @@ begin transports smtp: driver = smtp port = 999 + RETRY # ----- Retry ----- |