From 944a9c55d5b7d3d50ea8b8fabfb7a7be5ca8693f Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Wed, 22 Feb 2006 15:08:20 +0000 Subject: Limit retry_interval_max to 24h to avoid overflow problems. --- test/confs/0001 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/confs/0001') 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 -- cgit v1.2.3