>
> 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');
this package is based on "id, crypt, clear, name, uid, gid,
home"
http://maxo.captainnet.net/installs/mailAdmin.tar.gz
with a demo to see what it looks like:
http://maxo.captainnet.net/mailAdmin/index.php
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
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
