email builder: > > > > I've found that in main.cf, this works fine: > > > > > > > > > > transport_maps = hash:/etc/postfix/transport1 > >hash:/etc/postfix/transport2 > > > > > > > > But not in master.cf (under a smtpd process definition): > > > > > > > > -o transport_maps=hash:/etc/postfix/transport1 > > >hash:/etc/postfix/transport2 > > > > > > smtpd doesn't use transport_maps > > > > I realize that, but I had read that it was "global", which I thought meant > > I > > could override it before a message was handed to smtp. I guess that was > >naive. > > Can I override default_transport?
As documented: http://www.postfix.org/postconf.5.html#default_transport Wietse
