3 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: SSL relay auth
FromSent OnAttachments
Mark ConstableJun 14, 2003 5:55 am 
Sam VarshavchikJun 14, 2003 6:30 am 
Mark ConstableJun 14, 2003 7:54 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Re: SSL relay authActions...
From:Mark Constable (mar@renta.net)
Date:Jun 14, 2003 7:54:46 am
List:net.sourceforge.lists.courier-users

On Sat, 14 Jun 2003 11:29 pm, Sam Varshavchik wrote:

CRAM-MD5 authentication requires a cleartext password. Unless this record has a password installed in the clear field, CRAM-MD5 will not work.

Thanks. Right after seeing this I checked if I still had a clear text pw field and sure enough, doh, there be...

# passwords go into MYSQL_CLEAR_PWFIELD. Cleartext passwords allow # CRAM-MD5 authentication to be implemented.

I notice this in MySQL logs, is there a reason why there are 3 lookups for a single login ?

030615 0:45:18 18118 Connect root@localhost on 18118 Init DB mail_db 18118 Query SELECT id, crypt, clear, ... 030615 0:45:19 18118 Query SELECT id, crypt, clear, ... 18118 Query SELECT id, crypt, clear, ...

--markc