Re: [exim] Blocking hosts by (false) hostnames

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Kai Bojens
Data:  
Para: exim-users
Asunto: Re: [exim] Blocking hosts by (false) hostnames
Am 26.02.21 um 16:43 schrieb Jan Kriesten via Exim-users:

> I'm looking for a solution where the sender helo hostname doesn't
> resolve/validate in the lookup.


Something like…:

${lookup dnsdb{defer_never,a=$sender_helo_name}{$value}fail}

…in your condition?