Re: [exim] No Reverse DNS

Pàgina inicial
Delete this message
Reply to this message
Autor: Matt
Data:  
A: Exim Mailing List
Assumpte: 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