[exim] Re: authenticate * not work

Pàgina inicial
Delete this message
Reply to this message
Autor: G W
Data:  
A: exim-users
Assumpte: [exim] Re: authenticate * not work
> Try to telnet mailhost 25
> and EHLO something
> if you see
> ...
> 250-AUTH PLAIN LOGIN
> ...
> If not you exim is not yet accept authentication.


$ telnet localhost 25
250-SIZE 52428800
250-PIPELINING
250-AUTH PLAIN CRAM-MD5
250 HELP

btw, i use custom authenticator to check users against MySQL database.

i 'm using range too
and i want to know why "authenticate *" has NO effect in acl

because i can't assure that client IPs won't change

Thanks