Hi,
Im attemtping to configure courier imap for the first time and coming from
any existing working tpop3d vmail configuration using MySQL.
So I have a MySQL table for users with the following fields:
+---------------+--------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+---------------+--------------+------+-----+---------+-------+
| domain_name | varchar(255) | NO | PRI | | |
| local_part | varchar(255) | NO | PRI | | |
| password_hash | varchar(255) | YES | | NULL | |
| mbox_name | varchar(255) | YES | | NULL | |
+---------------+--------------+------+-----+---------+-------+
The password fields have MD5 passwords stored and look like:
{md5}177b8fafcf4d5454f605c563e212f156
But Im not sure this will work with courier from what I read, the docs state
that
MD5 passwords have to be stored in clear text in MySQL. Any advice from
anyone
as to whether I can use my existing MySQL table for auth or will I have to
recreate
passwords for every user?
Also the default MySQL config in courier has many more fields, can I get
away with
just these four fields as used by tpop3d?
thanks for any comments! Andy.
________________________________________________
Message sent using UK Grid Webmail 2.7.9
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Courier-imap mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap