Browse Source

Merge pull request #2693 from dofl/patch-1

[Postfix] Retry for 5 days instead of 1
Timo N 6 years ago
parent
commit
73b9b8cf45
1 changed files with 2 additions and 1 deletions
  1. 2 1
      data/conf/postfix/main.cf

+ 2 - 1
data/conf/postfix/main.cf

@@ -19,7 +19,8 @@ bounce_queue_lifetime = 1d
 broken_sasl_auth_clients = yes
 broken_sasl_auth_clients = yes
 disable_vrfy_command = yes
 disable_vrfy_command = yes
 maximal_backoff_time = 1800s
 maximal_backoff_time = 1800s
-maximal_queue_lifetime = 1d
+maximal_queue_lifetime = 5d
+delay_warning_time = 4h
 message_size_limit = 104857600
 message_size_limit = 104857600
 milter_default_action = accept
 milter_default_action = accept
 milter_protocol = 6
 milter_protocol = 6