>>>  Hi All,
>>>
>>>     I'm want use the authmysql module for  stored
>>>  a list of mail accounts in an external MySQL database.
>>>    I create the database, and create the table. All is clock-work,
>>>  all is order.
>>>      But I have a small problem: How can I add the information of users
>>>  accounts in my database.
>>
>>Do you want to know how to insert the data into the MySQL table?
>>
>>Use something like:
>>
>>INSERT INTO myTable (id, crypt, clear, name, uid, gid, home) VALUES
>>('user1', ENCRYPT('password'), '', 'User Number 1', '501', '502',
>>'/home/user1');

GS> this package is based on "id, crypt, clear, name, uid, gid, home"

GS> http://maxo.captainnet.net/installs/mailAdmin.tar.gz
GS> with a demo to see what it looks like:
GS> http://maxo.captainnet.net/mailAdmin/index.php

Ok, it's well-managed the list of mail accounts in MySQL, but not automaticaly
create (delete) the users $home/$user/.Maildir , it is convenient for absolute
control under users accounts.

pardon my english.


>>You would of course replace the field names and values with whatever is
>>appropriate for your configuration.
>>
>>Or, you could download something like phpMyAdmin and use the graphical
>>client to add data to the table.
>>
>>Josh

-- 
all the best,
 Pavel                          mailto:[EMAIL PROTECTED]



-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to