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

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Konstantin Kletschke
Dátum:  
Címzett: Heiko Schlittermann
CC: exim-users
Tárgy: 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