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 So what am I doing wrong with the plain ascii-encoded username, such that the esmtpd won't deliver to the user? After that test above, the following still happens: rset 250 Ok ehlo default 250-insidecinema.net Ok. 250-AUTH LOGIN CRAM-MD5 250-AUTH=LOGIN CRAM-MD5 X-NETSCAPE-HAS-BUGS 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 221 Bye. -Peter -- 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
