Re: [Exim] host_lookup question

Top Page
Delete this message
Reply to this message
Author: Aly Dharshi
Date:  
To: exim-users
Subject: Re: [Exim] host_lookup question
Hello Doc,

    Thanks for the direction, would their be a way to flush this out though
while I fix the problem, I mean could you please provide a hint as to what I
should look at and then go from there.That would be much appreciated.


    My ACL section looks like this:


    begin acl


#!!# ACL that is used after the RCPT command
check_recipient:
  # Exim 3 had no checking on -bs messages, so for compatibility
  # we accept if the source is local SMTP (i.e. not over TCP/IP).
  # We do this by testing for an empty sending host field.
  accept  hosts = :
  accept  recipients = postmaster@???
  deny    message = host is listed in $dnslist_domain
          dnslists =
spamhaus.relays.osirusoft.com:relays.osirusoft.com:relays.visi.com
  deny    senders = *@partial-dbm;/usr/local/exim4/filter/blocked.dbm :
dbm;/usr/local/exim4/filter/blocked.dbm
  deny    message = unrouteable address
         !verify = recipient
  accept  domains = +local_domains
  accept  hosts = +relay_hosts
  deny    message = relay not permitted


#!!# ACL that is used after the DATA command
check_message:
accept


    The configure file was created from the convert script. It looks pretty
standard. Any help would be appreciated.


    Cheers,


        Aly.



------------------
Aly Dharshi
System Administrator ORS
aly.dharshi@???
aly.dharshi@???

Got *nix ? *nix the better alternative to Winblows


----- Original Message -----
From: "Philip Hazel" <ph10@???>
To: "Aly Dharshi" <aly.dharshi@???>
Cc: <exim-users@???>
Sent: Monday, April 29, 2002 3:29 AM
Subject: Re: [Exim] host_lookup question


> On Sun, 28 Apr 2002, Aly Dharshi wrote:
>
> >     I have host_lookup=*  but it seems that there is a site called
> > nsmith.com, and a user is using this to send mail to a mailing list on

our
> > system, it seems that I get this error:
> >
> >     2002-04-28 12:47:01 H=shodan.reznet.uleth.ca [142.66.75.205]
> > F=<multimediaclub-admin@???> temporarily rejected RCPT
> > <xxxxxxxxx@???>: host lookup did not complete

>
> You must have got some setting in your ACL that tests the host name.
> Since it can't look up the name, it is having to reject the recipient.
> You'll need to adjust your ACL so that it doesn't require a host name,
> or arrange to test this host differently.
>
>
>
> --
> Philip Hazel            University of Cambridge Computing Service,
> ph10@???      Cambridge, England. Phone: +44 1223 334714.

>
>