Re: [exim] No Reverse DNS

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Matt
Date:  
À: Exim Mailing List
Sujet: Re: [exim] No Reverse DNS
> Yes, but not directly through the built-in "reverse_host_lookup" ACL
> parameter since it does the forward check automatically.
>
> Here is the equivalent ACL you could use based upon your example:
>
>   defer
>      !condition = ${lookup dnsdb{defer_never,ptr=$sender_host_address}{yes}}
>      message    = Reverse DNS lookup failed for host $sender_host_address


Unfortunately I get this.

failed to expand ACL string "${lookup
dnsdb{defer_never,ptr=$sender_host_address}{yes}}": lookup type
"dnsdb" is not available (not in the binary - check buildtime LOOKUP
configuration)

Matt