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

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Konstantin Kletschke
Data:  
Para: 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