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.