Re: [Exim] SMTP AUTH problems

Top Page
Delete this message
Reply to this message
Author: Philip Hazel
Date:  
To: Jens Lang
CC: exim-users
Subject: 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.