I want to rewrite all sender addresses @example.com to newsender@example.org (to one static outgoing address) but I also want to have the original address added as the reply-to
. I can do either individually with the generic file and header_checks files respectively but as the generic file seems to be used first, I lose the original sender. Did I miss something from postfix rewrite documentation?
It would be OK if the envelope sender had something like original+mydomain.com@newsenderdom.com as long as From:
header is newsender@newsenderdom.com. Any ideas?
If there is an easy solution in Qmail then that would also be an option!