Konstantin Kletschke <[EMAIL PROTECTED]> (Mo 02 Apr 2007 10:22:17 CEST):
> Hi Folks!
> 
> I am stuck with pimping my exim ACLs.
> 
> exim is denying in "acl_check_connect:" connections whose reverse dns
> lookup fails:
> 
> deny message = Warning - Reverse DNS lookup failed for host 
> $sender_host_address.
>      !verify = reverse_host_lookup
>      !hosts = xxx.xxx.xxx.xxx

If I remember well: appeareance of 'hosts' acl condition *always* causes
reverse dns lookup and causes some kind of failure if the address can't
be verified. But I'm NOT sure.

You could accept the messages from authenticated clients first.

    accept  authenticated = *
    deny    !verify = reverse_host_lookup


-- 
Heiko

Attachment: signature.asc
Description: Digital signature

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to