diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-22 15:08:20 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-22 15:08:20 +0000 |
commit | 944a9c55d5b7d3d50ea8b8fabfb7a7be5ca8693f (patch) | |
tree | 8b8c4ed000a02c8550729a3bd3b881b95ae1945b /test | |
parent | 2632889eca3018763375f85b31212712044c395f (diff) |
Limit retry_interval_max to 24h to avoid overflow problems.
Diffstat (limited to 'test')
-rw-r--r-- | test/confs/0001 | 2 | ||||
-rw-r--r-- | test/scripts/0000-Basic/0001 | 1 | ||||
-rw-r--r-- | test/stdout/0001 | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/test/confs/0001 b/test/confs/0001 index 7f7fb4a1e..049cd1787 100644 --- a/test/confs/0001 +++ b/test/confs/0001 @@ -158,7 +158,7 @@ no_recipients_max_reject remote_max_parallel = 1 remote_sort_domains = retry_data_expire = 24h -retry_interval_max = 1d +retry_interval_max = 3d return_path_remove rfc1413_hosts = sender_unqualified_hosts = localhost:some.host.name diff --git a/test/scripts/0000-Basic/0001 b/test/scripts/0000-Basic/0001 index 039c7a668..4b5f282ca 100644 --- a/test/scripts/0000-Basic/0001 +++ b/test/scripts/0000-Basic/0001 @@ -20,6 +20,7 @@ exim -bP accept_8bitmime \ never_users \ percent_hack_domains \ qualify_domain \ + retry_interval_max \ receive_timeout \ sender_unqualified_hosts \ tcp_nodelay \ diff --git a/test/stdout/0001 b/test/stdout/0001 index 6d605f251..77d202228 100644 --- a/test/stdout/0001 +++ b/test/stdout/0001 @@ -13,6 +13,7 @@ max_username_length = 8 never_users = root:root percent_hack_domains = qualify_domain = some.dom.ain +retry_interval_max = 1d receive_timeout = 0s sender_unqualified_hosts = localhost:some.host.name no_tcp_nodelay |