[Vmail-discuss] Courier

Donovan Craig donovan at snapfrozen.com
Thu, 21 Aug 2003 18:36:57 +1000


Hi,

I am still having problems trying to get courier-imap going with vmail-sql.

Firstly. What happens when using BSD mailboxes ? Do I need to be using MailDir ?

Secondly, 

My structure seems to be a little different than the example provided as I am using {md5}. I have made mysql log and have been watching courier run the query, here is what is being returned. Any ideas why this won't authenticate ?

+------------+-----------------------------------------+------+------+---------+------------------------------------------------+------------------------------------------------+------------+--+
| local_part | TRIM('{md5}' FROM popbox.password_hash) | gid  | uid  | clearpw | CONCAT(domain.path,'/', popbox.mbox_name)      | CONCAT(domain.path, '/', popbox.mbox_name)     | imap_quota |  |
+------------+-----------------------------------------+------+------+---------+------------------------------------------------+------------------------------------------------+------------+--+
| donovan    | 8880ec0406f43f38ea9242ba4305faa2        | 503  | 503  | mypass  | /var/spool/mail/SERVERS/snapfrozen.com/donovan | /var/spool/mail/SERVERS/snapfrozen.com/donovan | NULL       |  |
+------------+-----------------------------------------+------+------+---------+------------------------------------------------+------------------------------------------------+------------+--+

Thank's for any pointers.

Regards,

Donovan