Re: [exim] skip reverse DNS lookup if smtp-authenticated

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Konstantin Kletschke
Fecha:  
A: Heiko Schlittermann
Cc: exim-users
Asunto: Re: [exim] skip reverse DNS lookup if smtp-authenticated
Heiko Schlittermann <hs@???> writes:
> You could accept the messages from authenticated clients first.
>
>     accept  authenticated = *
>     deny    !verify = reverse_host_lookup


As pointed out in the other mail, this works after moving the check to
a later stage after smtp-auth users had a chance to authenticate then
:-)

Regards, Konsti