8 messages in net.sourceforge.lists.courier-usersRE: [courier-users] mysql
FromSent OnAttachments
Nancy PettigrewJul 20, 2000 5:50 pm 
Sam VarshavchikJul 20, 2000 5:56 pm 
Nancy PettigrewJul 20, 2000 6:44 pm 
Sam VarshavchikJul 20, 2000 7:17 pm 
Nancy PettigrewJul 21, 2000 9:37 am 
Sam VarshavchikJul 21, 2000 9:45 am 
Nancy PettigrewJul 21, 2000 10:05 am 
Nancy PettigrewJul 21, 2000 2:13 pm 
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] mysqlActions...
From:Nancy Pettigrew (nan@bigfishmail.com)
Date:Jul 21, 2000 9:37:13 am
List:net.sourceforge.lists.courier-users

sorry 'bout that! i was mucking around with the record. i have put an encrypted value in - through a php page using the crypt funtion and a random salt value. i'm testing as follows to no avail:

authtest imap@bigfishmail.com 21CAplOLEsGLE

i know i must be missing something obvious (more obvious than the crypted password???:-)

-----Original Message----- From: cour@lists.sourceforge.net [mailto:cour@lists.sourceforge.net]On Behalf Of Sam Varshavchik Sent: Thursday, July 20, 2000 7:18 PM To: cour@lists.sourceforge.net Subject: Re: [courier-users] mysql

Nancy Pettigrew writes:

i've created the passwd table as suggested in the readme file, and populated it with one record:

| id | crypt | clear | uid | gid | home | maildir | imap@bigfishmail.com | test | test | 65534 | 65534 | |/var/spool/mailhome/imaptest

authmysqlrc has been initialized to use this table, and i've set the server/login. authdaemond is running (i kicked off the processes using /usr/lib/courier-imap/libexec/imapd.rc start).

using authtest, the only message i get is that authorization failed, no more detail than that.

Somehow I doubt that the value you have in the crypt field is actually a crypted password. A crypted password is 13 characters' worth of gibberish.