diff options
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 |