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 "jcea+...@jcea.es", Postfix checks "j...@jcea.es" in > the virtual table and recognizes the user. But when Postfix sends the > message to the storage backend, via LMTP, the destination is > "jcea+...@jcea.es", and I would like to get the LMTP "rcpt to" > "j...@jcea.es". > > 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