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. 

-- 
Sam 



-------------------------------------------------------
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