Storing Users details in a database

2008-11-24 Thread Hillel Bilman
Hi, We are using Postgresql and require to store each of the users details in Postgresql. >From the URL http://james.apache.org/server/2.3.1/using_database.html It shows how to store the spool and users' messages in a database. How do you store the user's details such as their username, p

Storing Users details in a database

2008-11-24 Thread Hillel Bilman
Hi, We are using Postgresql and require to store each of the users details in Postgresql. >From the URL http://james.apache.org/server/2.3.1/using_database.html It shows how to store the spool and users' messages in a database. How do you store the user's details such as their username, password

RE: Storing Users details in a database

2008-11-29 Thread Steve Brewin
Hi How are you going to use the extra information you wish to store and how is it going to get into the database? Aren't you going to have to write a new application for this, be it James Mailets or more? Assuming this is true, you would be best of creating your own DB tables for each use-case ke