> There's an part in the acl (check_smtp_mail) checking the sender ip
> against some dns blacklists. Unfortunely "dynablock.njabl.org" doesn't
> seem to respond.
>
> If I understood well (from searching the archives) exim just uses the
> resolvers timeout:
>
> <~ 250-AUTH PLAIN LOGIN
> <~ 250 HELP
> ~> MAIL FROM:<>
> === response in 52.183s
> <~ 250 OK
> ~> RCPT TO:<heiko@???>
> === response in 0.090s
> <~ 250 Accepted
> ~> DATA
>
> I'd like to cut down this timeout and specify a default action
> (here: accept).
>
> But I do not see any possibility.
>
> Any ideas or hints?
I'm having the same problem here. Any help would be greatly appriciated.