Re: [Exim] SMTP AUTH problems

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Philip Hazel
Fecha:  
A: Jens Lang
Cc: exim-users
Asunto: Re: [Exim] SMTP AUTH problems
On Wed, 18 Oct 2000, Jens Lang wrote:

> I´m having problems in using the SMTP AUTH feature implemented in exim.


>   SMTP>> EHLO gregory.lang.euro
>   SMTP<< 250-charente.de
>          250-AUTH=LOGIN
>          250-PIPELINING
>          250 8BITMIME


The server you are connecting to is broken. The correct syntax it should
be using is

   SMTP<< 250-charente.de
          250-AUTH LOGIN
                  ^
                  ^
                  ^
          250-PIPELINING
          250 8BITMIME


See RFC 2554, section 3.

-- 
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.