Autor: Dmitry Pryadko Data: A: exim-users Assumpte: Re: [exim] $sender_host_address match not working
Marc Sherman wrote: > Dmitry Pryadko wrote:
>
>> please explain what I do wrong
>> I have named list called relay_from_hosts
>> and router below is my first router
>> if sending host exists in relay_from_hosts, this router must decline,
>> but it accepts
>> why ?
>>
>
> Try a debug run to be sure, but without logs, I'd have to guess that
> it's a DNS problem:
>
> http://exim.org/exim-html-4.63/doc/html/spec_html/ch10.html#SECTbehipnot >
> http://exim.org/exim-html-4.63/doc/html/spec_html/ch10.html#SECTmixwilhos >
> - Marc
>
>
> But $sender_host_address contains IP address, and my hostlist contains
IP addresses - no DNS lookups should happen in this case.