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/confs/0001 | |
parent | 2632889eca3018763375f85b31212712044c395f (diff) |
Limit retry_interval_max to 24h to avoid overflow problems.
Diffstat (limited to 'test/confs/0001')
-rw-r--r-- | test/confs/0001 | 2 |
1 files changed, 1 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 |