Peter C. Norton writes:
> But when I authenticate using esmtp, I see: > > send(6, "QSELECT mail_id, mail_crypt, mail_clear, uid, gid, home, > maildir, \'\', name FROM mail_passwd WHERE mail_id = \'mark\'\0", 115, > 0) = 115 > > Notice that "[EMAIL PROTECTED]" has become just "mark". > > This isn't happening in the pop3d, and so I'm wondering where in the > config courier is getting the idea that I want it to alter the data it > sends to the database. 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]] -- 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
