Last week i ask
I would like to now de mysql command to put in
a bash script to list all the users in a dbmail database.
I figure out the command just type:
mysql -s -u root -e "SELECT userid from dbmail.users"
Thanks Aaron and Jeff for you help
I create a user jacques-beaudoin in dbmail
Then i execute
dbmail-adduser s jacques-beaudoin
I get a listing
*** dbmail-adduser ***
Opening connection to database...
Opening connection to authentication...
Ok. Connected
Info for user [jacques-beaudoin]
User ID : 1
Username: jacqu
Im looking for a simple dbmail web administration interface
to add,delete,show users..etc
Thanks
Jacques