Simon Effenberg:
> Hi,
> 
> my transport_maps is:
> 
> transport_maps = hash:/etc/postfix/transport,
>   regexp:/etc/postfix/transport.exp,
>   tcp:[127.0.0.1]:2527
> 
> I want to use the "tcp" as "last resort" lookup but I don't know in
> which order postfix is checking everything.

transport_maps are searched in the order as specified in main.cf.
If it's not found in regexp:/etc/postfix/transport.exp, then
the tcp map is queried.

        Wietse

Reply via email to