From: Stephan Bosch Date: Fri, 13 Sep 2019 20:51:04 +0000 (+0200) Subject: lmtp: lmtp-proxy - Support forwarding a broken sender address to the backend LMTP... X-Git-Tag: 2.3.9~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8cd94d146f4ae65447074ce3328cd2c2bbae603;p=thirdparty%2Fdovecot%2Fcore.git lmtp: lmtp-proxy - Support forwarding a broken sender address to the backend LMTP service. This is subject to configuration. --- diff --git a/src/lmtp/lmtp-proxy.c b/src/lmtp/lmtp-proxy.c index f2ac9f01e0..8d9ee6df52 100644 --- a/src/lmtp/lmtp-proxy.c +++ b/src/lmtp/lmtp-proxy.c @@ -241,6 +241,7 @@ lmtp_proxy_get_connection(struct lmtp_proxy *proxy, lmtp_set.ssl = &ssl_set; lmtp_set.peer_trusted = !conn->set.proxy_not_trusted; lmtp_set.forced_capabilities = SMTP_CAPABILITY__ORCPT; + lmtp_set.mail_send_broken_path = TRUE; if (conn->set.hostip.family != 0) { lmtp_conn = smtp_client_connection_create_ip(proxy->lmtp_client,