Re: [Exim] no lookup on relay

Top Pagina
Delete this message
Reply to this message
Auteur: Andreas J Mueller
Datum:  
Aan: tlabs
CC: exim-users
Onderwerp: Re: [Exim] no lookup on relay
Hi tlabs!

> Why is it passing when the IP is specified and not when its pulled from a
> hostlist?


Literal IP addresses in host lists are always matched against IP
addresses. Lookups and queries, however, need to be prefixed with
net- in order to match against IP addresses (see section 10.10 of the
Exim spec).

Try to use net-mysql;... in the query and get back to me if that
didn't work (untested ;-).

Andy