Autor: Eli Data: A: 'Peter Bowyer', 'Stephen Gran', exim-users Assumpte: RE: [Exim] Override server callout verification is done on?
Peter Bowyer wrote: > Eli <eli-list@???> wrote:
>> I have possibly a weird wishlist item - the ability to specify a
>> server that a verification callout is sent to.
>>
>> What I mean by this is rather than have Exim do a DNS lookup, get the
>> MX record, then connect and try to do a sender/recip verification
>> callout, I'd like to just specify a single host/IP that would be used
>> for the check.
>
> How about a manualroute router with 'verify' set?
Thanks for the info both you and Stephen :) I wasn't thinking straight at
all and had no idea that the callouts used information from the routers to
figure out what server to callout *to*. I thought it was automatic because
my first router was the dnslookup driver and it was doing the mx discovery
:)
I set up my routers as Stephen had shown and it's working perfectly.