On Fri, Feb 29, 2008 at 03:18:17PM -0600, Matt wrote:
> > 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)

You'll need to recompile EXIM with the DNSDB lookup option enabled in
the Makefile:

  LOOKUP_DNSDB=yes

If you installed from a distribution, I'm not sure what to tell you.

I'm not entirely sure why the DNSDB isn't enabled by default.  I assume
that most people enable it during installation.
 
--
Dean Brooks
[EMAIL PROTECTED]

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

Reply via email to