Lähettäjä: Peter Bowyer Päiväys: Vastaanottaja: Exim, Users Aihe: Re: [exim] $sender_host_address match not working
On 13/12/06, Dmitry Pryadko <dpryadko@???> wrote: > Dmitry Pryadko wrote:
> > 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.
> >
> >
> It's production server processing hundreds of messages per hour, it's
> hard to debug anything :(