jweinbergerhj wrote: >> >> mysql is a map type not a transport. >> It cannot be set in relay_transport. >> http://www.postfix.org/postconf.5.html#relay_transport >> >> Brian >> >> > > Brian, thanks! > > This does seem so obvious...but there are a few docs out there that show > transport maps > (and I use the transport_maps directive with a mysql table as you see) > > I assume the same applies to virtual_transport? >
transport_maps accepts map definitions. mumble_transport accepts transport definitions that exist in master.cf. > and that both are over-ridden by my transport_maps directive? > This is correct. transport_maps are global and take precedence over defaults. Brian