]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lmtp: Provide hidden support for ORCPT RCPT parameter.
authorStephan Bosch <stephan.bosch@dovecot.fi>
Fri, 9 Mar 2018 15:09:16 +0000 (16:09 +0100)
committerStephan Bosch <stephan.bosch@dovecot.fi>
Fri, 9 Mar 2018 15:09:16 +0000 (16:09 +0100)
commiteeef28ca20a2f4bb3d56cb63c06bcce57224809b
tree720ab84a04fb91256d45e35a88d2f1c13823cb2b
parent2eb2121761d99870c36f1c2b6bb975d09a270af6
lmtp: Provide hidden support for ORCPT RCPT parameter.

This is normally only available with the DSN capability, but we use it to
forward the original recipient in proxy setups.

This feature was available in the original Dovecot v2.2 LMTP, but it got lost in
the new lib-smtp implementation.
src/lmtp/client.c
src/lmtp/lmtp-proxy.c