Noel Jones: > On 3/19/2012 7:36 AM, btb wrote: > > > that actually is the real problem i'm trying to solve. right now, > > i'm using virtual_transport = lmtp:[localhost]:lmtp-deliver, and > > this works fine. i'm just curious if i can "move" the settings to > > master.cf. it's just an exercise in learning for me. if it isn't > > possible, it's fine, mail will still be delivered to localhost, on > > port 10026, via lmtp, as is. > > Not every piece of postfix uses every parameter. You can read the > man page for each of the postfix components to see what parameter > are used. > > I believe the virtual(8) delivery agent is the only program that > uses virtual_transport, so that's the only place in master.cf that > you could put "-o virtual_transport=...' and expect it to have an > effect.
Minor correction: domains that match $virtual_mailbox_domains will be delivered to $virtual_transport (and recipients will be validated with $virtual_mailbox_maps). The logic for this resides mostly in the trivial-rewrite daemon. Wietse