----- Original Message ----- From: "Atif Nazar" <[EMAIL PROTECTED]> > Hello > First I will like to wish you "Happy New Year" > Actually Im new to JAMES and i am facing following problems > > 1)How to change the existing users password (Please specify All the ways > offered by JAMES) Like other people said, you can't do this using the remote manager (you have to remove/add the account). If you're using the UsersTownRepository to store local accounts, the password will be in the password field in that table, so you can change this via other ways. > 2)JAMES JDBC facility only saves messages to the databse or any other > information regarding users or other (Y/N) It uses Town which wraps JDBC to do 2 things... 1) use the database to serve as a message spool/queue/repository, 2) stores usernames and passwords in a user repository. > 3)Do I have to design the databse of JAMES will do it itself If I have to > then please can anyone give me the design of the databse because I could't > find in documentation. The past several e-mails I sent to the list should give you nearly all the necessary table structures. I'm working on assembling this, but this is the first time I've really had to work on James in a month or two. We're always looking for other contributors (of not just code) :) > 4)Can I change the configuration of JAMES unsing MAILET if yes then please > pin point the documentation. Working on this as well. The xml conf file should be pretty self explanatory in terms of how you would configure a mailet or matcher. The real lacking documentation (that again I'm slowly working on) is a detailed guide to every matcher and mailet that comes with james, and a simple guide to how to write, install, and configure your own mailet. Serge Knystautas Loki Technologies http://www.lokitech.com/ ------------------------------------------------------------ To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives: <http://www.mail-archive.com/james%40list.working-dogs.com/> Problems?: [EMAIL PROTECTED]
