From 90f15439af708a6c36a10fa8636f552c9d6b999a Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 1 May 2018 09:12:19 +0100 Subject: [PATCH] [Minor] List proxy worker configurables --- conf/worker-proxy.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/worker-proxy.inc b/conf/worker-proxy.inc index 1047fd87f..b06bcbfad 100644 --- a/conf/worker-proxy.inc +++ b/conf/worker-proxy.inc @@ -11,3 +11,8 @@ upstream "local" { } count = 1; # Do not spawn too many processes of this type +max_retries = 5; # How many times master is queried in case of failure +discard_on_reject = false; # Discard message instead of rejection +quarantine_on_reject = false; # Tell MTA to quarantine rejected messages +spam_header = "X-Spam"; # Use the specific spam header +reject_message = "Spam message rejected"; # Use custom rejection message -- 2.39.5