Stephen Ingram: > On Tue, Dec 23, 2014 at 9:03 AM, Viktor Dukhovni <postfix-us...@dukhovni.org > > wrote: > > > On Tue, Dec 23, 2014 at 08:29:52AM -0800, Stephen Ingram wrote: > > > > > I thought once > > > the address was rewritten and the mail was handed over to local for > > > delivery, then mailbox_transport would be followed which in my case sends > > > via lmtp. Is that not correct? > > > > Since mailbox_transport comes after .forward processing, the user > > account still has to exist. For non-existent users you should use > > virtual delivery, or as a last resort, aliases, or fallback_transport. > > > I'm using virtual aliases. Wouldn't that cause message to be handed off to > virtual_mailbox or mailbox_transport?
The routing depends on the recipient address, after optional address rewriting. In your case it would be sufficient to have a transport_maps entry with: final_recipi...@example.com lmtp: Wietse