Re: [exim] Why doesn't Exim authenticate against IMAP direct…

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Fred Viles
Data:  
Para: exim-users
Assunto: Re: [exim] Why doesn't Exim authenticate against IMAP directly?
On 1 Aug 2005 at 10:23, Marc Perkel wrote about
    "Re: [exim] Why doesn't Exim authent":


| What I'm thinking is to access port 143 directly. Do an IMAP login and
| if it succeeds then you disconect from imap and accept the email.


FYI, it wouldn't work with CRAM-MD5 or other one-way-hash SASL
mechanisms. The password would not be available for exim to pass to
the IMAP server.

- Fred