]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lmtp: lmtp-proxy - Change proxy connection failure message make more sense.
authorStephan Bosch <stephan.bosch@open-xchange.com>
Tue, 4 Jan 2022 20:20:22 +0000 (21:20 +0100)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Mon, 10 Jan 2022 06:31:48 +0000 (06:31 +0000)
src/lmtp/lmtp-proxy.c

index e3edc7eb4d377af5fbaaa7d65def07f32d0f3ec7..f4f9dced8fc02bce0eb72683a8488ad8faa75bb0 100644 (file)
@@ -331,8 +331,7 @@ lmtp_proxy_handle_reply(struct lmtp_proxy_recipient *lprcpt,
                }
 
                smtp_server_command_fail(rcpt->cmd->cmd, 451, "4.4.0",
-                                        "Remote server not answering%s",
-                                        detail);
+                                        "Proxy failed", detail);
                return FALSE;
        }