Jesus Cea:
> Hi all.
>
> Sorry if the question is a FAQ, but I am a new postfix user, Google has
> not helped me, neither the postfix online docs.
>
> If I send a mail to "[email protected]", Postfix checks "[email protected]" in
> the virtual table and recognizes the user. But when Postfix sends the
> message to the storage backend, via LMTP, the destination is
> "[email protected]", and I would like to get the LMTP "rcpt to"
> "[email protected]".
>
> I guess I have to use the rewrite machinery, but I am not skilled enough
> with the inner working of Postfix (yet :-).
See: man 5 virtual
Look for "propagate_unmatched_extensions".
It is mentioned twice.
Wietse