On Thu, Jul 18, 2002 at 06:56:48AM -0400, Sam Varshavchik wrote:
> Peter C. Norton writes: 
> 
> >On Wed, Jul 17, 2002 at 07:09:32PM -0400, Sam Varshavchik wrote:
> >>Run a quick little test:  
> >>
> >>echo 'user@domain' | tr -d '\012' | makemime -c auto -e base64 -  
> >>
> >>echo 'password' | tr -d '\012' | makemime -c auto -e base64 -  
> >>
> >>This is the most convenient way to get base64-encoded strings.  
> >>
> >>telnet localhost smtp
> >>EHLO default
> >>AUTH LOGIN
> >>[[base64-encoded login id]]
> >>[[base64-encoded password]] 
> >
> >That... worked! 
> >
> >After entering the base64 encoded username and password, I got a: 
> >
> >235 Ok
> 
> This is exactly what the mail client should be sending.  Your mail client 
> is stripping the @domain part.  Check your mail client configuration. 

I don't think it is.  I'm testing by telnetting to port 25:

Courier 0.39.0:

[spacey@hypno src]$ telnet 12.103.233.11 25
Trying 12.103.233.11...
Connected to 12.103.233.11.
Escape character is '^]'.
220 insidecinema.net ESMTP
ehlo lenin.nu
250-lenin.nu Ok.
250-AUTH LOGIN CRAM-MD5
250-AUTH=LOGIN CRAM-MD5 X-NETSCAPE-HAS-BUGS
250-STARTTLS
250-XVERP=Courier
250-XEXDATA
250-XSECURITY=NONE,STARTTLS
250-PIPELINING
250-8BITMIME
250-SIZE
250 DSN
mail from: <[EMAIL PROTECTED]>
250 Ok.
rcpt to: <[EMAIL PROTECTED]>
550 User unknown.
quit

Should I try pushing back to 0.38?

-- 
The 5 year plan:
In five years we'll make up another plan.
Or just re-use this one.


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to