[exim] dnslists set timeout?

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: SysAdmin EM
Data:  
Para: exim-users
Asunto: [exim] dnslists set timeout?
Hello, Is it possible to set a waiting time for dnslists option?

drop
dnslists = dnsbl.domain.com
message = $sender_host_address is listed in $dnslist_domain\
${if def:dnslist_text { ($dnslist_text)}}

I use my own black list and an incident occurred in the virtual machine
where the rbldnsd service is installed (black list) and exim could not
connect, therefore it began to queue emails due to the lack of response
from the dns service.

The idea would be to establish a waiting time and if in case of not
answering the DNS query after 5/10 seconds, discard it.

Regards,