I am trying to get postfix to send DSNs to address different from
"FROM". What I'm trying is:
EHLO localhost
# ...
250 DSN
MAIL FROM:<kon...@domain.com> RET=HDRS
RCPT TO:<desti...@gmail.com> NOTIFY=SUCCESS,DELAY,FAILURE
ORCPT=rfc822;rc...@domain.com
DATA
# ... and so on
It does send DSNs, but to kon...@domain.com. I expected them to be
sent to rc...@domain.com
What am I doing wrong?
Thank you.