[email protected]:
> >> first machine does reject_unverified_recipient, and sends verified
> >> recipients via relayhost to the 2nd machine for delivery of verified
> >> recipients.
> >>
> >> now we see reject_unverified_recipient is verifying through the
> >> relayhost
> >>
> >> is there a way to override the first machine's relayhost so its
> >> recipient address verification is done to Internet with MX lookups?
> >>
> >> thanks
> >> Len
> >>
> >>
> >
> >
> > This might be what you're looking for:
> > http://www.postfix.org/postconf.5.html#address_verify_relay_transport
>
> the doc sends me in circles, but when I try this:
>
> address_verify_relay_transport = smtp:
>
> I still see the log lines
>
> smtp.*status=deliverable
>
> using the relayhost IP instead of recipient domain MXs.
You need to override the right Postfix feature.
Either:
default_transport
relayhost
relay_transport
transport_maps
etc.
The exact choice depends on how Postfix is forced to send mail to
your inbound relay.
Wietse