On 13 Oct 2005 at 8:07, Marc Perkel wrote about
"[exim] verify = reverse_host_lookup":
| I'd like to do this verification:
|
| verify = reverse_host_lookup
|
| except I want it to fail only if the lookup returns no host but pass if
| it is just misconfigured. Is there a way to do that?
Misconfigured how? You want to know if there's no PTR record, but
not if the PTR record doesn't own a matching A record?
RTFM dnsdb.
- Fred