----- Original Message ----
> From: Ralf Hildebrandt <ralf.hildebra...@charite.de>
> To: postfix-users@postfix.org
> Sent: Mon, April 4, 2011 2:12:02 PM
> Subject: Re: Multiple transport maps in master.cf?
>
> * email builder <emailbuilde...@yahoo.com>:
> > Hello,
> >
> > 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 tried with comma-delimted instead of spaces, but no dice. Is this a
>syntax
>
> > limitation in master.cf or a syntax misunderstanding on my part? Or?
>
> You probably need multiple instances.
Right, that's what I ended up with. Just for the sake of the mailing list
archives, this thread is more or less continued in one I started with the
subject "header_checks in master.cf?" on the same date. Thanks to all.